src/eric7/MicroPython/EthernetDialogs/EthernetStatusDialog.ui

branch
eric7
changeset 11263
28f0ead11a82
parent 9878
a82014a9e57b
equal deleted inserted replaced
11262:07d9cc8d773c 11263:28f0ead11a82
27 </property> 27 </property>
28 <property name="text"> 28 <property name="text">
29 <string>Ethernet Status</string> 29 <string>Ethernet Status</string>
30 </property> 30 </property>
31 <property name="alignment"> 31 <property name="alignment">
32 <set>Qt::AlignCenter</set> 32 <set>Qt::AlignmentFlag::AlignCenter</set>
33 </property> 33 </property>
34 </widget> 34 </widget>
35 </item> 35 </item>
36 <item> 36 <item>
37 <widget class="QTreeWidget" name="statusTree"> 37 <widget class="QTreeWidget" name="statusTree">
38 <property name="alternatingRowColors">
39 <bool>true</bool>
40 </property>
38 <property name="rootIsDecorated"> 41 <property name="rootIsDecorated">
39 <bool>false</bool> 42 <bool>false</bool>
40 </property> 43 </property>
41 <property name="itemsExpandable"> 44 <property name="itemsExpandable">
42 <bool>false</bool> 45 <bool>false</bool>
50 </property> 53 </property>
51 </column> 54 </column>
52 </widget> 55 </widget>
53 </item> 56 </item>
54 <item> 57 <item>
55 <widget class="QDialogButtonBox" name="buttonBox"> 58 <layout class="QHBoxLayout" name="horizontalLayout">
56 <property name="orientation"> 59 <item>
57 <enum>Qt::Horizontal</enum> 60 <widget class="QPushButton" name="refreshButton">
58 </property> 61 <property name="toolTip">
59 <property name="standardButtons"> 62 <string>Press to refresh the status display.</string>
60 <set>QDialogButtonBox::Close</set> 63 </property>
61 </property> 64 <property name="text">
62 </widget> 65 <string>Refresh</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QDialogButtonBox" name="buttonBox">
71 <property name="orientation">
72 <enum>Qt::Orientation::Horizontal</enum>
73 </property>
74 <property name="standardButtons">
75 <set>QDialogButtonBox::StandardButton::Close</set>
76 </property>
77 </widget>
78 </item>
79 </layout>
63 </item> 80 </item>
64 </layout> 81 </layout>
65 </widget> 82 </widget>
83 <tabstops>
84 <tabstop>statusTree</tabstop>
85 <tabstop>refreshButton</tabstop>
86 </tabstops>
66 <resources/> 87 <resources/>
67 <connections> 88 <connections>
68 <connection> 89 <connection>
69 <sender>buttonBox</sender> 90 <sender>buttonBox</sender>
70 <signal>accepted()</signal> 91 <signal>accepted()</signal>

eric ide

mercurial