src/eric7/MicroPython/EthernetDialogs/EthernetStatusDialog.ui

branch
mpy_network
changeset 9878
a82014a9e57b
equal deleted inserted replaced
9877:dad1f6d37366 9878:a82014a9e57b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EthernetStatusDialog</class>
4 <widget class="QDialog" name="EthernetStatusDialog">
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>Ethernet 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>Ethernet 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="rootIsDecorated">
39 <bool>false</bool>
40 </property>
41 <property name="itemsExpandable">
42 <bool>false</bool>
43 </property>
44 <property name="headerHidden">
45 <bool>true</bool>
46 </property>
47 <column>
48 <property name="text">
49 <string notr="true">1</string>
50 </property>
51 </column>
52 </widget>
53 </item>
54 <item>
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Close</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <resources/>
67 <connections>
68 <connection>
69 <sender>buttonBox</sender>
70 <signal>accepted()</signal>
71 <receiver>EthernetStatusDialog</receiver>
72 <slot>accept()</slot>
73 <hints>
74 <hint type="sourcelabel">
75 <x>248</x>
76 <y>254</y>
77 </hint>
78 <hint type="destinationlabel">
79 <x>157</x>
80 <y>274</y>
81 </hint>
82 </hints>
83 </connection>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>rejected()</signal>
87 <receiver>EthernetStatusDialog</receiver>
88 <slot>reject()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>316</x>
92 <y>260</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>286</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 </connections>
101 </ui>

eric ide

mercurial