author | leseb <leseb> | 2002-07-08 14:59:27 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-07-08 14:59:27 (UTC) |
commit | df9ad019dc31e2b0fe43d6013020eefa692962d8 (patch) (unidiff) | |
tree | 21ab9fd1ced295c04a433d225d0efa970c8af062 | |
parent | d492542301b0075e4aa865ba2c542da189eb5181 (diff) | |
download | opie-df9ad019dc31e2b0fe43d6013020eefa692962d8.zip opie-df9ad019dc31e2b0fe43d6013020eefa692962d8.tar.gz opie-df9ad019dc31e2b0fe43d6013020eefa692962d8.tar.bz2 |
New files
-rwxr-xr-x | noncore/settings/tabmanager/TODO | 6 | ||||
-rw-r--r-- | noncore/settings/tabmanager/app.ui | 130 | ||||
-rw-r--r-- | noncore/settings/tabmanager/wait.ui | 54 |
3 files changed, 190 insertions, 0 deletions
diff --git a/noncore/settings/tabmanager/TODO b/noncore/settings/tabmanager/TODO new file mode 100755 index 0000000..1774b13 --- a/dev/null +++ b/noncore/settings/tabmanager/TODO | |||
@@ -0,0 +1,6 @@ | |||
1 | Drag has visual feedback | ||
2 | Can't move/delete main button items. | ||
3 | Make it so that comments etc use [de] multilanguage where needed. | ||
4 | Comment[hu] | ||
5 | Type[no] | ||
6 | Name[de] | ||
diff --git a/noncore/settings/tabmanager/app.ui b/noncore/settings/tabmanager/app.ui new file mode 100644 index 0000000..8423a01 --- a/dev/null +++ b/noncore/settings/tabmanager/app.ui | |||
@@ -0,0 +1,130 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>AppEdit</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>AppEdit</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>212</width> | ||
15 | <height>136</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Application</string> | ||
21 | </property> | ||
22 | <grid> | ||
23 | <property stdset="1"> | ||
24 | <name>margin</name> | ||
25 | <number>4</number> | ||
26 | </property> | ||
27 | <property stdset="1"> | ||
28 | <name>spacing</name> | ||
29 | <number>4</number> | ||
30 | </property> | ||
31 | <widget row="0" column="1" > | ||
32 | <class>QLineEdit</class> | ||
33 | <property stdset="1"> | ||
34 | <name>name</name> | ||
35 | <cstring>nameLineEdit</cstring> | ||
36 | </property> | ||
37 | </widget> | ||
38 | <widget row="3" column="1" > | ||
39 | <class>QLineEdit</class> | ||
40 | <property stdset="1"> | ||
41 | <name>name</name> | ||
42 | <cstring>commentLineEdit</cstring> | ||
43 | </property> | ||
44 | </widget> | ||
45 | <widget row="0" column="0" > | ||
46 | <class>QLabel</class> | ||
47 | <property stdset="1"> | ||
48 | <name>name</name> | ||
49 | <cstring>TextLabel1</cstring> | ||
50 | </property> | ||
51 | <property stdset="1"> | ||
52 | <name>text</name> | ||
53 | <string>Name:</string> | ||
54 | </property> | ||
55 | </widget> | ||
56 | <widget row="1" column="0" > | ||
57 | <class>QLabel</class> | ||
58 | <property stdset="1"> | ||
59 | <name>name</name> | ||
60 | <cstring>TextLabel2</cstring> | ||
61 | </property> | ||
62 | <property stdset="1"> | ||
63 | <name>text</name> | ||
64 | <string>Icon:</string> | ||
65 | </property> | ||
66 | </widget> | ||
67 | <widget row="2" column="0" > | ||
68 | <class>QLabel</class> | ||
69 | <property stdset="1"> | ||
70 | <name>name</name> | ||
71 | <cstring>TextLabel3</cstring> | ||
72 | </property> | ||
73 | <property stdset="1"> | ||
74 | <name>text</name> | ||
75 | <string>Exec:</string> | ||
76 | </property> | ||
77 | </widget> | ||
78 | <widget row="3" column="0" > | ||
79 | <class>QLabel</class> | ||
80 | <property stdset="1"> | ||
81 | <name>name</name> | ||
82 | <cstring>TextLabel4</cstring> | ||
83 | </property> | ||
84 | <property stdset="1"> | ||
85 | <name>text</name> | ||
86 | <string>Comment:</string> | ||
87 | </property> | ||
88 | </widget> | ||
89 | <spacer row="4" column="1" > | ||
90 | <property> | ||
91 | <name>name</name> | ||
92 | <cstring>Spacer1</cstring> | ||
93 | </property> | ||
94 | <property stdset="1"> | ||
95 | <name>orientation</name> | ||
96 | <enum>Vertical</enum> | ||
97 | </property> | ||
98 | <property stdset="1"> | ||
99 | <name>sizeType</name> | ||
100 | <enum>Expanding</enum> | ||
101 | </property> | ||
102 | <property> | ||
103 | <name>sizeHint</name> | ||
104 | <size> | ||
105 | <width>0</width> | ||
106 | <height>0</height> | ||
107 | </size> | ||
108 | </property> | ||
109 | </spacer> | ||
110 | <widget row="2" column="1" > | ||
111 | <class>QLineEdit</class> | ||
112 | <property stdset="1"> | ||
113 | <name>name</name> | ||
114 | <cstring>execLineEdit</cstring> | ||
115 | </property> | ||
116 | </widget> | ||
117 | <widget row="1" column="1" > | ||
118 | <class>QComboBox</class> | ||
119 | <property stdset="1"> | ||
120 | <name>name</name> | ||
121 | <cstring>iconLineEdit</cstring> | ||
122 | </property> | ||
123 | <property stdset="1"> | ||
124 | <name>duplicatesEnabled</name> | ||
125 | <bool>false</bool> | ||
126 | </property> | ||
127 | </widget> | ||
128 | </grid> | ||
129 | </widget> | ||
130 | </UI> | ||
diff --git a/noncore/settings/tabmanager/wait.ui b/noncore/settings/tabmanager/wait.ui new file mode 100644 index 0000000..33d37e2 --- a/dev/null +++ b/noncore/settings/tabmanager/wait.ui | |||
@@ -0,0 +1,54 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>Wait</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>Wait</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>124</width> | ||
15 | <height>24</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Please Wait...</string> | ||
21 | </property> | ||
22 | <property> | ||
23 | <name>layoutMargin</name> | ||
24 | </property> | ||
25 | <grid> | ||
26 | <property stdset="1"> | ||
27 | <name>margin</name> | ||
28 | <number>4</number> | ||
29 | </property> | ||
30 | <property stdset="1"> | ||
31 | <name>spacing</name> | ||
32 | <number>4</number> | ||
33 | </property> | ||
34 | <widget row="0" column="0" > | ||
35 | <class>QLabel</class> | ||
36 | <property stdset="1"> | ||
37 | <name>name</name> | ||
38 | <cstring>waitLabel</cstring> | ||
39 | </property> | ||
40 | <property stdset="1"> | ||
41 | <name>text</name> | ||
42 | <string>Please Wait...</string> | ||
43 | </property> | ||
44 | <property stdset="1"> | ||
45 | <name>alignment</name> | ||
46 | <set>AlignCenter</set> | ||
47 | </property> | ||
48 | <property> | ||
49 | <name>hAlign</name> | ||
50 | </property> | ||
51 | </widget> | ||
52 | </grid> | ||
53 | </widget> | ||
54 | </UI> | ||