27 </property> |
27 </property> |
28 <property name="text"> |
28 <property name="text"> |
29 <string>Bluetooth Status</string> |
29 <string>Bluetooth 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"> |
50 </property> |
50 </property> |
51 </column> |
51 </column> |
52 </widget> |
52 </widget> |
53 </item> |
53 </item> |
54 <item> |
54 <item> |
55 <widget class="QDialogButtonBox" name="buttonBox"> |
55 <layout class="QHBoxLayout" name="horizontalLayout"> |
56 <property name="orientation"> |
56 <item> |
57 <enum>Qt::Horizontal</enum> |
57 <widget class="QPushButton" name="refreshButton"> |
58 </property> |
58 <property name="toolTip"> |
59 <property name="standardButtons"> |
59 <string>Press to refresh the status display.</string> |
60 <set>QDialogButtonBox::Close</set> |
60 </property> |
61 </property> |
61 <property name="text"> |
62 </widget> |
62 <string>Refresh</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item> |
|
67 <widget class="QDialogButtonBox" name="buttonBox"> |
|
68 <property name="orientation"> |
|
69 <enum>Qt::Orientation::Horizontal</enum> |
|
70 </property> |
|
71 <property name="standardButtons"> |
|
72 <set>QDialogButtonBox::StandardButton::Close</set> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 </layout> |
63 </item> |
77 </item> |
64 </layout> |
78 </layout> |
65 </widget> |
79 </widget> |
|
80 <tabstops> |
|
81 <tabstop>statusTree</tabstop> |
|
82 <tabstop>refreshButton</tabstop> |
|
83 </tabstops> |
66 <resources/> |
84 <resources/> |
67 <connections> |
85 <connections> |
68 <connection> |
86 <connection> |
69 <sender>buttonBox</sender> |
87 <sender>buttonBox</sender> |
70 <signal>accepted()</signal> |
88 <signal>accepted()</signal> |