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>664</width> 10 <height>299</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Wifi</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_5" stretch="2,1"> 20 <item> 21 <widget class="QTextEdit" name="result"/> 22 </item> 23 <item> 24 <layout class="QVBoxLayout" name="verticalLayout"> 25 <item> 26 <widget class="QPushButton" name="exitBtn"> 27 <property name="text"> 28 <string>exit</string> 29 </property> 30 </widget> 31 </item> 32 <item> 33 <spacer name="verticalSpacer"> 34 <property name="orientation"> 35 <enum>Qt::Vertical</enum> 36 </property> 37 <property name="sizeHint" stdset="0"> 38 <size> 39 <width>20</width> 40 <height>40</height> 41 </size> 42 </property> 43 </spacer> 44 </item> 45 <item> 46 <widget class="QComboBox" name="comboBox"> 47 <property name="enabled"> 48 <bool>true</bool> 49 </property> 50 <item> 51 <property name="text"> 52 <string>mlan0</string> 53 </property> 54 </item> 55 <item> 56 <property name="text"> 57 <string>mlan1</string> 58 </property> 59 </item> 60 </widget> 61 </item> 62 <item> 63 <layout class="QHBoxLayout" name="horizontalLayout"> 64 <item> 65 <widget class="QLabel" name="label"> 66 <property name="text"> 67 <string>SSID</string> 68 </property> 69 </widget> 70 </item> 71 <item> 72 <widget class="QLineEdit" name="ssid"> 73 <property name="text"> 74 <string>H3C_708_5G</string> 75 </property> 76 </widget> 77 </item> 78 </layout> 79 </item> 80 <item> 81 <layout class="QHBoxLayout" name="horizontalLayout_2"> 82 <item> 83 <widget class="QLabel" name="label_2"> 84 <property name="text"> 85 <string>PAWD</string> 86 </property> 87 </widget> 88 </item> 89 <item> 90 <widget class="QLineEdit" name="pawd"> 91 <property name="text"> 92 <string>123456785.</string> 93 </property> 94 </widget> 95 </item> 96 </layout> 97 </item> 98 <item> 99 <layout class="QHBoxLayout" name="horizontalLayout_3"> 100 <item> 101 <widget class="QLabel" name="label_3"> 102 <property name="text"> 103 <string>IP</string> 104 </property> 105 </widget> 106 </item> 107 <item> 108 <widget class="QLineEdit" name="hostip"> 109 <property name="text"> 110 <string>119.75.217.109</string> 111 </property> 112 </widget> 113 </item> 114 </layout> 115 </item> 116 <item> 117 <layout class="QHBoxLayout" name="horizontalLayout_4"> 118 <item> 119 <widget class="QPushButton" name="connect"> 120 <property name="sizePolicy"> 121 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 122 <horstretch>0</horstretch> 123 <verstretch>0</verstretch> 124 </sizepolicy> 125 </property> 126 <property name="text"> 127 <string>connect</string> 128 </property> 129 </widget> 130 </item> 131 <item> 132 <widget class="QPushButton" name="status"> 133 <property name="sizePolicy"> 134 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 135 <horstretch>0</horstretch> 136 <verstretch>0</verstretch> 137 </sizepolicy> 138 </property> 139 <property name="text"> 140 <string>status</string> 141 </property> 142 </widget> 143 </item> 144 <item> 145 <widget class="QPushButton" name="ping"> 146 <property name="sizePolicy"> 147 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 148 <horstretch>0</horstretch> 149 <verstretch>0</verstretch> 150 </sizepolicy> 151 </property> 152 <property name="text"> 153 <string>ping</string> 154 </property> 155 </widget> 156 </item> 157 </layout> 158 </item> 159 </layout> 160 </item> 161 </layout> 162 </item> 163 </layout> 164 </widget> 165 <widget class="QMenuBar" name="menuBar"> 166 <property name="geometry"> 167 <rect> 168 <x>0</x> 169 <y>0</y> 170 <width>664</width> 171 <height>23</height> 172 </rect> 173 </property> 174 </widget> 175 <widget class="QStatusBar" name="statusBar"/> 176 </widget> 177 <layoutdefault spacing="6" margin="11"/> 178 <resources/> 179 <connections/> 180</ui> 181