|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BluetoothScanWindow</class> |
|
4 <widget class="QWidget" name="BluetoothScanWindow"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Bluetooth Scan</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QTreeWidget" name="devicesList"> |
|
19 <property name="alternatingRowColors"> |
|
20 <bool>true</bool> |
|
21 </property> |
|
22 <property name="selectionMode"> |
|
23 <enum>QAbstractItemView::NoSelection</enum> |
|
24 </property> |
|
25 <property name="sortingEnabled"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <column> |
|
29 <property name="text"> |
|
30 <string>Name</string> |
|
31 </property> |
|
32 </column> |
|
33 <column> |
|
34 <property name="text"> |
|
35 <string>MAC-Address</string> |
|
36 </property> |
|
37 </column> |
|
38 <column> |
|
39 <property name="text"> |
|
40 <string>RSSI [dBm]</string> |
|
41 </property> |
|
42 </column> |
|
43 <column> |
|
44 <property name="text"> |
|
45 <string notr="true"/> |
|
46 </property> |
|
47 </column> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QLabel" name="statusLabel"/> |
|
52 </item> |
|
53 <item> |
|
54 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
55 <item> |
|
56 <widget class="QLabel" name="label"> |
|
57 <property name="text"> |
|
58 <string>Scan Duration:</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 <item> |
|
63 <widget class="QSpinBox" name="durationSpinBox"> |
|
64 <property name="toolTip"> |
|
65 <string>Enter the scan duration in seconds</string> |
|
66 </property> |
|
67 <property name="alignment"> |
|
68 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
69 </property> |
|
70 <property name="suffix"> |
|
71 <string> s</string> |
|
72 </property> |
|
73 <property name="minimum"> |
|
74 <number>1</number> |
|
75 </property> |
|
76 <property name="maximum"> |
|
77 <number>60</number> |
|
78 </property> |
|
79 <property name="value"> |
|
80 <number>10</number> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QPushButton" name="scanButton"> |
|
86 <property name="sizePolicy"> |
|
87 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
88 <horstretch>0</horstretch> |
|
89 <verstretch>0</verstretch> |
|
90 </sizepolicy> |
|
91 </property> |
|
92 <property name="toolTip"> |
|
93 <string>Press to scan for available WiFi networks.</string> |
|
94 </property> |
|
95 <property name="text"> |
|
96 <string>Scan</string> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="QDialogButtonBox" name="buttonBox"> |
|
104 <property name="standardButtons"> |
|
105 <set>QDialogButtonBox::Close</set> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 <tabstops> |
|
112 <tabstop>devicesList</tabstop> |
|
113 <tabstop>durationSpinBox</tabstop> |
|
114 <tabstop>scanButton</tabstop> |
|
115 </tabstops> |
|
116 <resources/> |
|
117 <connections> |
|
118 <connection> |
|
119 <sender>buttonBox</sender> |
|
120 <signal>rejected()</signal> |
|
121 <receiver>BluetoothScanWindow</receiver> |
|
122 <slot>close()</slot> |
|
123 <hints> |
|
124 <hint type="sourcelabel"> |
|
125 <x>486</x> |
|
126 <y>581</y> |
|
127 </hint> |
|
128 <hint type="destinationlabel"> |
|
129 <x>647</x> |
|
130 <y>534</y> |
|
131 </hint> |
|
132 </hints> |
|
133 </connection> |
|
134 </connections> |
|
135 </ui> |