summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui
authorwimpie <wimpie>2005-01-04 01:44:52 (UTC)
committer wimpie <wimpie>2005-01-04 01:44:52 (UTC)
commit9a134ab03890d942d53b4121e31e2d37859fa42c (patch) (unidiff)
treee9db8bfc0734d96409c90e12712dd6d8204aeb21 /noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui
parentb65cbb7c8b45d57f849722d22f8f165cc202ceb5 (diff)
downloadopie-9a134ab03890d942d53b4121e31e2d37859fa42c.zip
opie-9a134ab03890d942d53b4121e31e2d37859fa42c.tar.gz
opie-9a134ab03890d942d53b4121e31e2d37859fa42c.tar.bz2
New bluetooth library OT2 (loosely based on kbluetooth)
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui158
1 files changed, 158 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui b/noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui
new file mode 100644
index 0000000..2a010f0
--- a/dev/null
+++ b/noncore/settings/networksettings2/opietooth2/OTPairingGUI.ui
@@ -0,0 +1,158 @@
1<!DOCTYPE UI><UI>
2<class>OTPairingGUI</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>OTPairingGUI</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>285</width>
15 <height>230</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Manage pairing</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <vbox>
29 <property stdset="1">
30 <name>margin</name>
31 <number>3</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>3</number>
36 </property>
37 <widget>
38 <class>QListView</class>
39 <column>
40 <property>
41 <name>text</name>
42 <string>From</string>
43 </property>
44 <property>
45 <name>clickable</name>
46 <bool>true</bool>
47 </property>
48 <property>
49 <name>resizeable</name>
50 <bool>true</bool>
51 </property>
52 </column>
53 <column>
54 <property>
55 <name>text</name>
56 <string>To</string>
57 </property>
58 <property>
59 <name>clickable</name>
60 <bool>true</bool>
61 </property>
62 <property>
63 <name>resizeable</name>
64 <bool>true</bool>
65 </property>
66 </column>
67 <property stdset="1">
68 <name>name</name>
69 <cstring>Pairs_LV</cstring>
70 </property>
71 <property stdset="1">
72 <name>allColumnsShowFocus</name>
73 <bool>true</bool>
74 </property>
75 <property stdset="1">
76 <name>showSortIndicator</name>
77 <bool>false</bool>
78 </property>
79 <property stdset="1">
80 <name>rootIsDecorated</name>
81 <bool>true</bool>
82 </property>
83 </widget>
84 <widget>
85 <class>QLayoutWidget</class>
86 <property stdset="1">
87 <name>name</name>
88 <cstring>Layout5</cstring>
89 </property>
90 <hbox>
91 <property stdset="1">
92 <name>margin</name>
93 <number>0</number>
94 </property>
95 <property stdset="1">
96 <name>spacing</name>
97 <number>6</number>
98 </property>
99 <spacer>
100 <property>
101 <name>name</name>
102 <cstring>Spacer1</cstring>
103 </property>
104 <property stdset="1">
105 <name>orientation</name>
106 <enum>Horizontal</enum>
107 </property>
108 <property stdset="1">
109 <name>sizeType</name>
110 <enum>Expanding</enum>
111 </property>
112 <property>
113 <name>sizeHint</name>
114 <size>
115 <width>20</width>
116 <height>20</height>
117 </size>
118 </property>
119 </spacer>
120 <widget>
121 <class>QLabel</class>
122 <property stdset="1">
123 <name>name</name>
124 <cstring>Unpair_LBL</cstring>
125 </property>
126 <property stdset="1">
127 <name>text</name>
128 <string>Disable Bluetooth to break pairings</string>
129 </property>
130 </widget>
131 <widget>
132 <class>QPushButton</class>
133 <property stdset="1">
134 <name>name</name>
135 <cstring>Unpair_But</cstring>
136 </property>
137 <property stdset="1">
138 <name>text</name>
139 <string>Break</string>
140 </property>
141 </widget>
142 </hbox>
143 </widget>
144 </vbox>
145</widget>
146<connections>
147 <connection>
148 <sender>Unpair_But</sender>
149 <signal>clicked()</signal>
150 <receiver>OTPairingGUI</receiver>
151 <slot>SLOT_Unpair()</slot>
152 </connection>
153 <slot access="public">SLOT_SetRefreshTimer( int )</slot>
154 <slot access="public">SLOT_ShowDriver( QListViewItem *)</slot>
155 <slot access="public">SLOT_UpDriver( bool)</slot>
156 <slot access="public">SLOT_Unpair()</slot>
157</connections>
158</UI>