moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kbruch / src / taskvieweroptionsbase.ui
blobe737c8c79a084a9b145e60e80e632a295a4ab4ac
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>TaskViewerOptionsBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>TaskViewerOptionsBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>486</width>
12             <height>558</height>
13         </rect>
14     </property>
15     <vbox>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <widget class="KFontChooser">
20             <property name="name">
21                 <cstring>kcfg_taskFont</cstring>
22             </property>
23             <property name="sizePolicy">
24                 <sizepolicy>
25                     <hsizetype>1</hsizetype>
26                     <vsizetype>3</vsizetype>
27                     <horstretch>0</horstretch>
28                     <verstretch>0</verstretch>
29                 </sizepolicy>
30             </property>
31             <property name="toolTip" stdset="0">
32                 <string>Change the font of the numbers</string>
33             </property>
34         </widget>
35         <widget class="QGroupBox">
36             <property name="name">
37                 <cstring>colorGroupBox</cstring>
38             </property>
39             <property name="sizePolicy">
40                 <sizepolicy>
41                     <hsizetype>5</hsizetype>
42                     <vsizetype>0</vsizetype>
43                     <horstretch>0</horstretch>
44                     <verstretch>0</verstretch>
45                 </sizepolicy>
46             </property>
47             <property name="title">
48                 <string>Colors</string>
49             </property>
50             <widget class="QLayoutWidget">
51                 <property name="name">
52                     <cstring>layout7</cstring>
53                 </property>
54                 <property name="geometry">
55                     <rect>
56                         <x>10</x>
57                         <y>20</y>
58                         <width>230</width>
59                         <height>110</height>
60                     </rect>
61                 </property>
62                 <grid>
63                     <property name="name">
64                         <cstring>unnamed</cstring>
65                     </property>
66                     <widget class="KColorButton" row="1" column="1">
67                         <property name="name">
68                             <cstring>kcfg_operationColor</cstring>
69                         </property>
70                         <property name="sizePolicy">
71                             <sizepolicy>
72                                 <hsizetype>1</hsizetype>
73                                 <vsizetype>0</vsizetype>
74                                 <horstretch>0</horstretch>
75                                 <verstretch>0</verstretch>
76                             </sizepolicy>
77                         </property>
78                         <property name="text">
79                             <string></string>
80                         </property>
81                         <property name="color">
82                             <color>
83                                 <red>0</red>
84                                 <green>0</green>
85                                 <blue>255</blue>
86                             </color>
87                         </property>
88                         <property name="toolTip" stdset="0">
89                             <string>Change the color of the operation signs</string>
90                         </property>
91                     </widget>
92                     <widget class="KColorButton" row="2" column="1">
93                         <property name="name">
94                             <cstring>kcfg_fractionBarColor</cstring>
95                         </property>
96                         <property name="text">
97                             <string></string>
98                         </property>
99                         <property name="color">
100                             <color>
101                                 <red>255</red>
102                                 <green>0</green>
103                                 <blue>0</blue>
104                             </color>
105                         </property>
106                         <property name="toolTip" stdset="0">
107                             <string>Change the color of the fraction bar</string>
108                         </property>
109                     </widget>
110                     <widget class="QLabel" row="2" column="0">
111                         <property name="name">
112                             <cstring>fractionBarLabel</cstring>
113                         </property>
114                         <property name="sizePolicy">
115                             <sizepolicy>
116                                 <hsizetype>1</hsizetype>
117                                 <vsizetype>5</vsizetype>
118                                 <horstretch>0</horstretch>
119                                 <verstretch>0</verstretch>
120                             </sizepolicy>
121                         </property>
122                         <property name="text">
123                             <string>Fraction bar:</string>
124                         </property>
125                     </widget>
126                     <widget class="QLabel" row="1" column="0">
127                         <property name="name">
128                             <cstring>operationLabel</cstring>
129                         </property>
130                         <property name="sizePolicy">
131                             <sizepolicy>
132                                 <hsizetype>1</hsizetype>
133                                 <vsizetype>5</vsizetype>
134                                 <horstretch>0</horstretch>
135                                 <verstretch>0</verstretch>
136                             </sizepolicy>
137                         </property>
138                         <property name="text">
139                             <string>Operation sign:</string>
140                         </property>
141                     </widget>
142                     <widget class="KColorButton" row="0" column="1">
143                         <property name="name">
144                             <cstring>kcfg_numberColor</cstring>
145                         </property>
146                         <property name="text">
147                             <string></string>
148                         </property>
149                         <property name="color">
150                             <color>
151                                 <red>0</red>
152                                 <green>255</green>
153                                 <blue>0</blue>
154                             </color>
155                         </property>
156                         <property name="toolTip" stdset="0">
157                             <string>Change the color of the numbers</string>
158                         </property>
159                     </widget>
160                     <widget class="QLabel" row="0" column="0">
161                         <property name="name">
162                             <cstring>numberLabel</cstring>
163                         </property>
164                         <property name="sizePolicy">
165                             <sizepolicy>
166                                 <hsizetype>1</hsizetype>
167                                 <vsizetype>5</vsizetype>
168                                 <horstretch>0</horstretch>
169                                 <verstretch>0</verstretch>
170                             </sizepolicy>
171                         </property>
172                         <property name="text">
173                             <string>Number:</string>
174                         </property>
175                     </widget>
176                 </grid>
177             </widget>
178         </widget>
179         <widget class="QGroupBox">
180             <property name="name">
181                 <cstring>groupBox2</cstring>
182             </property>
183             <property name="title">
184                 <string>General</string>
185             </property>
186             <widget class="QCheckBox">
187                 <property name="name">
188                     <cstring>kcfg_showSpecialRatioNotation</cstring>
189                 </property>
190                 <property name="geometry">
191                     <rect>
192                         <x>10</x>
193                         <y>20</y>
194                         <width>440</width>
195                         <height>20</height>
196                     </rect>
197                 </property>
198                 <property name="text">
199                     <string>Show result also as a mixed number, like 1 2/3.</string>
200                 </property>
201                 <property name="toolTip" stdset="0">
202                     <string>Here you can enable/disable showing the result in mixed-number notation.</string>
203                 </property>
204             </widget>
205         </widget>
206     </vbox>
207 </widget>
208 <customwidgets>
209 </customwidgets>
210 <layoutdefaults spacing="6" margin="11"/>
211 <includehints>
212     <includehint>kcolorbutton.h</includehint>
213     <includehint>kcolorbutton.h</includehint>
214     <includehint>kcolorbutton.h</includehint>
215 </includehints>
216 </UI>