moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / editfunctionpage.ui
bloba5388d7e42d64f994f0f161582030769c0720edd
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>EditFunctionPage</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>EditFunctionPage</cstring>
6     </property>
7     <property name="enabled">
8         <bool>true</bool>
9     </property>
10     <property name="geometry">
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>313</width>
15             <height>519</height>
16         </rect>
17     </property>
18     <property name="caption">
19         <string>Edit Function Plot</string>
20     </property>
21     <vbox>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QGroupBox">
26             <property name="name">
27                 <cstring>groupBox1</cstring>
28             </property>
29             <property name="frameShape">
30                 <enum>GroupBoxPanel</enum>
31             </property>
32             <property name="frameShadow">
33                 <enum>Sunken</enum>
34             </property>
35             <property name="title">
36                 <string>Definition</string>
37             </property>
38             <vbox>
39                 <property name="name">
40                     <cstring>unnamed</cstring>
41                 </property>
42                 <widget class="QLabel">
43                     <property name="name">
44                         <cstring>textLabel1_4</cstring>
45                     </property>
46                     <property name="text">
47                         <string>&amp;Equation:</string>
48                     </property>
49                     <property name="buddy" stdset="0">
50                         <cstring>equation</cstring>
51                     </property>
52                 </widget>
53                 <widget class="KLineEdit">
54                     <property name="name">
55                         <cstring>equation</cstring>
56                     </property>
57                     <property name="sizePolicy">
58                         <sizepolicy>
59                             <hsizetype>7</hsizetype>
60                             <vsizetype>0</vsizetype>
61                             <horstretch>0</horstretch>
62                             <verstretch>0</verstretch>
63                         </sizepolicy>
64                     </property>
65                     <property name="toolTip" stdset="0">
66                         <string>enter an equation, for instance f(x)=x^2</string>
67                     </property>
68                     <property name="whatsThis" stdset="0">
69                         <string>Enter an equation for the function.
70 Example: f(x)=x^2</string>
71                     </property>
72                 </widget>
73             </vbox>
74         </widget>
75         <widget class="QButtonGroup">
76             <property name="name">
77                 <cstring>buttonGroup1</cstring>
78             </property>
79             <property name="title">
80                 <string>Extensions</string>
81             </property>
82             <vbox>
83                 <property name="name">
84                     <cstring>unnamed</cstring>
85                 </property>
86                 <widget class="QCheckBox">
87                     <property name="name">
88                         <cstring>hide</cstring>
89                     </property>
90                     <property name="text">
91                         <string>&amp;Hide</string>
92                     </property>
93                     <property name="toolTip" stdset="0">
94                         <string>hide the plot</string>
95                     </property>
96                     <property name="whatsThis" stdset="0">
97                         <string>Check this box if you want to hide the plot of the function.</string>
98                     </property>
99                 </widget>
100             </vbox>
101         </widget>
102         <widget class="QButtonGroup">
103             <property name="name">
104                 <cstring>parameterValues</cstring>
105             </property>
106             <property name="title">
107                 <string>Parameter Values</string>
108             </property>
109             <grid>
110                 <property name="name">
111                     <cstring>unnamed</cstring>
112                 </property>
113                 <widget class="QRadioButton" row="3" column="0">
114                     <property name="name">
115                         <cstring>useSlider</cstring>
116                     </property>
117                     <property name="text">
118                         <string>Use</string>
119                     </property>
120                     <property name="toolTip" stdset="0">
121                         <string>change parameter value by moving a slider</string>
122                     </property>
123                     <property name="whatsThis" stdset="0">
124                         <string>Check this to change the parameter value by moving a slider. Select the slider from the list box on the right. The values vary from 0 (left) to 100 (right).</string>
125                     </property>
126                 </widget>
127                 <widget class="QComboBox" row="3" column="1" rowspan="1" colspan="2">
128                     <property name="name">
129                         <cstring>listOfSliders</cstring>
130                     </property>
131                     <property name="enabled">
132                         <bool>false</bool>
133                     </property>
134                     <property name="toolTip" stdset="0">
135                         <string>Select a slider</string>
136                     </property>
137                     <property name="whatsThis" stdset="0">
138                         <string>Select one of the sliders to change the parameter value dynamically. The values vary from 0 (left) to 100 (right).</string>
139                     </property>
140                 </widget>
141                 <widget class="QRadioButton" row="2" column="0">
142                     <property name="name">
143                         <cstring>useList</cstring>
144                     </property>
145                     <property name="text">
146                         <string>Values from a list</string>
147                     </property>
148                     <property name="toolTip" stdset="0">
149                         <string>read parameter values from a list</string>
150                     </property>
151                     <property name="whatsThis" stdset="0">
152                         <string>Check this to let KmPlot use parameter values given in a list. Edit this list by clicking the button on the right.</string>
153                     </property>
154                 </widget>
155                 <widget class="KPushButton" row="2" column="1" rowspan="1" colspan="2">
156                     <property name="name">
157                         <cstring>cmdParameter</cstring>
158                     </property>
159                     <property name="enabled">
160                         <bool>false</bool>
161                     </property>
162                     <property name="text" stdset="0">
163                         <string>Edit List...</string>
164                     </property>
165                     <property name="toolTip" stdset="0">
166                         <string>Edit the list of parameters</string>
167                     </property>
168                     <property name="whatsThis" stdset="0">
169                         <string>Click here to open a list of parameter values. Here you can add, remove, and change them.</string>
170                     </property>
171                 </widget>
172                 <widget class="QRadioButton" row="0" column="0" rowspan="2" colspan="3">
173                     <property name="name">
174                         <cstring>useNoParameter</cstring>
175                     </property>
176                     <property name="text">
177                         <string>Disable parameter values</string>
178                     </property>
179                     <property name="checked">
180                         <bool>true</bool>
181                     </property>
182                     <property name="toolTip" stdset="0">
183                         <string>Do not use any parameter values</string>
184                     </property>
185                     <property name="whatsThis" stdset="0">
186                         <string>By having this option selected parameter values are disabled in the function.</string>
187                     </property>
188                 </widget>
189             </grid>
190         </widget>
191         <widget class="QFrame">
192             <property name="name">
193                 <cstring>frame5</cstring>
194             </property>
195             <property name="frameShape">
196                 <enum>Box</enum>
197             </property>
198             <property name="frameShadow">
199                 <enum>Sunken</enum>
200             </property>
201             <grid>
202                 <property name="name">
203                     <cstring>unnamed</cstring>
204                 </property>
205                 <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2">
206                     <property name="name">
207                         <cstring>customMinRange</cstring>
208                     </property>
209                     <property name="text">
210                         <string>Custom plot m&amp;inimum-range:</string>
211                     </property>
212                     <property name="toolTip" stdset="0">
213                         <string>Customize the minimum plot range</string>
214                     </property>
215                     <property name="whatsThis" stdset="0">
216                         <string>Check this button and enter the plot range boundarys below.</string>
217                     </property>
218                 </widget>
219                 <widget class="QLabel" row="1" column="0">
220                     <property name="name">
221                         <cstring>textLabel1</cstring>
222                     </property>
223                     <property name="text">
224                         <string>&amp;Min:</string>
225                     </property>
226                     <property name="buddy" stdset="0">
227                         <cstring>min</cstring>
228                     </property>
229                 </widget>
230                 <widget class="KLineEdit" row="1" column="1">
231                     <property name="name">
232                         <cstring>min</cstring>
233                     </property>
234                     <property name="enabled">
235                         <bool>false</bool>
236                     </property>
237                     <property name="toolTip" stdset="0">
238                         <string>lower boundary of the plot range</string>
239                     </property>
240                     <property name="whatsThis" stdset="0">
241                         <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
242                     </property>
243                 </widget>
244                 <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
245                     <property name="name">
246                         <cstring>customMaxRange</cstring>
247                     </property>
248                     <property name="text">
249                         <string>Custom plot m&amp;aximum-range:</string>
250                     </property>
251                     <property name="toolTip" stdset="0">
252                         <string>Customize the maximum plot range</string>
253                     </property>
254                     <property name="whatsThis" stdset="0">
255                         <string>Check this button and enter the plot range boundarys below.</string>
256                     </property>
257                 </widget>
258                 <widget class="KLineEdit" row="3" column="1">
259                     <property name="name">
260                         <cstring>max</cstring>
261                     </property>
262                     <property name="enabled">
263                         <bool>false</bool>
264                     </property>
265                     <property name="toolTip" stdset="0">
266                         <string>upper boundary of the plot range</string>
267                     </property>
268                     <property name="whatsThis" stdset="0">
269                         <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
270                     </property>
271                 </widget>
272                 <widget class="QLabel" row="3" column="0">
273                     <property name="name">
274                         <cstring>textLabel1_2</cstring>
275                     </property>
276                     <property name="text">
277                         <string>Ma&amp;x:</string>
278                     </property>
279                     <property name="buddy" stdset="0">
280                         <cstring>max</cstring>
281                     </property>
282                 </widget>
283             </grid>
284         </widget>
285         <widget class="QFrame">
286             <property name="name">
287                 <cstring>frame6</cstring>
288             </property>
289             <property name="frameShape">
290                 <enum>Box</enum>
291             </property>
292             <property name="frameShadow">
293                 <enum>Sunken</enum>
294             </property>
295             <grid>
296                 <property name="name">
297                     <cstring>unnamed</cstring>
298                 </property>
299                 <widget class="QLabel" row="1" column="0">
300                     <property name="name">
301                         <cstring>textLabel2</cstring>
302                     </property>
303                     <property name="text">
304                         <string>Co&amp;lor:</string>
305                     </property>
306                     <property name="buddy" stdset="0">
307                         <cstring>color</cstring>
308                     </property>
309                 </widget>
310                 <widget class="KColorButton" row="1" column="1">
311                     <property name="name">
312                         <cstring>color</cstring>
313                     </property>
314                     <property name="text" stdset="0">
315                         <string></string>
316                     </property>
317                     <property name="toolTip" stdset="0">
318                         <string>color of the plot line</string>
319                     </property>
320                     <property name="whatsThis" stdset="0">
321                         <string>Click this button to choose a color for the plot line.</string>
322                     </property>
323                 </widget>
324                 <widget class="QLabel" row="0" column="0">
325                     <property name="name">
326                         <cstring>textLabel1_3</cstring>
327                     </property>
328                     <property name="text">
329                         <string>Line &amp;width:</string>
330                     </property>
331                     <property name="buddy" stdset="0">
332                         <cstring>lineWidth</cstring>
333                     </property>
334                 </widget>
335                 <widget class="KIntNumInput" row="0" column="1">
336                     <property name="name">
337                         <cstring>lineWidth</cstring>
338                     </property>
339                     <property name="minValue" stdset="0">
340                         <number>1</number>
341                     </property>
342                     <property name="toolTip" stdset="0">
343                         <string>width of the plot line</string>
344                     </property>
345                     <property name="whatsThis" stdset="0">
346                         <string>Change the width of the plot line in steps of 0.1mm.</string>
347                     </property>
348                 </widget>
349                 <widget class="QLabel" row="0" column="2">
350                     <property name="name">
351                         <cstring>TextLabel2</cstring>
352                     </property>
353                     <property name="text">
354                         <string>0.1mm</string>
355                     </property>
356                 </widget>
357             </grid>
358         </widget>
359         <spacer>
360             <property name="name">
361                 <cstring>spacer8</cstring>
362             </property>
363             <property name="orientation">
364                 <enum>Vertical</enum>
365             </property>
366             <property name="sizeType">
367                 <enum>Expanding</enum>
368             </property>
369             <property name="sizeHint">
370                 <size>
371                     <width>20</width>
372                     <height>20</height>
373                 </size>
374             </property>
375         </spacer>
376     </vbox>
377 </widget>
378 <customwidgets>
379     <customwidget>
380         <class>KLineEdit</class>
381         <header location="local">klineedit.h</header>
382         <sizehint>
383             <width>-1</width>
384             <height>-1</height>
385         </sizehint>
386         <container>0</container>
387         <sizepolicy>
388             <hordata>5</hordata>
389             <verdata>5</verdata>
390             <horstretch>0</horstretch>
391             <verstretch>0</verstretch>
392         </sizepolicy>
393         <pixmap>image0</pixmap>
394         <signal>destroyed()</signal>
395         <signal>destroyed(QObject*)</signal>
396         <signal>textChanged(const QString&amp;)</signal>
397         <signal>returnPressed()</signal>
398         <signal>lostFocus()</signal>
399         <signal>selectionChanged()</signal>
400         <signal>completionBoxActivated(const QString&amp;)</signal>
401         <signal>returnPressed(const QString&amp;)</signal>
402         <signal>completion(const QString&amp;)</signal>
403         <signal>substringCompletion(const QString&amp;)</signal>
404         <signal>textRotation(KCompletionBase::KeyBindingType)</signal>
405         <signal>completionModeChanged(KGlobalSettings::Completion)</signal>
406         <signal>aboutToShowContextMenu(QPopupMenu*)</signal>
407         <slot access="public" specifier="">deleteLater()</slot>
408         <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot>
409         <slot access="public" specifier="">setEnabled(bool)</slot>
410         <slot access="public" specifier="">setDisabled(bool)</slot>
411         <slot access="public" specifier="">setCaption(const QString&amp;)</slot>
412         <slot access="public" specifier="">setIcon(const QPixmap&amp;)</slot>
413         <slot access="public" specifier="">setIconText(const QString&amp;)</slot>
414         <slot access="public" specifier="">setMouseTracking(bool)</slot>
415         <slot access="public" specifier="">setFocus()</slot>
416         <slot access="public" specifier="">clearFocus()</slot>
417         <slot access="public" specifier="">setUpdatesEnabled(bool)</slot>
418         <slot access="public" specifier="">update()</slot>
419         <slot access="public" specifier="">update(int,int,int,int)</slot>
420         <slot access="public" specifier="">update(const QRect&amp;)</slot>
421         <slot access="public" specifier="">repaint()</slot>
422         <slot access="public" specifier="">repaint(bool)</slot>
423         <slot access="public" specifier="">repaint(int,int,int,int)</slot>
424         <slot access="public" specifier="">repaint(int,int,int,int,bool)</slot>
425         <slot access="public" specifier="">repaint(const QRect&amp;)</slot>
426         <slot access="public" specifier="">repaint(const QRect&amp;,bool)</slot>
427         <slot access="public" specifier="">repaint(const QRegion&amp;)</slot>
428         <slot access="public" specifier="">repaint(const QRegion&amp;,bool)</slot>
429         <slot access="public" specifier="">show()</slot>
430         <slot access="public" specifier="">hide()</slot>
431         <slot access="public" specifier="">setShown(bool)</slot>
432         <slot access="public" specifier="">setHidden(bool)</slot>
433         <slot access="public" specifier="">iconify()</slot>
434         <slot access="public" specifier="">showMinimized()</slot>
435         <slot access="public" specifier="">showMaximized()</slot>
436         <slot access="public" specifier="">showFullScreen()</slot>
437         <slot access="public" specifier="">showNormal()</slot>
438         <slot access="public" specifier="">polish()</slot>
439         <slot access="public" specifier="">constPolish()</slot>
440         <slot access="public" specifier="">close()</slot>
441         <slot access="public" specifier="">raise()</slot>
442         <slot access="public" specifier="">lower()</slot>
443         <slot access="public" specifier="">stackUnder(QWidget*)</slot>
444         <slot access="public" specifier="">move(int,int)</slot>
445         <slot access="public" specifier="">move(const QPoint&amp;)</slot>
446         <slot access="public" specifier="">resize(int,int)</slot>
447         <slot access="public" specifier="">resize(const QSize&amp;)</slot>
448         <slot access="public" specifier="">setGeometry(int,int,int,int)</slot>
449         <slot access="public" specifier="">setGeometry(const QRect&amp;)</slot>
450         <slot access="public" specifier="">adjustSize()</slot>
451         <slot access="private" specifier="">focusProxyDestroyed()</slot>
452         <slot access="public" specifier="">setText(const QString&amp;)</slot>
453         <slot access="public" specifier="">selectAll()</slot>
454         <slot access="public" specifier="">deselect()</slot>
455         <slot access="public" specifier="">clearValidator()</slot>
456         <slot access="public" specifier="">insert(const QString&amp;)</slot>
457         <slot access="public" specifier="">clear()</slot>
458         <slot access="public" specifier="">undo()</slot>
459         <slot access="public" specifier="">redo()</slot>
460         <slot access="public" specifier="">setMaxLength(int)</slot>
461         <slot access="public" specifier="">setFrame(bool)</slot>
462         <slot access="public" specifier="">setEchoMode(EchoMode)</slot>
463         <slot access="public" specifier="">setReadOnly(bool)</slot>
464         <slot access="public" specifier="">setValidator(const QValidator*)</slot>
465         <slot access="public" specifier="">setFont(const QFont&amp;)</slot>
466         <slot access="public" specifier="">setPalette(const QPalette&amp;)</slot>
467         <slot access="public" specifier="">setSelection(int,int)</slot>
468         <slot access="public" specifier="">setCursorPosition(int)</slot>
469         <slot access="public" specifier="">setAlignment(int)</slot>
470         <slot access="public" specifier="">cut()</slot>
471         <slot access="public" specifier="">copy()</slot>
472         <slot access="public" specifier="">paste()</slot>
473         <slot access="public" specifier="">setDragEnabled(bool)</slot>
474         <slot access="private" specifier="">clipboardChanged()</slot>
475         <slot access="public" specifier="">setReadOnly(bool)</slot>
476         <slot access="public" specifier="">rotateText(KCompletionBase::KeyBindingType)</slot>
477         <slot access="public" specifier="">setCompletedText(const QString&amp;)</slot>
478         <slot access="public" specifier="">setCompletedItems(const QStringList&amp;)</slot>
479         <slot access="public" specifier="">setCompletedItems(const QStringList&amp;,bool)</slot>
480         <slot access="public" specifier="">clear()</slot>
481         <slot access="public" specifier="">setSqueezedText(const QString&amp;)</slot>
482         <slot access="public" specifier="">setText(const QString&amp;)</slot>
483         <slot access="protected" specifier="">makeCompletion(const QString&amp;)</slot>
484         <slot access="protected" specifier="">slotAboutToShow()</slot>
485         <slot access="protected" specifier="">slotCancelled()</slot>
486         <slot access="protected" specifier="">userCancelled(const QString&amp;)</slot>
487         <slot access="private" specifier="">completionMenuActivated(int)</slot>
488         <slot access="private" specifier="">tripleClickTimeout()</slot>
489         <slot access="private" specifier="">slotRestoreSelectionColors()</slot>
490         <slot access="private" specifier="">setTextWorkaround(const QString&amp;)</slot>
491         <property type="CString">name</property>
492         <property type="Bool">enabled</property>
493         <property type="Rect">geometry</property>
494         <property type="SizePolicy">sizePolicy</property>
495         <property type="Size">minimumSize</property>
496         <property type="Size">maximumSize</property>
497         <property type="Size">sizeIncrement</property>
498         <property type="Size">baseSize</property>
499         <property type="Color">paletteForegroundColor</property>
500         <property type="Color">paletteBackgroundColor</property>
501         <property type="Pixmap">paletteBackgroundPixmap</property>
502         <property type="Palette">palette</property>
503         <property type="BackgroundOrigin">backgroundOrigin</property>
504         <property type="Font">font</property>
505         <property type="Cursor">cursor</property>
506         <property type="String">caption</property>
507         <property type="Pixmap">icon</property>
508         <property type="String">iconText</property>
509         <property type="Bool">mouseTracking</property>
510         <property type="FocusPolicy">focusPolicy</property>
511         <property type="Bool">acceptDrops</property>
512         <property type="Shape">frameShape</property>
513         <property type="Shadow">frameShadow</property>
514         <property type="Int">lineWidth</property>
515         <property type="Int">margin</property>
516         <property type="Int">midLineWidth</property>
517         <property type="String">text</property>
518         <property type="Int">maxLength</property>
519         <property type="Bool">frame</property>
520         <property type="EchoMode">echoMode</property>
521         <property type="Int">cursorPosition</property>
522         <property type="Alignment">alignment</property>
523         <property type="Bool">dragEnabled</property>
524         <property type="Bool">readOnly</property>
525         <property type="String">inputMask</property>
526         <property type="Bool">contextMenuEnabled</property>
527         <property type="Bool">urlDropsEnabled</property>
528         <property type="Bool">trapEnterKeyEvent</property>
529         <property type="Bool">enableSqueezedText</property>
530     </customwidget>
531     <customwidget>
532         <class>KColorButton</class>
533         <header location="local">kcolorbutton.h</header>
534         <sizehint>
535             <width>-1</width>
536             <height>-1</height>
537         </sizehint>
538         <container>0</container>
539         <sizepolicy>
540             <hordata>5</hordata>
541             <verdata>5</verdata>
542             <horstretch>0</horstretch>
543             <verstretch>0</verstretch>
544         </sizepolicy>
545         <pixmap>image0</pixmap>
546         <signal>destroyed()</signal>
547         <signal>destroyed(QObject*)</signal>
548         <signal>pressed()</signal>
549         <signal>released()</signal>
550         <signal>clicked()</signal>
551         <signal>toggled(bool)</signal>
552         <signal>stateChanged(int)</signal>
553         <signal>changed(const QColor&amp;)</signal>
554         <slot access="public" specifier="">deleteLater()</slot>
555         <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot>
556         <slot access="public" specifier="">setEnabled(bool)</slot>
557         <slot access="public" specifier="">setDisabled(bool)</slot>
558         <slot access="public" specifier="">setCaption(const QString&amp;)</slot>
559         <slot access="public" specifier="">setIcon(const QPixmap&amp;)</slot>
560         <slot access="public" specifier="">setIconText(const QString&amp;)</slot>
561         <slot access="public" specifier="">setMouseTracking(bool)</slot>
562         <slot access="public" specifier="">setFocus()</slot>
563         <slot access="public" specifier="">clearFocus()</slot>
564         <slot access="public" specifier="">setUpdatesEnabled(bool)</slot>
565         <slot access="public" specifier="">update()</slot>
566         <slot access="public" specifier="">update(int,int,int,int)</slot>
567         <slot access="public" specifier="">update(const QRect&amp;)</slot>
568         <slot access="public" specifier="">repaint()</slot>
569         <slot access="public" specifier="">repaint(bool)</slot>
570         <slot access="public" specifier="">repaint(int,int,int,int)</slot>
571         <slot access="public" specifier="">repaint(int,int,int,int,bool)</slot>
572         <slot access="public" specifier="">repaint(const QRect&amp;)</slot>
573         <slot access="public" specifier="">repaint(const QRect&amp;,bool)</slot>
574         <slot access="public" specifier="">repaint(const QRegion&amp;)</slot>
575         <slot access="public" specifier="">repaint(const QRegion&amp;,bool)</slot>
576         <slot access="public" specifier="">show()</slot>
577         <slot access="public" specifier="">hide()</slot>
578         <slot access="public" specifier="">setShown(bool)</slot>
579         <slot access="public" specifier="">setHidden(bool)</slot>
580         <slot access="public" specifier="">iconify()</slot>
581         <slot access="public" specifier="">showMinimized()</slot>
582         <slot access="public" specifier="">showMaximized()</slot>
583         <slot access="public" specifier="">showFullScreen()</slot>
584         <slot access="public" specifier="">showNormal()</slot>
585         <slot access="public" specifier="">polish()</slot>
586         <slot access="public" specifier="">constPolish()</slot>
587         <slot access="public" specifier="">close()</slot>
588         <slot access="public" specifier="">raise()</slot>
589         <slot access="public" specifier="">lower()</slot>
590         <slot access="public" specifier="">stackUnder(QWidget*)</slot>
591         <slot access="public" specifier="">move(int,int)</slot>
592         <slot access="public" specifier="">move(const QPoint&amp;)</slot>
593         <slot access="public" specifier="">resize(int,int)</slot>
594         <slot access="public" specifier="">resize(const QSize&amp;)</slot>
595         <slot access="public" specifier="">setGeometry(int,int,int,int)</slot>
596         <slot access="public" specifier="">setGeometry(const QRect&amp;)</slot>
597         <slot access="public" specifier="">adjustSize()</slot>
598         <slot access="private" specifier="">focusProxyDestroyed()</slot>
599         <slot access="public" specifier="">animateClick()</slot>
600         <slot access="public" specifier="">toggle()</slot>
601         <slot access="private" specifier="">animateTimeout()</slot>
602         <slot access="private" specifier="">autoRepeatTimeout()</slot>
603         <slot access="private" specifier="">emulateClick()</slot>
604         <slot access="public" specifier="">setOn(bool)</slot>
605         <slot access="private" specifier="">popupPressed()</slot>
606         <slot access="protected" specifier="">chooseColor()</slot>
607         <property type="CString">name</property>
608         <property type="Bool">enabled</property>
609         <property type="Rect">geometry</property>
610         <property type="SizePolicy">sizePolicy</property>
611         <property type="Size">minimumSize</property>
612         <property type="Size">maximumSize</property>
613         <property type="Size">sizeIncrement</property>
614         <property type="Size">baseSize</property>
615         <property type="Color">paletteForegroundColor</property>
616         <property type="Color">paletteBackgroundColor</property>
617         <property type="Pixmap">paletteBackgroundPixmap</property>
618         <property type="Palette">palette</property>
619         <property type="BackgroundOrigin">backgroundOrigin</property>
620         <property type="Font">font</property>
621         <property type="Cursor">cursor</property>
622         <property type="String">caption</property>
623         <property type="Pixmap">icon</property>
624         <property type="String">iconText</property>
625         <property type="Bool">mouseTracking</property>
626         <property type="FocusPolicy">focusPolicy</property>
627         <property type="Bool">acceptDrops</property>
628         <property type="String">text</property>
629         <property type="Pixmap">pixmap</property>
630         <property type="KeySequence">accel</property>
631         <property type="Bool">autoRepeat</property>
632         <property type="Bool">autoDefault</property>
633         <property type="Bool">default</property>
634         <property type="IconSet">iconSet</property>
635         <property type="Bool">toggleButton</property>
636         <property type="Bool">on</property>
637         <property type="Bool">flat</property>
638         <property type="Bool">autoMask</property>
639         <property type="Color">color</property>
640     </customwidget>
641     <customwidget>
642         <class>KIntNumInput</class>
643         <header location="local">knuminput.h</header>
644         <sizehint>
645             <width>-1</width>
646             <height>-1</height>
647         </sizehint>
648         <container>0</container>
649         <sizepolicy>
650             <hordata>5</hordata>
651             <verdata>5</verdata>
652             <horstretch>0</horstretch>
653             <verstretch>0</verstretch>
654         </sizepolicy>
655         <pixmap>image0</pixmap>
656         <signal>destroyed()</signal>
657         <signal>destroyed(QObject*)</signal>
658         <signal>valueChanged(int)</signal>
659         <signal>relativeValueChanged(double)</signal>
660         <slot access="public" specifier="">deleteLater()</slot>
661         <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot>
662         <slot access="public" specifier="">setEnabled(bool)</slot>
663         <slot access="public" specifier="">setDisabled(bool)</slot>
664         <slot access="public" specifier="">setCaption(const QString&amp;)</slot>
665         <slot access="public" specifier="">setIcon(const QPixmap&amp;)</slot>
666         <slot access="public" specifier="">setIconText(const QString&amp;)</slot>
667         <slot access="public" specifier="">setMouseTracking(bool)</slot>
668         <slot access="public" specifier="">setFocus()</slot>
669         <slot access="public" specifier="">clearFocus()</slot>
670         <slot access="public" specifier="">setUpdatesEnabled(bool)</slot>
671         <slot access="public" specifier="">update()</slot>
672         <slot access="public" specifier="">update(int,int,int,int)</slot>
673         <slot access="public" specifier="">update(const QRect&amp;)</slot>
674         <slot access="public" specifier="">repaint()</slot>
675         <slot access="public" specifier="">repaint(bool)</slot>
676         <slot access="public" specifier="">repaint(int,int,int,int)</slot>
677         <slot access="public" specifier="">repaint(int,int,int,int,bool)</slot>
678         <slot access="public" specifier="">repaint(const QRect&amp;)</slot>
679         <slot access="public" specifier="">repaint(const QRect&amp;,bool)</slot>
680         <slot access="public" specifier="">repaint(const QRegion&amp;)</slot>
681         <slot access="public" specifier="">repaint(const QRegion&amp;,bool)</slot>
682         <slot access="public" specifier="">show()</slot>
683         <slot access="public" specifier="">hide()</slot>
684         <slot access="public" specifier="">setShown(bool)</slot>
685         <slot access="public" specifier="">setHidden(bool)</slot>
686         <slot access="public" specifier="">iconify()</slot>
687         <slot access="public" specifier="">showMinimized()</slot>
688         <slot access="public" specifier="">showMaximized()</slot>
689         <slot access="public" specifier="">showFullScreen()</slot>
690         <slot access="public" specifier="">showNormal()</slot>
691         <slot access="public" specifier="">polish()</slot>
692         <slot access="public" specifier="">constPolish()</slot>
693         <slot access="public" specifier="">close()</slot>
694         <slot access="public" specifier="">raise()</slot>
695         <slot access="public" specifier="">lower()</slot>
696         <slot access="public" specifier="">stackUnder(QWidget*)</slot>
697         <slot access="public" specifier="">move(int,int)</slot>
698         <slot access="public" specifier="">move(const QPoint&amp;)</slot>
699         <slot access="public" specifier="">resize(int,int)</slot>
700         <slot access="public" specifier="">resize(const QSize&amp;)</slot>
701         <slot access="public" specifier="">setGeometry(int,int,int,int)</slot>
702         <slot access="public" specifier="">setGeometry(const QRect&amp;)</slot>
703         <slot access="public" specifier="">adjustSize()</slot>
704         <slot access="private" specifier="">focusProxyDestroyed()</slot>
705         <slot access="public" specifier="">setValue(int)</slot>
706         <slot access="public" specifier="">setRelativeValue(double)</slot>
707         <slot access="public" specifier="">setReferencePoint(int)</slot>
708         <slot access="public" specifier="">setSuffix(const QString&amp;)</slot>
709         <slot access="public" specifier="">setPrefix(const QString&amp;)</slot>
710         <slot access="public" specifier="">setEditFocus()</slot>
711         <slot access="public" specifier="">setEditFocus(bool)</slot>
712         <slot access="private" specifier="">spinValueChanged(int)</slot>
713         <slot access="private" specifier="">slotEmitRelativeValueChanged(int)</slot>
714         <property type="CString">name</property>
715         <property type="Bool">enabled</property>
716         <property type="Rect">geometry</property>
717         <property type="SizePolicy">sizePolicy</property>
718         <property type="Size">minimumSize</property>
719         <property type="Size">maximumSize</property>
720         <property type="Size">sizeIncrement</property>
721         <property type="Size">baseSize</property>
722         <property type="Color">paletteForegroundColor</property>
723         <property type="Color">paletteBackgroundColor</property>
724         <property type="Pixmap">paletteBackgroundPixmap</property>
725         <property type="Palette">palette</property>
726         <property type="BackgroundOrigin">backgroundOrigin</property>
727         <property type="Font">font</property>
728         <property type="Cursor">cursor</property>
729         <property type="String">caption</property>
730         <property type="Pixmap">icon</property>
731         <property type="String">iconText</property>
732         <property type="Bool">mouseTracking</property>
733         <property type="FocusPolicy">focusPolicy</property>
734         <property type="Bool">acceptDrops</property>
735         <property type="String">label</property>
736         <property type="Int">value</property>
737         <property type="Int">minValue</property>
738         <property type="Int">maxValue</property>
739         <property type="Int">referencePoint</property>
740         <property type="String">suffix</property>
741         <property type="String">prefix</property>
742         <property type="String">specialValueText</property>
743     </customwidget>
744     <customwidget>
745         <class>KPushButton</class>
746         <header location="local">kpushbutton.h</header>
747         <sizehint>
748             <width>-1</width>
749             <height>-1</height>
750         </sizehint>
751         <container>0</container>
752         <sizepolicy>
753             <hordata>5</hordata>
754             <verdata>5</verdata>
755             <horstretch>0</horstretch>
756             <verstretch>0</verstretch>
757         </sizepolicy>
758         <pixmap>image0</pixmap>
759         <signal>destroyed()</signal>
760         <signal>destroyed(QObject*)</signal>
761         <signal>pressed()</signal>
762         <signal>released()</signal>
763         <signal>clicked()</signal>
764         <signal>toggled(bool)</signal>
765         <signal>stateChanged(int)</signal>
766         <slot access="public" specifier="">deleteLater()</slot>
767         <slot access="private" specifier="">cleanupEventFilter(QObject*)</slot>
768         <slot access="public" specifier="">setEnabled(bool)</slot>
769         <slot access="public" specifier="">setDisabled(bool)</slot>
770         <slot access="public" specifier="">setCaption(const QString&amp;)</slot>
771         <slot access="public" specifier="">setIcon(const QPixmap&amp;)</slot>
772         <slot access="public" specifier="">setIconText(const QString&amp;)</slot>
773         <slot access="public" specifier="">setMouseTracking(bool)</slot>
774         <slot access="public" specifier="">setFocus()</slot>
775         <slot access="public" specifier="">clearFocus()</slot>
776         <slot access="public" specifier="">setUpdatesEnabled(bool)</slot>
777         <slot access="public" specifier="">update()</slot>
778         <slot access="public" specifier="">update(int,int,int,int)</slot>
779         <slot access="public" specifier="">update(const QRect&amp;)</slot>
780         <slot access="public" specifier="">repaint()</slot>
781         <slot access="public" specifier="">repaint(bool)</slot>
782         <slot access="public" specifier="">repaint(int,int,int,int)</slot>
783         <slot access="public" specifier="">repaint(int,int,int,int,bool)</slot>
784         <slot access="public" specifier="">repaint(const QRect&amp;)</slot>
785         <slot access="public" specifier="">repaint(const QRect&amp;,bool)</slot>
786         <slot access="public" specifier="">repaint(const QRegion&amp;)</slot>
787         <slot access="public" specifier="">repaint(const QRegion&amp;,bool)</slot>
788         <slot access="public" specifier="">show()</slot>
789         <slot access="public" specifier="">hide()</slot>
790         <slot access="public" specifier="">setShown(bool)</slot>
791         <slot access="public" specifier="">setHidden(bool)</slot>
792         <slot access="public" specifier="">iconify()</slot>
793         <slot access="public" specifier="">showMinimized()</slot>
794         <slot access="public" specifier="">showMaximized()</slot>
795         <slot access="public" specifier="">showFullScreen()</slot>
796         <slot access="public" specifier="">showNormal()</slot>
797         <slot access="public" specifier="">polish()</slot>
798         <slot access="public" specifier="">constPolish()</slot>
799         <slot access="public" specifier="">close()</slot>
800         <slot access="public" specifier="">raise()</slot>
801         <slot access="public" specifier="">lower()</slot>
802         <slot access="public" specifier="">stackUnder(QWidget*)</slot>
803         <slot access="public" specifier="">move(int,int)</slot>
804         <slot access="public" specifier="">move(const QPoint&amp;)</slot>
805         <slot access="public" specifier="">resize(int,int)</slot>
806         <slot access="public" specifier="">resize(const QSize&amp;)</slot>
807         <slot access="public" specifier="">setGeometry(int,int,int,int)</slot>
808         <slot access="public" specifier="">setGeometry(const QRect&amp;)</slot>
809         <slot access="public" specifier="">adjustSize()</slot>
810         <slot access="private" specifier="">focusProxyDestroyed()</slot>
811         <slot access="public" specifier="">animateClick()</slot>
812         <slot access="public" specifier="">toggle()</slot>
813         <slot access="private" specifier="">animateTimeout()</slot>
814         <slot access="private" specifier="">autoRepeatTimeout()</slot>
815         <slot access="private" specifier="">emulateClick()</slot>
816         <slot access="public" specifier="">setOn(bool)</slot>
817         <slot access="private" specifier="">popupPressed()</slot>
818         <slot access="private" specifier="">slotSettingsChanged(int)</slot>
819         <property type="CString">name</property>
820         <property type="Bool">enabled</property>
821         <property type="Rect">geometry</property>
822         <property type="SizePolicy">sizePolicy</property>
823         <property type="Size">minimumSize</property>
824         <property type="Size">maximumSize</property>
825         <property type="Size">sizeIncrement</property>
826         <property type="Size">baseSize</property>
827         <property type="Color">paletteForegroundColor</property>
828         <property type="Color">paletteBackgroundColor</property>
829         <property type="Pixmap">paletteBackgroundPixmap</property>
830         <property type="Palette">palette</property>
831         <property type="BackgroundOrigin">backgroundOrigin</property>
832         <property type="Font">font</property>
833         <property type="Cursor">cursor</property>
834         <property type="String">caption</property>
835         <property type="Pixmap">icon</property>
836         <property type="String">iconText</property>
837         <property type="Bool">mouseTracking</property>
838         <property type="FocusPolicy">focusPolicy</property>
839         <property type="Bool">acceptDrops</property>
840         <property type="String">text</property>
841         <property type="Pixmap">pixmap</property>
842         <property type="KeySequence">accel</property>
843         <property type="Bool">autoRepeat</property>
844         <property type="Bool">autoDefault</property>
845         <property type="Bool">default</property>
846         <property type="IconSet">iconSet</property>
847         <property type="Bool">toggleButton</property>
848         <property type="Bool">on</property>
849         <property type="Bool">flat</property>
850         <property type="Bool">autoMask</property>
851     </customwidget>
852 </customwidgets>
853 <images>
854     <image name="image0">
855         <data format="PNG" length="826">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b00000301494441541895b59531681b5718c77f0e377c070e3c810a3a70e0041eac51852e0a19e45134830a1d9a4c69a04bc8928e990a693a640e1d0c8642b08742321894c1507991b484c890902bb8701a047760c3bd21701fe4201dde49b6a41a32b8df72dcbbeffdbefffbbfefbd5b1b0c07cce266ebe667ae2006c3c1dada0cdc3be87d6e6c35b0d692a409d9c7ec8b20d65ae29398d19b1114e7e3de4ce98b3f5e10dc0053cf0951b4506496e1b964bf7ce6c585d9054c62d01d617ca48be0596553cf496d8f2c8b01c5f795fc93904e85ec4c01a152857a5d9175d0b2805c872080f18595ccc1499a10a225d4e2fbc2877786fe81253ab6c04c8d106e09db5d43ab0d146e5c64d1a23938fb98a185cea1c33eecfd9eba49eb427dcb201e245365f2b7b2fb5b4a3a31dcb927178afe07d86901df870fefa4842aed6f6b74ba42e52b4014d580e1eb9cbd9d94de7e4aad16d2f9be02d805f0b5e532f927a1ffcacea1777f122a8105b164a7c25faf323a5d9f1f1fd600e1e5bec59e2d4b5c7ef5209d0ad17b8b31864e57c0b3e0815ac3ee33253ab664a770ff5185d1a1cb8d2267d3e58aa1dc7d2508cbe597d0e74fdd269aaaf0f52d414c4ea3e9762c996869e42560d7a72e41c4799a2586e74f95e8d8151481fa86efbe7b3398ac58b1a2b8527589f15451ad303ac2293542ad6648a796278f13a27185e4c4754310facb98c53a79e19a3fdc1426ff28c3d7399d1f7cb25343eb96106cf83c790ce9c4f2eb831855c55485663327992eb6dc8a6259874ed700b0b793323cccb9ffa842b30d6133e3e75fea989ac15a8b16ca76b746b0b92278d919774c5b6d48a78697fb29bbcf52468742a32120909c24e899ce67beed5be2db01e22d1e9485bb620e47f9ee9e606a21bd3f5d3744c7e7c54d55e87443867d8b554515ac5db4620e8e4f62263170fd1cdee90aad7640141992891b0f367c9adfe4049bb07d3b7022bd8c687c0978f46684ee084150b65ac1fcca94591b7a90a496e4c095164fb016a2b192a497795cc0f84817aebe25f7bf70ccc54a575c555c03f78ffa5fc0570d1f0c076bff0232285a09283782c80000000049454e44ae426082</data>
856     </image>
857 </images>
858 <connections>
859     <connection>
860         <sender>useList</sender>
861         <signal>toggled(bool)</signal>
862         <receiver>cmdParameter</receiver>
863         <slot>setEnabled(bool)</slot>
864     </connection>
865     <connection>
866         <sender>useList</sender>
867         <signal>toggled(bool)</signal>
868         <receiver>listOfSliders</receiver>
869         <slot>setDisabled(bool)</slot>
870     </connection>
871     <connection>
872         <sender>useSlider</sender>
873         <signal>toggled(bool)</signal>
874         <receiver>cmdParameter</receiver>
875         <slot>setDisabled(bool)</slot>
876     </connection>
877     <connection>
878         <sender>useSlider</sender>
879         <signal>toggled(bool)</signal>
880         <receiver>listOfSliders</receiver>
881         <slot>setEnabled(bool)</slot>
882     </connection>
883 </connections>
884 <tabstops>
885     <tabstop>equation</tabstop>
886     <tabstop>hide</tabstop>
887     <tabstop>useList</tabstop>
888     <tabstop>cmdParameter</tabstop>
889     <tabstop>listOfSliders</tabstop>
890     <tabstop>customMinRange</tabstop>
891     <tabstop>min</tabstop>
892     <tabstop>max</tabstop>
893     <tabstop>lineWidth</tabstop>
894     <tabstop>color</tabstop>
895 </tabstops>
896 <slots>
897     <slot>slotHelp()</slot>
898     <slot>customRange_toggled( bool )</slot>
899 </slots>
900 <layoutdefaults spacing="6" margin="11"/>
901 <includehints>
902     <includehint>klineedit.h</includehint>
903     <includehint>kpushbutton.h</includehint>
904     <includehint>klineedit.h</includehint>
905     <includehint>klineedit.h</includehint>
906     <includehint>kcolorbutton.h</includehint>
907     <includehint>kintnuminput.h</includehint>
908 </includehints>
909 </UI>