moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / qeditparametric.ui
blobb41573ab93cf4341d5c7f1ec101812b0650b3682
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QEditParametric</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QEditParametric</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>335</width>
12             <height>470</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 Parametric 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="QLabel" row="0" column="0">
45                     <property name="name">
46                         <cstring>textLabel4</cstring>
47                     </property>
48                     <property name="text">
49                         <string>Name:</string>
50                     </property>
51                     <property name="alignment">
52                         <set>AlignVCenter|AlignRight</set>
53                     </property>
54                     <property name="buddy" stdset="0">
55                         <cstring>kLineEditName</cstring>
56                     </property>
57                 </widget>
58                 <widget class="KLineEdit" row="1" column="1">
59                     <property name="name">
60                         <cstring>kLineEditXFunction</cstring>
61                     </property>
62                     <property name="sizePolicy">
63                         <sizepolicy>
64                             <hsizetype>7</hsizetype>
65                             <vsizetype>0</vsizetype>
66                             <horstretch>0</horstretch>
67                             <verstretch>0</verstretch>
68                         </sizepolicy>
69                     </property>
70                     <property name="toolTip" stdset="0">
71                         <string>enter an expression</string>
72                     </property>
73                     <property name="whatsThis" stdset="0">
74                         <string>Enter an expression for the function.
75 The dummy variable is t.
76 Example: cos(t)</string>
77                     </property>
78                 </widget>
79                 <widget class="KLineEdit" row="0" column="1">
80                     <property name="name">
81                         <cstring>kLineEditName</cstring>
82                     </property>
83                     <property name="text">
84                         <string>f</string>
85                     </property>
86                     <property name="toolTip" stdset="0">
87                         <string>name of the function</string>
88                     </property>
89                     <property name="whatsThis" stdset="0">
90                         <string>Enter the name of the function.
91 The name of a function must be unique. If you leave this line empty KmPlot will set a default name. You can change it later.</string>
92                     </property>
93                 </widget>
94                 <widget class="QLayoutWidget" row="2" column="0">
95                     <property name="name">
96                         <cstring>layout9</cstring>
97                     </property>
98                     <hbox>
99                         <property name="name">
100                             <cstring>unnamed</cstring>
101                         </property>
102                         <property name="spacing">
103                             <number>0</number>
104                         </property>
105                         <widget class="QLabel">
106                             <property name="name">
107                                 <cstring>textLabelY</cstring>
108                             </property>
109                             <property name="text">
110                                 <string>y</string>
111                             </property>
112                         </widget>
113                         <widget class="QLabel">
114                             <property name="name">
115                                 <cstring>textLabelYF</cstring>
116                             </property>
117                             <property name="font">
118                                 <font>
119                                     <bold>1</bold>
120                                 </font>
121                             </property>
122                             <property name="text">
123                                 <string>f</string>
124                             </property>
125                         </widget>
126                         <widget class="QLabel">
127                             <property name="name">
128                                 <cstring>textLabelArgY</cstring>
129                             </property>
130                             <property name="text">
131                                 <string>(t) =</string>
132                             </property>
133                         </widget>
134                     </hbox>
135                 </widget>
136                 <widget class="KLineEdit" row="2" column="1">
137                     <property name="name">
138                         <cstring>kLineEditYFunction</cstring>
139                     </property>
140                     <property name="sizePolicy">
141                         <sizepolicy>
142                             <hsizetype>7</hsizetype>
143                             <vsizetype>0</vsizetype>
144                             <horstretch>0</horstretch>
145                             <verstretch>0</verstretch>
146                         </sizepolicy>
147                     </property>
148                     <property name="toolTip" stdset="0">
149                         <string>enter an expression</string>
150                     </property>
151                     <property name="whatsThis" stdset="0">
152                         <string>Enter an expression for the function.
153 The dummy variable is t.
154 Example: sin(t)</string>
155                     </property>
156                 </widget>
157                 <widget class="QLayoutWidget" row="1" column="0">
158                     <property name="name">
159                         <cstring>layout8</cstring>
160                     </property>
161                     <hbox>
162                         <property name="name">
163                             <cstring>unnamed</cstring>
164                         </property>
165                         <property name="margin">
166                             <number>0</number>
167                         </property>
168                         <property name="spacing">
169                             <number>0</number>
170                         </property>
171                         <widget class="QLabel">
172                             <property name="name">
173                                 <cstring>textLabelX</cstring>
174                             </property>
175                             <property name="text">
176                                 <string>x</string>
177                             </property>
178                         </widget>
179                         <widget class="QLabel">
180                             <property name="name">
181                                 <cstring>textLabelXF</cstring>
182                             </property>
183                             <property name="font">
184                                 <font>
185                                     <bold>1</bold>
186                                 </font>
187                             </property>
188                             <property name="text">
189                                 <string>f</string>
190                             </property>
191                         </widget>
192                         <widget class="QLabel">
193                             <property name="name">
194                                 <cstring>textLabelArgX</cstring>
195                             </property>
196                             <property name="text">
197                                 <string>(t) =</string>
198                             </property>
199                         </widget>
200                     </hbox>
201                 </widget>
202             </grid>
203         </widget>
204         <widget class="QButtonGroup" row="1" column="0">
205             <property name="name">
206                 <cstring>buttonGroup1</cstring>
207             </property>
208             <property name="title">
209                 <string>Extensions</string>
210             </property>
211             <vbox>
212                 <property name="name">
213                     <cstring>unnamed</cstring>
214                 </property>
215                 <widget class="QCheckBox">
216                     <property name="name">
217                         <cstring>checkBoxHide</cstring>
218                     </property>
219                     <property name="text">
220                         <string>Hide</string>
221                     </property>
222                     <property name="toolTip" stdset="0">
223                         <string>hide the plot</string>
224                     </property>
225                     <property name="whatsThis" stdset="0">
226                         <string>Check this box if you want to hide the plot of the function.</string>
227                     </property>
228                 </widget>
229             </vbox>
230         </widget>
231         <widget class="QFrame" row="3" column="0">
232             <property name="name">
233                 <cstring>frame6</cstring>
234             </property>
235             <property name="frameShape">
236                 <enum>Box</enum>
237             </property>
238             <property name="frameShadow">
239                 <enum>Sunken</enum>
240             </property>
241             <grid>
242                 <property name="name">
243                     <cstring>unnamed</cstring>
244                 </property>
245                 <widget class="QLabel" row="1" column="0">
246                     <property name="name">
247                         <cstring>textLabel2</cstring>
248                     </property>
249                     <property name="text">
250                         <string>Colo&amp;r:</string>
251                     </property>
252                     <property name="buddy" stdset="0">
253                         <cstring>kColorButtonColor</cstring>
254                     </property>
255                 </widget>
256                 <widget class="KColorButton" row="1" column="1">
257                     <property name="name">
258                         <cstring>kColorButtonColor</cstring>
259                     </property>
260                     <property name="text">
261                         <string></string>
262                     </property>
263                     <property name="toolTip" stdset="0">
264                         <string>color of the plot line</string>
265                     </property>
266                     <property name="whatsThis" stdset="0">
267                         <string>Click this button to choose a color for the plot line.</string>
268                     </property>
269                 </widget>
270                 <widget class="QLabel" row="0" column="0">
271                     <property name="name">
272                         <cstring>textLabel1_3</cstring>
273                     </property>
274                     <property name="text">
275                         <string>Line &amp;width:</string>
276                     </property>
277                     <property name="buddy" stdset="0">
278                         <cstring>kIntNumInputLineWidth</cstring>
279                     </property>
280                 </widget>
281                 <widget class="KIntNumInput" row="0" column="1">
282                     <property name="name">
283                         <cstring>kIntNumInputLineWidth</cstring>
284                     </property>
285                     <property name="minValue">
286                         <number>1</number>
287                     </property>
288                     <property name="toolTip" stdset="0">
289                         <string>width of the plot line</string>
290                     </property>
291                     <property name="whatsThis" stdset="0">
292                         <string>Change the width of the plot line in steps of 0.1mm.</string>
293                     </property>
294                 </widget>
295                 <widget class="QLabel" row="0" column="2">
296                     <property name="name">
297                         <cstring>TextLabel2</cstring>
298                     </property>
299                     <property name="text">
300                         <string>0.1mm</string>
301                     </property>
302                 </widget>
303             </grid>
304         </widget>
305         <widget class="QLayoutWidget" row="4" column="0">
306             <property name="name">
307                 <cstring>Layout1</cstring>
308             </property>
309             <hbox>
310                 <property name="name">
311                     <cstring>unnamed</cstring>
312                 </property>
313                 <property name="margin">
314                     <number>0</number>
315                 </property>
316                 <property name="spacing">
317                     <number>6</number>
318                 </property>
319                 <widget class="QPushButton">
320                     <property name="name">
321                         <cstring>buttonHelp</cstring>
322                     </property>
323                     <property name="text">
324                         <string>&amp;Help</string>
325                     </property>
326                     <property name="accel">
327                         <string>F1</string>
328                     </property>
329                     <property name="autoDefault">
330                         <bool>true</bool>
331                     </property>
332                 </widget>
333                 <spacer>
334                     <property name="name">
335                         <cstring>Horizontal Spacing2</cstring>
336                     </property>
337                     <property name="orientation">
338                         <enum>Horizontal</enum>
339                     </property>
340                     <property name="sizeType">
341                         <enum>Expanding</enum>
342                     </property>
343                     <property name="sizeHint">
344                         <size>
345                             <width>20</width>
346                             <height>20</height>
347                         </size>
348                     </property>
349                 </spacer>
350                 <widget class="QPushButton">
351                     <property name="name">
352                         <cstring>buttonOk</cstring>
353                     </property>
354                     <property name="text">
355                         <string>&amp;OK</string>
356                     </property>
357                     <property name="autoDefault">
358                         <bool>true</bool>
359                     </property>
360                     <property name="default">
361                         <bool>true</bool>
362                     </property>
363                     <property name="toolTip" stdset="0">
364                         <string>apply changes to the list</string>
365                     </property>
366                     <property name="whatsThis" stdset="0">
367                         <string>Click this button to apply the changes to the list of functions.</string>
368                     </property>
369                 </widget>
370                 <widget class="QPushButton">
371                     <property name="name">
372                         <cstring>buttonCancel</cstring>
373                     </property>
374                     <property name="text">
375                         <string>&amp;Cancel</string>
376                     </property>
377                     <property name="autoDefault">
378                         <bool>true</bool>
379                     </property>
380                     <property name="toolTip" stdset="0">
381                         <string>abort without changing anything</string>
382                     </property>
383                     <property name="whatsThis" stdset="0">
384                         <string>Click here to close the dialog without changing anything.</string>
385                     </property>
386                 </widget>
387             </hbox>
388         </widget>
389         <widget class="QFrame" row="2" column="0">
390             <property name="name">
391                 <cstring>frame5</cstring>
392             </property>
393             <property name="frameShape">
394                 <enum>Box</enum>
395             </property>
396             <property name="frameShadow">
397                 <enum>Sunken</enum>
398             </property>
399             <grid>
400                 <property name="name">
401                     <cstring>unnamed</cstring>
402                 </property>
403                 <widget class="QLabel" row="1" column="0">
404                     <property name="name">
405                         <cstring>textLabel1</cstring>
406                     </property>
407                     <property name="text">
408                         <string>&amp;Min:</string>
409                     </property>
410                     <property name="buddy" stdset="0">
411                         <cstring>min</cstring>
412                     </property>
413                 </widget>
414                 <widget class="QLabel" row="3" column="0">
415                     <property name="name">
416                         <cstring>textLabel1_2</cstring>
417                     </property>
418                     <property name="text">
419                         <string>&amp;Max:</string>
420                     </property>
421                     <property name="buddy" stdset="0">
422                         <cstring>max</cstring>
423                     </property>
424                 </widget>
425                 <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
426                     <property name="name">
427                         <cstring>customMaxRange</cstring>
428                     </property>
429                     <property name="text">
430                         <string>Custom plot maximum t-range:</string>
431                     </property>
432                     <property name="toolTip" stdset="0">
433                         <string>Customize the maximum plot range</string>
434                     </property>
435                     <property name="whatsThis" stdset="0">
436                         <string>Check this button and enter the plot maximum range boundary below.</string>
437                     </property>
438                 </widget>
439                 <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2">
440                     <property name="name">
441                         <cstring>customMinRange</cstring>
442                     </property>
443                     <property name="text">
444                         <string>Custom plot minimum t-range:</string>
445                     </property>
446                     <property name="toolTip" stdset="0">
447                         <string>Customize the minimum plot range</string>
448                     </property>
449                     <property name="whatsThis" stdset="0">
450                         <string>Check this button and enter the plot minimum range boundary below.</string>
451                     </property>
452                 </widget>
453                 <widget class="KLineEdit" row="3" column="1">
454                     <property name="name">
455                         <cstring>max</cstring>
456                     </property>
457                     <property name="enabled">
458                         <bool>false</bool>
459                     </property>
460                     <property name="toolTip" stdset="0">
461                         <string>upper boundary of the plot range</string>
462                     </property>
463                     <property name="whatsThis" stdset="0">
464                         <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
465                     </property>
466                 </widget>
467                 <widget class="KLineEdit" row="1" column="1">
468                     <property name="name">
469                         <cstring>min</cstring>
470                     </property>
471                     <property name="enabled">
472                         <bool>false</bool>
473                     </property>
474                     <property name="toolTip" stdset="0">
475                         <string>lower boundary of the plot range</string>
476                     </property>
477                     <property name="whatsThis" stdset="0">
478                         <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
479                     </property>
480                 </widget>
481             </grid>
482         </widget>
483     </grid>
484 </widget>
485 <connections>
486     <connection>
487         <sender>buttonOk</sender>
488         <signal>clicked()</signal>
489         <receiver>QEditParametric</receiver>
490         <slot>accept()</slot>
491     </connection>
492     <connection>
493         <sender>buttonCancel</sender>
494         <signal>clicked()</signal>
495         <receiver>QEditParametric</receiver>
496         <slot>reject()</slot>
497     </connection>
498     <connection>
499         <sender>kLineEditName</sender>
500         <signal>textChanged(const QString&amp;)</signal>
501         <receiver>textLabelXF</receiver>
502         <slot>setText(const QString&amp;)</slot>
503     </connection>
504     <connection>
505         <sender>kLineEditName</sender>
506         <signal>textChanged(const QString&amp;)</signal>
507         <receiver>textLabelYF</receiver>
508         <slot>setText(const QString&amp;)</slot>
509     </connection>
510     <connection>
511         <sender>buttonHelp</sender>
512         <signal>clicked()</signal>
513         <receiver>QEditParametric</receiver>
514         <slot>slotHelp()</slot>
515     </connection>
516 </connections>
517 <tabstops>
518     <tabstop>kLineEditName</tabstop>
519     <tabstop>kLineEditXFunction</tabstop>
520     <tabstop>kLineEditYFunction</tabstop>
521     <tabstop>checkBoxHide</tabstop>
522     <tabstop>customMinRange</tabstop>
523     <tabstop>min</tabstop>
524     <tabstop>max</tabstop>
525     <tabstop>kIntNumInputLineWidth</tabstop>
526     <tabstop>kColorButtonColor</tabstop>
527     <tabstop>buttonOk</tabstop>
528     <tabstop>buttonCancel</tabstop>
529     <tabstop>buttonHelp</tabstop>
530 </tabstops>
531 <slots>
532     <slot>slotHelp()</slot>
533 </slots>
534 <layoutdefaults spacing="6" margin="11"/>
535 <includehints>
536     <includehint>klineedit.h</includehint>
537     <includehint>klineedit.h</includehint>
538     <includehint>klineedit.h</includehint>
539     <includehint>kcolorbutton.h</includehint>
540     <includehint>knuminput.h</includehint>
541     <includehint>knuminput.h</includehint>
542     <includehint>klineedit.h</includehint>
543     <includehint>klineedit.h</includehint>
544 </includehints>
545 </UI>