kylin-nm/src/wificonfigdialog.ui

141 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WiFiConfigDialog</class>
<widget class="QDialog" name="WiFiConfigDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="lbTitle">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>290</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lbWifiName">
<property name="geometry">
<rect>
<x>60</x>
<y>140</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lbWifiPassord">
<property name="geometry">
<rect>
<x>60</x>
<y>200</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="leWiFiName">
<property name="geometry">
<rect>
<x>190</x>
<y>140</y>
<width>240</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="leWifiPassword">
<property name="geometry">
<rect>
<x>190</x>
<y>200</y>
<width>241</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btnCancel">
<property name="geometry">
<rect>
<x>220</x>
<y>260</y>
<width>96</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnOk">
<property name="geometry">
<rect>
<x>330</x>
<y>260</y>
<width>96</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lbWifiId">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>121</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="leWifiId">
<property name="geometry">
<rect>
<x>190</x>
<y>80</y>
<width>240</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxPwd">
<property name="geometry">
<rect>
<x>400</x>
<y>211</y>
<width>18</width>
<height>9</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>