summaryrefslogtreecommitdiff
path: root/noncore
authorwimpie <wimpie>2004-08-13 18:15:59 (UTC)
committer wimpie <wimpie>2004-08-13 18:15:59 (UTC)
commit7cee03c63afadac76e87e276a5ef7b1bba27847b (patch) (unidiff)
tree3b3cc6a35b015cb8bd3faee351520aaee4a88101 /noncore
parentdb8f9aa11b9ca5d2464c782e9fd0b1ea5ec6b9e5 (diff)
downloadopie-7cee03c63afadac76e87e276a5ef7b1bba27847b.zip
opie-7cee03c63afadac76e87e276a5ef7b1bba27847b.tar.gz
opie-7cee03c63afadac76e87e276a5ef7b1bba27847b.tar.bz2
oops forgot ...
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/activatevpnGUI.ui77
1 files changed, 77 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/activatevpnGUI.ui b/noncore/settings/networksettings2/activatevpnGUI.ui
new file mode 100644
index 0000000..12b53d2
--- a/dev/null
+++ b/noncore/settings/networksettings2/activatevpnGUI.ui
@@ -0,0 +1,77 @@
1<!DOCTYPE UI><UI>
2<class>ActivateVPNGUI</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>ActivateVPN</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>235</width>
15 <height>241</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Activate VPN</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <vbox>
26 <property stdset="1">
27 <name>margin</name>
28 <number>6</number>
29 </property>
30 <property stdset="1">
31 <name>spacing</name>
32 <number>6</number>
33 </property>
34 <widget>
35 <class>QLabel</class>
36 <property stdset="1">
37 <name>name</name>
38 <cstring>TextLabel1</cstring>
39 </property>
40 <property stdset="1">
41 <name>text</name>
42 <string>Check the VPN's you want to activate</string>
43 </property>
44 </widget>
45 <widget>
46 <class>QListView</class>
47 <column>
48 <property>
49 <name>text</name>
50 <string>Column 1</string>
51 </property>
52 <property>
53 <name>clickable</name>
54 <bool>true</bool>
55 </property>
56 <property>
57 <name>resizeable</name>
58 <bool>true</bool>
59 </property>
60 </column>
61 <property stdset="1">
62 <name>name</name>
63 <cstring>VPN_LV</cstring>
64 </property>
65 </widget>
66 </vbox>
67</widget>
68<connections>
69 <connection>
70 <sender>VPN_LV</sender>
71 <signal>clicked(QListViewItem*)</signal>
72 <receiver>ActivateVPN</receiver>
73 <slot>SLOT_ChangedVPNSetting( QListViewItem *)</slot>
74 </connection>
75 <slot access="public">SLOT_ChangedVPNSetting( QListViewItem *)</slot>
76</connections>
77</UI>