moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / qeditpolar.ui
blobe61c5c6d9c5fe1a588204ab374b66085fa6de4f6
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QEditPolar</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QEditPolar</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>342</width>
12             <height>432</height>
13         </rect>
14     </property>
15     <property name="sizePolicy">
16         <sizepolicy>
17             <hsizetype>1</hsizetype>
18             <vsizetype>1</vsizetype>
19             <horstretch>0</horstretch>
20             <verstretch>0</verstretch>
21         </sizepolicy>
22     </property>
23     <property name="caption">
24         <string>Edit Polar Plot</string>
25     </property>
26     <property name="sizeGripEnabled">
27         <bool>true</bool>
28     </property>
29     <grid>
30         <property name="name">
31             <cstring>unnamed</cstring>
32         </property>
33         <widget class="QGroupBox" row="0" column="0">
34             <property name="name">
35                 <cstring>groupBox1</cstring>
36             </property>
37             <property name="title">
38                 <string>Definition</string>
39             </property>
40             <grid>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <widget class="KLineEdit" row="1" column="1">
45                     <property name="name">
46                         <cstring>kLineEditYFunction</cstring>
47                     </property>
48                     <property name="sizePolicy">
49                         <sizepolicy>
50                             <hsizetype>7</hsizetype>
51                             <vsizetype>0</vsizetype>
52                             <horstretch>0</horstretch>
53                             <verstretch>0</verstretch>
54                         </sizepolicy>
55                     </property>
56                     <property name="toolTip" stdset="0">
57                         <string>enter an equation, for instance loop(angle)=ln(angle)</string>
58                     </property>
59                     <property name="whatsThis" stdset="0">
60                         <string>Enter an expression for the function. The prefix "r" will be added automatically.
61 Example: loop(angle)=ln(angle)</string>
62                     </property>
63                 </widget>
64                 <widget class="QLabel" row="1" column="0">
65                     <property name="name">
66                         <cstring>textLabelR</cstring>
67                     </property>
68                     <property name="text">
69                         <string>r</string>
70                     </property>
71                 </widget>
72                 <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
73                     <property name="name">
74                         <cstring>textLabel2_2</cstring>
75                     </property>
76                     <property name="text">
77                         <string>Equation:</string>
78                     </property>
79                 </widget>
80             </grid>
81         </widget>
82         <widget class="QButtonGroup" row="1" column="0">
83             <property name="name">
84                 <cstring>buttonGroup1</cstring>
85             </property>
86             <property name="title">
87                 <string>Extensions</string>
88             </property>
89             <vbox>
90                 <property name="name">
91                     <cstring>unnamed</cstring>
92                 </property>
93                 <widget class="QCheckBox">
94                     <property name="name">
95                         <cstring>checkBoxHide</cstring>
96                     </property>
97                     <property name="text">
98                         <string>Hide</string>
99                     </property>
100                     <property name="toolTip" stdset="0">
101                         <string>hide the plot</string>
102                     </property>
103                     <property name="whatsThis" stdset="0">
104                         <string>Check this box if you want to hide the plot of the function.</string>
105                     </property>
106                 </widget>
107             </vbox>
108         </widget>
109         <widget class="QFrame" row="3" column="0">
110             <property name="name">
111                 <cstring>frame6</cstring>
112             </property>
113             <property name="frameShape">
114                 <enum>Box</enum>
115             </property>
116             <property name="frameShadow">
117                 <enum>Sunken</enum>
118             </property>
119             <grid>
120                 <property name="name">
121                     <cstring>unnamed</cstring>
122                 </property>
123                 <widget class="QLabel" row="1" column="0">
124                     <property name="name">
125                         <cstring>textLabel2</cstring>
126                     </property>
127                     <property name="text">
128                         <string>Colo&amp;r:</string>
129                     </property>
130                     <property name="buddy" stdset="0">
131                         <cstring>kColorButtonColor</cstring>
132                     </property>
133                 </widget>
134                 <widget class="KColorButton" row="1" column="1">
135                     <property name="name">
136                         <cstring>kColorButtonColor</cstring>
137                     </property>
138                     <property name="text">
139                         <string></string>
140                     </property>
141                     <property name="toolTip" stdset="0">
142                         <string>color of the plot line</string>
143                     </property>
144                     <property name="whatsThis" stdset="0">
145                         <string>Click this button to choose a color for the plot line.</string>
146                     </property>
147                 </widget>
148                 <widget class="QLabel" row="0" column="0">
149                     <property name="name">
150                         <cstring>textLabel1_3</cstring>
151                     </property>
152                     <property name="text">
153                         <string>Line &amp;width:</string>
154                     </property>
155                     <property name="buddy" stdset="0">
156                         <cstring>kIntNumInputLineWidth</cstring>
157                     </property>
158                 </widget>
159                 <widget class="KIntNumInput" row="0" column="1">
160                     <property name="name">
161                         <cstring>kIntNumInputLineWidth</cstring>
162                     </property>
163                     <property name="minValue">
164                         <number>1</number>
165                     </property>
166                     <property name="toolTip" stdset="0">
167                         <string>width of the plot line</string>
168                     </property>
169                     <property name="whatsThis" stdset="0">
170                         <string>Change the width of the plot line in steps of 0.1mm.</string>
171                     </property>
172                 </widget>
173                 <widget class="QLabel" row="0" column="2">
174                     <property name="name">
175                         <cstring>TextLabel2</cstring>
176                     </property>
177                     <property name="text">
178                         <string>0.1mm</string>
179                     </property>
180                 </widget>
181             </grid>
182         </widget>
183         <widget class="QLayoutWidget" row="4" column="0">
184             <property name="name">
185                 <cstring>Layout1</cstring>
186             </property>
187             <hbox>
188                 <property name="name">
189                     <cstring>unnamed</cstring>
190                 </property>
191                 <property name="margin">
192                     <number>0</number>
193                 </property>
194                 <property name="spacing">
195                     <number>6</number>
196                 </property>
197                 <widget class="QPushButton">
198                     <property name="name">
199                         <cstring>buttonHelp</cstring>
200                     </property>
201                     <property name="text">
202                         <string>&amp;Help</string>
203                     </property>
204                     <property name="accel">
205                         <string>F1</string>
206                     </property>
207                     <property name="autoDefault">
208                         <bool>true</bool>
209                     </property>
210                 </widget>
211                 <spacer>
212                     <property name="name">
213                         <cstring>Horizontal Spacing2</cstring>
214                     </property>
215                     <property name="orientation">
216                         <enum>Horizontal</enum>
217                     </property>
218                     <property name="sizeType">
219                         <enum>Expanding</enum>
220                     </property>
221                     <property name="sizeHint">
222                         <size>
223                             <width>20</width>
224                             <height>20</height>
225                         </size>
226                     </property>
227                 </spacer>
228                 <widget class="QPushButton">
229                     <property name="name">
230                         <cstring>buttonOk</cstring>
231                     </property>
232                     <property name="text">
233                         <string>&amp;OK</string>
234                     </property>
235                     <property name="autoDefault">
236                         <bool>true</bool>
237                     </property>
238                     <property name="default">
239                         <bool>true</bool>
240                     </property>
241                     <property name="toolTip" stdset="0">
242                         <string>apply changes to the list</string>
243                     </property>
244                     <property name="whatsThis" stdset="0">
245                         <string>Click this button to apply the changes to the list of functions.</string>
246                     </property>
247                 </widget>
248                 <widget class="QPushButton">
249                     <property name="name">
250                         <cstring>buttonCancel</cstring>
251                     </property>
252                     <property name="text">
253                         <string>&amp;Cancel</string>
254                     </property>
255                     <property name="autoDefault">
256                         <bool>true</bool>
257                     </property>
258                     <property name="toolTip" stdset="0">
259                         <string>abort without changing anything</string>
260                     </property>
261                     <property name="whatsThis" stdset="0">
262                         <string>Click here to close the dialog without changing anything.</string>
263                     </property>
264                 </widget>
265             </hbox>
266         </widget>
267         <widget class="QFrame" row="2" column="0">
268             <property name="name">
269                 <cstring>frame5</cstring>
270             </property>
271             <property name="frameShape">
272                 <enum>Box</enum>
273             </property>
274             <property name="frameShadow">
275                 <enum>Sunken</enum>
276             </property>
277             <grid>
278                 <property name="name">
279                     <cstring>unnamed</cstring>
280                 </property>
281                 <widget class="QLabel" row="3" column="0">
282                     <property name="name">
283                         <cstring>textLabel1_2</cstring>
284                     </property>
285                     <property name="text">
286                         <string>Max:</string>
287                     </property>
288                     <property name="buddy" stdset="0">
289                         <cstring>max</cstring>
290                     </property>
291                 </widget>
292                 <widget class="QLabel" row="1" column="0">
293                     <property name="name">
294                         <cstring>textLabel1</cstring>
295                     </property>
296                     <property name="text">
297                         <string>Min:</string>
298                     </property>
299                     <property name="buddy" stdset="0">
300                         <cstring>min</cstring>
301                     </property>
302                 </widget>
303                 <widget class="KLineEdit" row="1" column="1">
304                     <property name="name">
305                         <cstring>min</cstring>
306                     </property>
307                     <property name="enabled">
308                         <bool>false</bool>
309                     </property>
310                     <property name="toolTip" stdset="0">
311                         <string>lower boundary of the plot range</string>
312                     </property>
313                     <property name="whatsThis" stdset="0">
314                         <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
315                     </property>
316                 </widget>
317                 <widget class="KLineEdit" row="3" column="1">
318                     <property name="name">
319                         <cstring>max</cstring>
320                     </property>
321                     <property name="enabled">
322                         <bool>false</bool>
323                     </property>
324                     <property name="toolTip" stdset="0">
325                         <string>upper boundary of the plot range</string>
326                     </property>
327                     <property name="whatsThis" stdset="0">
328                         <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
329                     </property>
330                 </widget>
331                 <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2">
332                     <property name="name">
333                         <cstring>customMinRange</cstring>
334                     </property>
335                     <property name="text">
336                         <string>Custom plot minimum r-range:</string>
337                     </property>
338                     <property name="toolTip" stdset="0">
339                         <string>Customize the plot range</string>
340                     </property>
341                     <property name="whatsThis" stdset="0">
342                         <string>Check this button and enter the plot minimum range boundary below.</string>
343                     </property>
344                 </widget>
345                 <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
346                     <property name="name">
347                         <cstring>customMaxRange</cstring>
348                     </property>
349                     <property name="text">
350                         <string>Custom plot maximum r-range:</string>
351                     </property>
352                     <property name="toolTip" stdset="0">
353                         <string>Customize the maximum plot range</string>
354                     </property>
355                     <property name="whatsThis" stdset="0">
356                         <string>Check this button and enter the plot maximum range boundary below.</string>
357                     </property>
358                 </widget>
359             </grid>
360         </widget>
361     </grid>
362 </widget>
363 <connections>
364     <connection>
365         <sender>buttonOk</sender>
366         <signal>clicked()</signal>
367         <receiver>QEditPolar</receiver>
368         <slot>accept()</slot>
369     </connection>
370     <connection>
371         <sender>buttonCancel</sender>
372         <signal>clicked()</signal>
373         <receiver>QEditPolar</receiver>
374         <slot>reject()</slot>
375     </connection>
376     <connection>
377         <sender>buttonHelp</sender>
378         <signal>clicked()</signal>
379         <receiver>QEditPolar</receiver>
380         <slot>slotHelp()</slot>
381     </connection>
382 </connections>
383 <tabstops>
384     <tabstop>kLineEditYFunction</tabstop>
385     <tabstop>checkBoxHide</tabstop>
386     <tabstop>customMinRange</tabstop>
387     <tabstop>min</tabstop>
388     <tabstop>max</tabstop>
389     <tabstop>kIntNumInputLineWidth</tabstop>
390     <tabstop>kColorButtonColor</tabstop>
391     <tabstop>buttonOk</tabstop>
392     <tabstop>buttonCancel</tabstop>
393     <tabstop>buttonHelp</tabstop>
394 </tabstops>
395 <slots>
396     <slot>slotHelp()</slot>
397 </slots>
398 <layoutdefaults spacing="6" margin="11"/>
399 <includehints>
400     <includehint>klineedit.h</includehint>
401     <includehint>kcolorbutton.h</includehint>
402     <includehint>knuminput.h</includehint>
403     <includehint>knuminput.h</includehint>
404     <includehint>klineedit.h</includehint>
405     <includehint>klineedit.h</includehint>
406 </includehints>
407 </UI>