summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.ui
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /korganizer/filteredit_base.ui
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'korganizer/filteredit_base.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/filteredit_base.ui201
1 files changed, 201 insertions, 0 deletions
diff --git a/korganizer/filteredit_base.ui b/korganizer/filteredit_base.ui
new file mode 100644
index 0000000..b7cbb59
--- a/dev/null
+++ b/korganizer/filteredit_base.ui
@@ -0,0 +1,201 @@
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>FilterEdit_base</class>
3<widget class="QWidget">
4 <property name="name">
5 <cstring>FilterEdit_base</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>284</width>
12 <height>241</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>FilterEditor</string>
17 </property>
18 <property name="layoutMargin" stdset="0">
19 </property>
20 <property name="layoutSpacing" stdset="0">
21 </property>
22 <vbox>
23 <property name="name">
24 <cstring>unnamed</cstring>
25 </property>
26 <property name="margin">
27 <number>0</number>
28 </property>
29 <property name="spacing">
30 <number>0</number>
31 </property>
32 <widget class="QFrame">
33 <property name="name">
34 <cstring>mCriteriaFrame</cstring>
35 </property>
36 <property name="frameShape">
37 <enum>StyledPanel</enum>
38 </property>
39 <property name="frameShadow">
40 <enum>Raised</enum>
41 </property>
42 <property name="layoutMargin" stdset="0">
43 </property>
44 <grid>
45 <property name="name">
46 <cstring>unnamed</cstring>
47 </property>
48 <property name="margin">
49 <number>3</number>
50 </property>
51 <property name="spacing">
52 <number>2</number>
53 </property>
54 <widget class="QButtonGroup" row="0" column="0">
55 <property name="name">
56 <cstring>ButtonGroup1</cstring>
57 </property>
58 <property name="title">
59 <string>Categories</string>
60 </property>
61 <vbox>
62 <property name="name">
63 <cstring>unnamed</cstring>
64 </property>
65 <property name="margin">
66 <number>11</number>
67 </property>
68 <property name="spacing">
69 <number>6</number>
70 </property>
71 <widget class="QRadioButton">
72 <property name="name">
73 <cstring>mCatShowCheck</cstring>
74 </property>
75 <property name="text">
76 <string>Show only selected</string>
77 </property>
78 </widget>
79 <widget class="QRadioButton">
80 <property name="name">
81 <cstring>mCatHideCheck</cstring>
82 </property>
83 <property name="text">
84 <string>Show all but selected</string>
85 </property>
86 </widget>
87 <widget class="QListBox">
88 <property name="name">
89 <cstring>mCatList</cstring>
90 </property>
91 </widget>
92 <widget class="QPushButton">
93 <property name="name">
94 <cstring>mCatEditButton</cstring>
95 </property>
96 <property name="text">
97 <string>Edit Selection...</string>
98 </property>
99 </widget>
100 </vbox>
101 </widget>
102 <widget class="QLayoutWidget" row="1" column="0">
103 <property name="name">
104 <cstring>layout1</cstring>
105 </property>
106 <hbox>
107 <property name="name">
108 <cstring>unnamed</cstring>
109 </property>
110 <property name="margin">
111 <number>0</number>
112 </property>
113 <property name="spacing">
114 <number>0</number>
115 </property>
116 <widget class="QLabel">
117 <property name="name">
118 <cstring>textLabel1</cstring>
119 </property>
120 <property name="text">
121 <string>Hide</string>
122 </property>
123 </widget>
124 <widget class="QCheckBox">
125 <property name="name">
126 <cstring>mRecurringCheck</cstring>
127 </property>
128 <property name="text">
129 <string>recurring events</string>
130 </property>
131 </widget>
132 <widget class="QCheckBox">
133 <property name="name">
134 <cstring>mCompletedCheck</cstring>
135 </property>
136 <property name="text">
137 <string>completed to-dos</string>
138 </property>
139 </widget>
140 </hbox>
141 </widget>
142 <widget class="QLayoutWidget" row="2" column="0">
143 <property name="name">
144 <cstring>layout2</cstring>
145 </property>
146 <hbox>
147 <property name="name">
148 <cstring>unnamed</cstring>
149 </property>
150 <property name="margin">
151 <number>0</number>
152 </property>
153 <property name="spacing">
154 <number>0</number>
155 </property>
156 <widget class="QLabel">
157 <property name="name">
158 <cstring>textLabel2</cstring>
159 </property>
160 <property name="text">
161 <string>Show</string>
162 </property>
163 </widget>
164 <widget class="QCheckBox">
165 <property name="name">
166 <cstring>mPublicCheck</cstring>
167 </property>
168 <property name="text">
169 <string>public</string>
170 </property>
171 </widget>
172 <widget class="QCheckBox">
173 <property name="name">
174 <cstring>mPrivateCheck</cstring>
175 </property>
176 <property name="text">
177 <string>private</string>
178 </property>
179 </widget>
180 <widget class="QCheckBox">
181 <property name="name">
182 <cstring>mConfidentialCheck</cstring>
183 </property>
184 <property name="text">
185 <string>confidential</string>
186 </property>
187 <property name="checked">
188 <bool>false</bool>
189 </property>
190 </widget>
191 </hbox>
192 </widget>
193 </grid>
194 </widget>
195 </vbox>
196</widget>
197<slots>
198 <slot>updateFilter()</slot>
199</slots>
200<layoutdefaults spacing="6" margin="11"/>
201</UI>