moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / settingspagecoords.ui
blobcf2826b3cd171d578673734b50eaa7884bf0309b
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>SettingsPageCoords</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>SettingsPageCoords</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>420</width>
12             <height>501</height>
13         </rect>
14     </property>
15     <vbox>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <widget class="QTabWidget">
20             <property name="name">
21                 <cstring>tabs</cstring>
22             </property>
23             <widget class="QWidget">
24                 <property name="name">
25                     <cstring>tab</cstring>
26                 </property>
27                 <attribute name="title">
28                     <string>&amp;Axes</string>
29                 </attribute>
30                 <vbox>
31                     <property name="name">
32                         <cstring>unnamed</cstring>
33                     </property>
34                     <widget class="QLayoutWidget">
35                         <property name="name">
36                             <cstring>layout23</cstring>
37                         </property>
38                         <hbox>
39                             <property name="name">
40                                 <cstring>unnamed</cstring>
41                             </property>
42                             <widget class="QButtonGroup">
43                                 <property name="name">
44                                     <cstring>kcfg_XRange</cstring>
45                                 </property>
46                                 <property name="title">
47                                     <string>&amp;X Axis</string>
48                                 </property>
49                                 <vbox>
50                                     <property name="name">
51                                         <cstring>unnamed</cstring>
52                                     </property>
53                                     <widget class="QRadioButton">
54                                         <property name="name">
55                                             <cstring>radioButton1</cstring>
56                                         </property>
57                                         <property name="text">
58                                             <string>[-8 | +8]</string>
59                                         </property>
60                                         <property name="checked">
61                                             <bool>true</bool>
62                                         </property>
63                                         <property name="toolTip" stdset="0">
64                                             <string>Predefined plot ranges</string>
65                                         </property>
66                                         <property name="whatsThis" stdset="0">
67                                             <string>Select one of the predefined plot ranges.</string>
68                                         </property>
69                                     </widget>
70                                     <widget class="QRadioButton">
71                                         <property name="name">
72                                             <cstring>radioButton1_3</cstring>
73                                         </property>
74                                         <property name="text">
75                                             <string>[-5 | +5]</string>
76                                         </property>
77                                         <property name="buttonGroupId">
78                                             <number>1</number>
79                                         </property>
80                                         <property name="toolTip" stdset="0">
81                                             <string>Predefined plot ranges</string>
82                                         </property>
83                                         <property name="whatsThis" stdset="0">
84                                             <string>Select one of the predefined plot ranges.</string>
85                                         </property>
86                                     </widget>
87                                     <widget class="QRadioButton">
88                                         <property name="name">
89                                             <cstring>radioButton1_2</cstring>
90                                         </property>
91                                         <property name="text">
92                                             <string>[0 | +16]</string>
93                                         </property>
94                                         <property name="buttonGroupId">
95                                             <number>2</number>
96                                         </property>
97                                         <property name="toolTip" stdset="0">
98                                             <string>Predefined plot ranges</string>
99                                         </property>
100                                         <property name="whatsThis" stdset="0">
101                                             <string>Select one of the predefined plot ranges.</string>
102                                         </property>
103                                     </widget>
104                                     <widget class="QRadioButton">
105                                         <property name="name">
106                                             <cstring>radioButton1_5</cstring>
107                                         </property>
108                                         <property name="text">
109                                             <string>[0 | +10]</string>
110                                         </property>
111                                         <property name="buttonGroupId">
112                                             <number>3</number>
113                                         </property>
114                                         <property name="toolTip" stdset="0">
115                                             <string>Predefined plot ranges</string>
116                                         </property>
117                                         <property name="whatsThis" stdset="0">
118                                             <string>Select one of the predefined plot ranges.</string>
119                                         </property>
120                                     </widget>
121                                     <widget class="QRadioButton">
122                                         <property name="name">
123                                             <cstring>radioButton1_4</cstring>
124                                         </property>
125                                         <property name="text">
126                                             <string>Custom:</string>
127                                         </property>
128                                         <property name="buttonGroupId">
129                                             <number>4</number>
130                                         </property>
131                                     </widget>
132                                     <widget class="QLayoutWidget">
133                                         <property name="name">
134                                             <cstring>layout20</cstring>
135                                         </property>
136                                         <grid>
137                                             <property name="name">
138                                                 <cstring>unnamed</cstring>
139                                             </property>
140                                             <widget class="QLabel" row="1" column="0">
141                                                 <property name="name">
142                                                     <cstring>textLabel4_2</cstring>
143                                                 </property>
144                                                 <property name="text">
145                                                     <string>Max:</string>
146                                                 </property>
147                                             </widget>
148                                             <widget class="QLabel" row="0" column="0">
149                                                 <property name="name">
150                                                     <cstring>textLabel4</cstring>
151                                                 </property>
152                                                 <property name="text">
153                                                     <string>Min:</string>
154                                                 </property>
155                                             </widget>
156                                             <widget class="KLineEdit" row="0" column="1">
157                                                 <property name="name">
158                                                     <cstring>kcfg_XMin</cstring>
159                                                 </property>
160                                                 <property name="enabled">
161                                                     <bool>false</bool>
162                                                 </property>
163                                                 <property name="toolTip" stdset="0">
164                                                     <string>Custom boundary of the plot range</string>
165                                                 </property>
166                                                 <property name="whatsThis" stdset="0">
167                                                     <string>Enter a valid expression, for instance 2*pi or e/2.</string>
168                                                 </property>
169                                             </widget>
170                                             <widget class="KLineEdit" row="1" column="1">
171                                                 <property name="name">
172                                                     <cstring>kcfg_XMax</cstring>
173                                                 </property>
174                                                 <property name="enabled">
175                                                     <bool>false</bool>
176                                                 </property>
177                                                 <property name="toolTip" stdset="0">
178                                                     <string>Custom boundary of the plot range</string>
179                                                 </property>
180                                                 <property name="whatsThis" stdset="0">
181                                                     <string>Enter a valid expression, for instance 2*pi or e/2.</string>
182                                                 </property>
183                                             </widget>
184                                         </grid>
185                                     </widget>
186                                 </vbox>
187                             </widget>
188                             <widget class="QButtonGroup">
189                                 <property name="name">
190                                     <cstring>kcfg_YRange</cstring>
191                                 </property>
192                                 <property name="title">
193                                     <string>&amp;Y Axis</string>
194                                 </property>
195                                 <vbox>
196                                     <property name="name">
197                                         <cstring>unnamed</cstring>
198                                     </property>
199                                     <widget class="QRadioButton">
200                                         <property name="name">
201                                             <cstring>radioButton1_6</cstring>
202                                         </property>
203                                         <property name="text">
204                                             <string>[-8 | +8]</string>
205                                         </property>
206                                         <property name="checked">
207                                             <bool>true</bool>
208                                         </property>
209                                         <property name="toolTip" stdset="0">
210                                             <string>Predefined plot ranges</string>
211                                         </property>
212                                         <property name="whatsThis" stdset="0">
213                                             <string>Select one of the predefined plot ranges.</string>
214                                         </property>
215                                     </widget>
216                                     <widget class="QRadioButton">
217                                         <property name="name">
218                                             <cstring>radioButton1_3_2</cstring>
219                                         </property>
220                                         <property name="text">
221                                             <string>[-5 | +5]</string>
222                                         </property>
223                                         <property name="buttonGroupId">
224                                             <number>1</number>
225                                         </property>
226                                         <property name="toolTip" stdset="0">
227                                             <string>Predefined plot ranges</string>
228                                         </property>
229                                         <property name="whatsThis" stdset="0">
230                                             <string>Select one of the predefined plot ranges.</string>
231                                         </property>
232                                     </widget>
233                                     <widget class="QRadioButton">
234                                         <property name="name">
235                                             <cstring>radioButton1_2_2</cstring>
236                                         </property>
237                                         <property name="text">
238                                             <string>[0 | +16]</string>
239                                         </property>
240                                         <property name="buttonGroupId">
241                                             <number>2</number>
242                                         </property>
243                                         <property name="toolTip" stdset="0">
244                                             <string>Predefined plot ranges</string>
245                                         </property>
246                                         <property name="whatsThis" stdset="0">
247                                             <string>Select one of the predefined plot ranges.</string>
248                                         </property>
249                                     </widget>
250                                     <widget class="QRadioButton">
251                                         <property name="name">
252                                             <cstring>radioButton1_5_2</cstring>
253                                         </property>
254                                         <property name="text">
255                                             <string>[0 | +10]</string>
256                                         </property>
257                                         <property name="buttonGroupId">
258                                             <number>3</number>
259                                         </property>
260                                         <property name="toolTip" stdset="0">
261                                             <string>Predefined plot ranges</string>
262                                         </property>
263                                         <property name="whatsThis" stdset="0">
264                                             <string>Select one of the predefined plot ranges.</string>
265                                         </property>
266                                     </widget>
267                                     <widget class="QRadioButton">
268                                         <property name="name">
269                                             <cstring>radioButton1_4_2</cstring>
270                                         </property>
271                                         <property name="text">
272                                             <string>Custom:</string>
273                                         </property>
274                                         <property name="buttonGroupId">
275                                             <number>4</number>
276                                         </property>
277                                     </widget>
278                                     <widget class="QLayoutWidget">
279                                         <property name="name">
280                                             <cstring>layout20_2</cstring>
281                                         </property>
282                                         <grid>
283                                             <property name="name">
284                                                 <cstring>unnamed</cstring>
285                                             </property>
286                                             <widget class="QLabel" row="1" column="0">
287                                                 <property name="name">
288                                                     <cstring>textLabel4_2_2</cstring>
289                                                 </property>
290                                                 <property name="text">
291                                                     <string>Max:</string>
292                                                 </property>
293                                             </widget>
294                                             <widget class="QLabel" row="0" column="0">
295                                                 <property name="name">
296                                                     <cstring>textLabel4_3</cstring>
297                                                 </property>
298                                                 <property name="text">
299                                                     <string>Min:</string>
300                                                 </property>
301                                             </widget>
302                                             <widget class="KLineEdit" row="0" column="1">
303                                                 <property name="name">
304                                                     <cstring>kcfg_YMin</cstring>
305                                                 </property>
306                                                 <property name="enabled">
307                                                     <bool>false</bool>
308                                                 </property>
309                                                 <property name="toolTip" stdset="0">
310                                                     <string>Custom boundary of the plot range</string>
311                                                 </property>
312                                                 <property name="whatsThis" stdset="0">
313                                                     <string>Enter a valid expression, for instance 2*pi or e/2.</string>
314                                                 </property>
315                                             </widget>
316                                             <widget class="KLineEdit" row="1" column="1">
317                                                 <property name="name">
318                                                     <cstring>kcfg_YMax</cstring>
319                                                 </property>
320                                                 <property name="enabled">
321                                                     <bool>false</bool>
322                                                 </property>
323                                                 <property name="toolTip" stdset="0">
324                                                     <string>Custom boundary of the plot range</string>
325                                                 </property>
326                                                 <property name="whatsThis" stdset="0">
327                                                     <string>Enter a valid expression, for instance 2*pi or e/2.</string>
328                                                 </property>
329                                             </widget>
330                                         </grid>
331                                     </widget>
332                                 </vbox>
333                             </widget>
334                         </hbox>
335                     </widget>
336                     <widget class="QLayoutWidget">
337                         <property name="name">
338                             <cstring>layout24</cstring>
339                         </property>
340                         <hbox>
341                             <property name="name">
342                                 <cstring>unnamed</cstring>
343                             </property>
344                             <widget class="QLabel">
345                                 <property name="name">
346                                     <cstring>textLabel7</cstring>
347                                 </property>
348                                 <property name="text">
349                                     <string>Axis-line width:</string>
350                                 </property>
351                                 <property name="buddy" stdset="0">
352                                     <cstring>kcfg_AxesLineWidth</cstring>
353                                 </property>
354                             </widget>
355                             <widget class="KIntNumInput">
356                                 <property name="name">
357                                     <cstring>kcfg_AxesLineWidth</cstring>
358                                 </property>
359                                 <property name="minValue">
360                                     <number>1</number>
361                                 </property>
362                                 <property name="toolTip" stdset="0">
363                                     <string>Line width</string>
364                                 </property>
365                             </widget>
366                             <widget class="QLabel">
367                                 <property name="name">
368                                     <cstring>textLabel8</cstring>
369                                 </property>
370                                 <property name="text">
371                                     <string>0.1 mm</string>
372                                 </property>
373                             </widget>
374                         </hbox>
375                     </widget>
376                     <widget class="QLayoutWidget">
377                         <property name="name">
378                             <cstring>layout25</cstring>
379                         </property>
380                         <hbox>
381                             <property name="name">
382                                 <cstring>unnamed</cstring>
383                             </property>
384                             <widget class="QLabel">
385                                 <property name="name">
386                                     <cstring>textLabel9</cstring>
387                                 </property>
388                                 <property name="text">
389                                     <string>Tic width:</string>
390                                 </property>
391                                 <property name="buddy" stdset="0">
392                                     <cstring>kcfg_TicWidth</cstring>
393                                 </property>
394                             </widget>
395                             <widget class="KIntNumInput">
396                                 <property name="name">
397                                     <cstring>kcfg_TicWidth</cstring>
398                                 </property>
399                                 <property name="minValue">
400                                     <number>1</number>
401                                 </property>
402                                 <property name="toolTip" stdset="0">
403                                     <string>Line width</string>
404                                 </property>
405                             </widget>
406                             <widget class="QLabel">
407                                 <property name="name">
408                                     <cstring>textLabel8_2</cstring>
409                                 </property>
410                                 <property name="text">
411                                     <string>0.1 mm</string>
412                                 </property>
413                             </widget>
414                         </hbox>
415                     </widget>
416                     <widget class="QLayoutWidget">
417                         <property name="name">
418                             <cstring>layout26</cstring>
419                         </property>
420                         <hbox>
421                             <property name="name">
422                                 <cstring>unnamed</cstring>
423                             </property>
424                             <widget class="QLabel">
425                                 <property name="name">
426                                     <cstring>textLabel8_4</cstring>
427                                 </property>
428                                 <property name="text">
429                                     <string>Tic length:</string>
430                                 </property>
431                                 <property name="buddy" stdset="0">
432                                     <cstring>kcfg_TicLength</cstring>
433                                 </property>
434                             </widget>
435                             <widget class="KIntNumInput">
436                                 <property name="name">
437                                     <cstring>kcfg_TicLength</cstring>
438                                 </property>
439                                 <property name="minValue">
440                                     <number>1</number>
441                                 </property>
442                                 <property name="toolTip" stdset="0">
443                                     <string>Length of the tic line</string>
444                                 </property>
445                                 <property name="whatsThis" stdset="0">
446                                     <string>Enter the length of a tic line.</string>
447                                 </property>
448                             </widget>
449                             <widget class="QLabel">
450                                 <property name="name">
451                                     <cstring>textLabel8_3</cstring>
452                                 </property>
453                                 <property name="text">
454                                     <string>0.1 mm</string>
455                                 </property>
456                             </widget>
457                         </hbox>
458                     </widget>
459                     <widget class="QLayoutWidget">
460                         <property name="name">
461                             <cstring>layout22</cstring>
462                         </property>
463                         <grid>
464                             <property name="name">
465                                 <cstring>unnamed</cstring>
466                             </property>
467                             <widget class="QCheckBox" row="1" column="1">
468                                 <property name="name">
469                                     <cstring>kcfg_ShowArrows</cstring>
470                                 </property>
471                                 <property name="text">
472                                     <string>Show arrows</string>
473                                 </property>
474                                 <property name="checked">
475                                     <bool>true</bool>
476                                 </property>
477                                 <property name="toolTip" stdset="0">
478                                     <string>visible arrows at the end of the axes</string>
479                                 </property>
480                                 <property name="whatsThis" stdset="0">
481                                     <string>Check this if the axes should have arrows at their ends.</string>
482                                 </property>
483                             </widget>
484                             <widget class="QCheckBox" row="0" column="0">
485                                 <property name="name">
486                                     <cstring>kcfg_ShowLabel</cstring>
487                                 </property>
488                                 <property name="text">
489                                     <string>Show labels</string>
490                                 </property>
491                                 <property name="checked">
492                                     <bool>true</bool>
493                                 </property>
494                                 <property name="toolTip" stdset="0">
495                                     <string>visible tic labels</string>
496                                 </property>
497                                 <property name="whatsThis" stdset="0">
498                                     <string>Check this if the axes' tics should be labeled.</string>
499                                 </property>
500                             </widget>
501                             <widget class="QCheckBox" row="1" column="0">
502                                 <property name="name">
503                                     <cstring>kcfg_ShowExtraFrame</cstring>
504                                 </property>
505                                 <property name="text">
506                                     <string>Show extra frame</string>
507                                 </property>
508                                 <property name="checked">
509                                     <bool>true</bool>
510                                 </property>
511                                 <property name="toolTip" stdset="0">
512                                     <string>visible extra frame</string>
513                                 </property>
514                                 <property name="whatsThis" stdset="0">
515                                     <string>Check this if the plot area should be framed by an extra line.</string>
516                                 </property>
517                             </widget>
518                             <widget class="QCheckBox" row="0" column="1">
519                                 <property name="name">
520                                     <cstring>kcfg_ShowAxes</cstring>
521                                 </property>
522                                 <property name="text">
523                                     <string>Show axes</string>
524                                 </property>
525                                 <property name="checked">
526                                     <bool>true</bool>
527                                 </property>
528                                 <property name="toolTip" stdset="0">
529                                     <string>visible axes</string>
530                                 </property>
531                                 <property name="whatsThis" stdset="0">
532                                     <string>Check this if the axes should be visible.</string>
533                                 </property>
534                             </widget>
535                         </grid>
536                     </widget>
537                     <spacer>
538                         <property name="name">
539                             <cstring>spacer2</cstring>
540                         </property>
541                         <property name="orientation">
542                             <enum>Vertical</enum>
543                         </property>
544                         <property name="sizeType">
545                             <enum>Expanding</enum>
546                         </property>
547                         <property name="sizeHint">
548                             <size>
549                                 <width>20</width>
550                                 <height>30</height>
551                             </size>
552                         </property>
553                     </spacer>
554                 </vbox>
555             </widget>
556             <widget class="QWidget">
557                 <property name="name">
558                     <cstring>tab</cstring>
559                 </property>
560                 <attribute name="title">
561                     <string>&amp;Grid</string>
562                 </attribute>
563                 <vbox>
564                     <property name="name">
565                         <cstring>unnamed</cstring>
566                     </property>
567                     <widget class="QButtonGroup">
568                         <property name="name">
569                             <cstring>kcfg_GridStyle</cstring>
570                         </property>
571                         <property name="title">
572                             <string>Grid &amp;Style</string>
573                         </property>
574                         <property name="toolTip" stdset="0">
575                             <string>Available grid styles</string>
576                         </property>
577                         <vbox>
578                             <property name="name">
579                                 <cstring>unnamed</cstring>
580                             </property>
581                             <widget class="QRadioButton">
582                                 <property name="name">
583                                     <cstring>radioButton11</cstring>
584                                 </property>
585                                 <property name="text">
586                                     <string>None</string>
587                                 </property>
588                                 <property name="whatsThis" stdset="0">
589                                     <string>No Grid will be plotted.</string>
590                                 </property>
591                             </widget>
592                             <widget class="QRadioButton">
593                                 <property name="name">
594                                     <cstring>radioButton12</cstring>
595                                 </property>
596                                 <property name="text">
597                                     <string>Lines</string>
598                                 </property>
599                                 <property name="whatsThis" stdset="0">
600                                     <string>A line for every tic.</string>
601                                 </property>
602                             </widget>
603                             <widget class="QRadioButton">
604                                 <property name="name">
605                                     <cstring>radioButton13</cstring>
606                                 </property>
607                                 <property name="text">
608                                     <string>Crosses</string>
609                                 </property>
610                                 <property name="whatsThis" stdset="0">
611                                     <string>Only little crosses in the plot area.</string>
612                                 </property>
613                             </widget>
614                             <widget class="QRadioButton">
615                                 <property name="name">
616                                     <cstring>radioButton14</cstring>
617                                 </property>
618                                 <property name="text">
619                                     <string>Polar</string>
620                                 </property>
621                                 <property name="whatsThis" stdset="0">
622                                     <string>Circles around the Origin.</string>
623                                 </property>
624                             </widget>
625                         </vbox>
626                     </widget>
627                     <widget class="QLayoutWidget">
628                         <property name="name">
629                             <cstring>layout24</cstring>
630                         </property>
631                         <hbox>
632                             <property name="name">
633                                 <cstring>unnamed</cstring>
634                             </property>
635                             <widget class="QLabel">
636                                 <property name="name">
637                                     <cstring>textLabel5</cstring>
638                                 </property>
639                                 <property name="text">
640                                     <string>Line &amp;width:</string>
641                                 </property>
642                                 <property name="buddy" stdset="0">
643                                     <cstring>kcfg_GridLineWidth</cstring>
644                                 </property>
645                             </widget>
646                             <widget class="KIntNumInput">
647                                 <property name="name">
648                                     <cstring>kcfg_GridLineWidth</cstring>
649                                 </property>
650                                 <property name="minValue">
651                                     <number>1</number>
652                                 </property>
653                                 <property name="toolTip" stdset="0">
654                                     <string>Width for the grid lines</string>
655                                 </property>
656                                 <property name="whatsThis" stdset="0">
657                                     <string>Enter the width of the grid lines.</string>
658                                 </property>
659                             </widget>
660                             <widget class="QLabel">
661                                 <property name="name">
662                                     <cstring>textLabel6</cstring>
663                                 </property>
664                                 <property name="text">
665                                     <string>0.1 mm</string>
666                                 </property>
667                             </widget>
668                         </hbox>
669                     </widget>
670                     <spacer>
671                         <property name="name">
672                             <cstring>spacer6</cstring>
673                         </property>
674                         <property name="orientation">
675                             <enum>Vertical</enum>
676                         </property>
677                         <property name="sizeType">
678                             <enum>Expanding</enum>
679                         </property>
680                         <property name="sizeHint">
681                             <size>
682                                 <width>20</width>
683                                 <height>40</height>
684                             </size>
685                         </property>
686                     </spacer>
687                 </vbox>
688             </widget>
689         </widget>
690     </vbox>
691 </widget>
692 <connections>
693     <connection>
694         <sender>radioButton1_4</sender>
695         <signal>toggled(bool)</signal>
696         <receiver>kcfg_XMin</receiver>
697         <slot>setEnabled(bool)</slot>
698     </connection>
699     <connection>
700         <sender>radioButton1_4</sender>
701         <signal>toggled(bool)</signal>
702         <receiver>kcfg_XMin</receiver>
703         <slot>setFocus()</slot>
704     </connection>
705     <connection>
706         <sender>radioButton1_4</sender>
707         <signal>toggled(bool)</signal>
708         <receiver>kcfg_XMax</receiver>
709         <slot>setEnabled(bool)</slot>
710     </connection>
711     <connection>
712         <sender>radioButton1_4_2</sender>
713         <signal>toggled(bool)</signal>
714         <receiver>kcfg_YMin</receiver>
715         <slot>setEnabled(bool)</slot>
716     </connection>
717     <connection>
718         <sender>radioButton1_4_2</sender>
719         <signal>toggled(bool)</signal>
720         <receiver>kcfg_YMin</receiver>
721         <slot>setFocus()</slot>
722     </connection>
723     <connection>
724         <sender>radioButton1_4_2</sender>
725         <signal>toggled(bool)</signal>
726         <receiver>kcfg_YMax</receiver>
727         <slot>setEnabled(bool)</slot>
728     </connection>
729     <connection>
730         <sender>kcfg_ShowAxes</sender>
731         <signal>toggled(bool)</signal>
732         <receiver>kcfg_ShowArrows</receiver>
733         <slot>setEnabled(bool)</slot>
734     </connection>
735 </connections>
736 <tabstops>
737     <tabstop>tabs</tabstop>
738     <tabstop>radioButton1</tabstop>
739     <tabstop>kcfg_XMin</tabstop>
740     <tabstop>kcfg_XMax</tabstop>
741     <tabstop>radioButton1_6</tabstop>
742     <tabstop>kcfg_YMin</tabstop>
743     <tabstop>kcfg_YMax</tabstop>
744     <tabstop>kcfg_AxesLineWidth</tabstop>
745     <tabstop>kcfg_ShowLabel</tabstop>
746     <tabstop>kcfg_TicWidth</tabstop>
747     <tabstop>kcfg_TicLength</tabstop>
748     <tabstop>radioButton11</tabstop>
749     <tabstop>radioButton12</tabstop>
750     <tabstop>radioButton13</tabstop>
751     <tabstop>radioButton14</tabstop>
752     <tabstop>kcfg_GridLineWidth</tabstop>
753 </tabstops>
754 <layoutdefaults spacing="6" margin="11"/>
755 <includehints>
756     <includehint>klineedit.h</includehint>
757     <includehint>klineedit.h</includehint>
758     <includehint>klineedit.h</includehint>
759     <includehint>klineedit.h</includehint>
760     <includehint>knuminput.h</includehint>
761     <includehint>knuminput.h</includehint>
762     <includehint>knuminput.h</includehint>
763     <includehint>knuminput.h</includehint>
764     <includehint>knuminput.h</includehint>
765     <includehint>knuminput.h</includehint>
766     <includehint>knuminput.h</includehint>
767     <includehint>knuminput.h</includehint>
768 </includehints>
769 </UI>