src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.ui

branch
mpy_network
changeset 9776
210bf87ae5c7
parent 9775
c6806d24468b
child 9856
df2ff78bbc01
equal deleted inserted replaced
9775:c6806d24468b 9776:210bf87ae5c7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WifiStatusDialog</class>
4 <widget class="QDialog" name="WifiStatusDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>650</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>WiFi Status</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="font">
23 <font>
24 <pointsize>14</pointsize>
25 <bold>true</bold>
26 </font>
27 </property>
28 <property name="text">
29 <string>WiFi Status</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignCenter</set>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QTreeWidget" name="statusTree">
38 <property name="headerHidden">
39 <bool>true</bool>
40 </property>
41 <column>
42 <property name="text">
43 <string notr="true">1</string>
44 </property>
45 </column>
46 </widget>
47 </item>
48 <item>
49 <widget class="QDialogButtonBox" name="buttonBox">
50 <property name="orientation">
51 <enum>Qt::Horizontal</enum>
52 </property>
53 <property name="standardButtons">
54 <set>QDialogButtonBox::Ok</set>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </widget>
60 <resources/>
61 <connections>
62 <connection>
63 <sender>buttonBox</sender>
64 <signal>accepted()</signal>
65 <receiver>WifiStatusDialog</receiver>
66 <slot>accept()</slot>
67 <hints>
68 <hint type="sourcelabel">
69 <x>248</x>
70 <y>254</y>
71 </hint>
72 <hint type="destinationlabel">
73 <x>157</x>
74 <y>274</y>
75 </hint>
76 </hints>
77 </connection>
78 <connection>
79 <sender>buttonBox</sender>
80 <signal>rejected()</signal>
81 <receiver>WifiStatusDialog</receiver>
82 <slot>reject()</slot>
83 <hints>
84 <hint type="sourcelabel">
85 <x>316</x>
86 <y>260</y>
87 </hint>
88 <hint type="destinationlabel">
89 <x>286</x>
90 <y>274</y>
91 </hint>
92 </hints>
93 </connection>
94 </connections>
95 </ui>

eric ide

mercurial