summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/configurebase.ui
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/configurebase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/configurebase.ui127
1 files changed, 127 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/configurebase.ui b/noncore/apps/opie-console/configurebase.ui
new file mode 100644
index 0000000..1af270c
--- a/dev/null
+++ b/noncore/apps/opie-console/configurebase.ui
@@ -0,0 +1,127 @@
1<!DOCTYPE UI><UI>
2<class>ConfigureBase</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>ConfigDialog</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>276</width>
15 <height>306</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Configure</string>
21 </property>
22 <grid>
23 <property stdset="1">
24 <name>margin</name>
25 <number>11</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>6</number>
30 </property>
31 <widget row="0" column="0" >
32 <class>QListView</class>
33 <column>
34 <property>
35 <name>text</name>
36 <string>Profile Name</string>
37 </property>
38 <property>
39 <name>clickable</name>
40 <bool>true</bool>
41 </property>
42 <property>
43 <name>resizeable</name>
44 <bool>true</bool>
45 </property>
46 </column>
47 <property stdset="1">
48 <name>name</name>
49 <cstring>lstView</cstring>
50 </property>
51 </widget>
52 <widget row="1" column="0" >
53 <class>QLayoutWidget</class>
54 <property stdset="1">
55 <name>name</name>
56 <cstring>Layout1</cstring>
57 </property>
58 <hbox>
59 <property stdset="1">
60 <name>margin</name>
61 <number>0</number>
62 </property>
63 <property stdset="1">
64 <name>spacing</name>
65 <number>6</number>
66 </property>
67 <widget>
68 <class>QPushButton</class>
69 <property stdset="1">
70 <name>name</name>
71 <cstring>pbAdd</cstring>
72 </property>
73 <property stdset="1">
74 <name>text</name>
75 <string>&amp;Add</string>
76 </property>
77 </widget>
78 <widget>
79 <class>QPushButton</class>
80 <property stdset="1">
81 <name>name</name>
82 <cstring>pbEdit</cstring>
83 </property>
84 <property stdset="1">
85 <name>text</name>
86 <string>&amp;Edit</string>
87 </property>
88 </widget>
89 <widget>
90 <class>QPushButton</class>
91 <property stdset="1">
92 <name>name</name>
93 <cstring>pbRemove</cstring>
94 </property>
95 <property stdset="1">
96 <name>text</name>
97 <string>&amp;Remove</string>
98 </property>
99 </widget>
100 </hbox>
101 </widget>
102 </grid>
103</widget>
104<connections>
105 <connection>
106 <sender>pbAdd</sender>
107 <signal>clicked()</signal>
108 <receiver>ConfigDialog</receiver>
109 <slot>slotAdd()</slot>
110 </connection>
111 <connection>
112 <sender>pbEdit</sender>
113 <signal>clicked()</signal>
114 <receiver>ConfigDialog</receiver>
115 <slot>slotEdit()</slot>
116 </connection>
117 <connection>
118 <sender>pbRemove</sender>
119 <signal>clicked()</signal>
120 <receiver>ConfigDialog</receiver>
121 <slot>slotRemove()</slot>
122 </connection>
123 <slot access="protected">slotRemove()</slot>
124 <slot access="protected">slotAdd()</slot>
125 <slot access="protected">slotEdit()</slot>
126</connections>
127</UI>