1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>MainWindow</class> 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>628</width> 10 <height>292</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>4G</string> 15 </property> 16 <widget class="QWidget" name="centralWidget"> 17 <layout class="QGridLayout" name="gridLayout"> 18 <item row="0" column="0"> 19 <layout class="QHBoxLayout" name="horizontalLayout_2"> 20 <item> 21 <layout class="QVBoxLayout" name="verticalLayout"> 22 <item> 23 <widget class="QTextEdit" name="result"/> 24 </item> 25 <item> 26 <layout class="QHBoxLayout" name="horizontalLayout"> 27 <item> 28 <layout class="QHBoxLayout" name="horizontalLayout_3"> 29 <item> 30 <widget class="QLabel" name="label_3"> 31 <property name="text"> 32 <string>IP</string> 33 </property> 34 </widget> 35 </item> 36 <item> 37 <widget class="QLineEdit" name="hostip"> 38 <property name="text"> 39 <string>www.forlinx.com</string> 40 </property> 41 </widget> 42 </item> 43 </layout> 44 </item> 45 </layout> 46 </item> 47 </layout> 48 </item> 49 <item> 50 <layout class="QVBoxLayout" name="verticalLayout_2"> 51 <item> 52 <widget class="QPushButton" name="exitBtn"> 53 <property name="minimumSize"> 54 <size> 55 <width>0</width> 56 <height>50</height> 57 </size> 58 </property> 59 <property name="text"> 60 <string>exit</string> 61 </property> 62 </widget> 63 </item> 64 <item> 65 <spacer name="verticalSpacer"> 66 <property name="orientation"> 67 <enum>Qt::Vertical</enum> 68 </property> 69 <property name="sizeHint" stdset="0"> 70 <size> 71 <width>20</width> 72 <height>40</height> 73 </size> 74 </property> 75 </spacer> 76 </item> 77 <item> 78 <widget class="QComboBox" name="comboBox"> 79 <property name="minimumSize"> 80 <size> 81 <width>0</width> 82 <height>50</height> 83 </size> 84 </property> 85 <item> 86 <property name="text"> 87 <string>EC20</string> 88 </property> 89 </item> 90 </widget> 91 </item> 92 <item> 93 <widget class="QPushButton" name="connect"> 94 <property name="sizePolicy"> 95 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 96 <horstretch>0</horstretch> 97 <verstretch>0</verstretch> 98 </sizepolicy> 99 </property> 100 <property name="minimumSize"> 101 <size> 102 <width>0</width> 103 <height>50</height> 104 </size> 105 </property> 106 <property name="text"> 107 <string>connect</string> 108 </property> 109 </widget> 110 </item> 111 <item> 112 <widget class="QPushButton" name="ping"> 113 <property name="sizePolicy"> 114 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 115 <horstretch>0</horstretch> 116 <verstretch>0</verstretch> 117 </sizepolicy> 118 </property> 119 <property name="minimumSize"> 120 <size> 121 <width>0</width> 122 <height>50</height> 123 </size> 124 </property> 125 <property name="text"> 126 <string>ping</string> 127 </property> 128 </widget> 129 </item> 130 </layout> 131 </item> 132 </layout> 133 </item> 134 </layout> 135 </widget> 136 <widget class="QMenuBar" name="menuBar"> 137 <property name="geometry"> 138 <rect> 139 <x>0</x> 140 <y>0</y> 141 <width>628</width> 142 <height>23</height> 143 </rect> 144 </property> 145 </widget> 146 <widget class="QStatusBar" name="statusBar"/> 147 </widget> 148 <layoutdefault spacing="6" margin="11"/> 149 <resources/> 150 <connections/> 151</ui> 152