]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QParagraphDialog.ui
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / ui / QParagraphDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QParagraphDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QParagraphDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>399</width>
17             <height>292</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Form1</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <vbox>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget>
38             <class>QTabWidget</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>paragraphTab</cstring>
42             </property>
43             <property>
44                 <name>toolTip</name>
45                 <string></string>
46             </property>
47             <widget>
48                 <class>QWidget</class>
49                 <property stdset="1">
50                     <name>name</name>
51                     <cstring>tab</cstring>
52                 </property>
53                 <attribute>
54                     <name>title</name>
55                     <string>&amp;General</string>
56                 </attribute>
57                 <grid>
58                     <property stdset="1">
59                         <name>margin</name>
60                         <number>11</number>
61                     </property>
62                     <property stdset="1">
63                         <name>spacing</name>
64                         <number>6</number>
65                     </property>
66                     <widget row="0"  column="1" >
67                         <class>QComboBox</class>
68                         <item>
69                             <property>
70                                 <name>text</name>
71                                 <string>Justified</string>
72                             </property>
73                         </item>
74                         <item>
75                             <property>
76                                 <name>text</name>
77                                 <string>Left</string>
78                             </property>
79                         </item>
80                         <item>
81                             <property>
82                                 <name>text</name>
83                                 <string>Right</string>
84                             </property>
85                         </item>
86                         <item>
87                             <property>
88                                 <name>text</name>
89                                 <string>Center</string>
90                             </property>
91                         </item>
92                         <property stdset="1">
93                             <name>name</name>
94                             <cstring>align</cstring>
95                         </property>
96                     </widget>
97                     <widget row="1"  column="2" >
98                         <class>QLineEdit</class>
99                         <property stdset="1">
100                             <name>name</name>
101                             <cstring>linespacingValue</cstring>
102                         </property>
103                         <property stdset="1">
104                             <name>enabled</name>
105                             <bool>false</bool>
106                         </property>
107                     </widget>
108                     <widget row="1"  column="1" >
109                         <class>QComboBox</class>
110                         <item>
111                             <property>
112                                 <name>text</name>
113                                 <string>Default</string>
114                             </property>
115                         </item>
116                         <item>
117                             <property>
118                                 <name>text</name>
119                                 <string>Single</string>
120                             </property>
121                         </item>
122                         <item>
123                             <property>
124                                 <name>text</name>
125                                 <string>1.5</string>
126                             </property>
127                         </item>
128                         <item>
129                             <property>
130                                 <name>text</name>
131                                 <string>Double</string>
132                             </property>
133                         </item>
134                         <item>
135                             <property>
136                                 <name>text</name>
137                                 <string>Custom</string>
138                             </property>
139                         </item>
140                         <property stdset="1">
141                             <name>name</name>
142                             <cstring>linespacing</cstring>
143                         </property>
144                     </widget>
145                     <widget row="1"  column="0" >
146                         <class>QLabel</class>
147                         <property stdset="1">
148                             <name>name</name>
149                             <cstring>linespacingL</cstring>
150                         </property>
151                         <property stdset="1">
152                             <name>text</name>
153                             <string>L&amp;ine spacing:</string>
154                         </property>
155                         <property>
156                             <name>buddy</name>
157                             <cstring>linespacing</cstring>
158                         </property>
159                     </widget>
160                     <widget row="0"  column="0" >
161                         <class>QLabel</class>
162                         <property stdset="1">
163                             <name>name</name>
164                             <cstring>alignL</cstring>
165                         </property>
166                         <property stdset="1">
167                             <name>text</name>
168                             <string>Alig&amp;nment:</string>
169                         </property>
170                         <property>
171                             <name>buddy</name>
172                             <cstring>align</cstring>
173                         </property>
174                     </widget>
175                     <widget row="2"  column="0"  rowspan="1"  colspan="2" >
176                         <class>QCheckBox</class>
177                         <property stdset="1">
178                             <name>name</name>
179                             <cstring>noindent</cstring>
180                         </property>
181                         <property stdset="1">
182                             <name>text</name>
183                             <string>No &amp;indent</string>
184                         </property>
185                     </widget>
186                 </grid>
187             </widget>
188             <widget>
189                 <class>QWidget</class>
190                 <property stdset="1">
191                     <name>name</name>
192                     <cstring>tab</cstring>
193                 </property>
194                 <attribute>
195                     <name>title</name>
196                     <string>&amp;Spacing</string>
197                 </attribute>
198                 <grid>
199                     <property stdset="1">
200                         <name>margin</name>
201                         <number>11</number>
202                     </property>
203                     <property stdset="1">
204                         <name>spacing</name>
205                         <number>6</number>
206                     </property>
207                     <widget row="0"  column="1" >
208                         <class>QLabel</class>
209                         <property stdset="1">
210                             <name>name</name>
211                             <cstring>aboveL</cstring>
212                         </property>
213                         <property stdset="1">
214                             <name>text</name>
215                             <string>Above paragraph</string>
216                         </property>
217                         <property stdset="1">
218                             <name>alignment</name>
219                             <set>AlignCenter</set>
220                         </property>
221                         <property>
222                             <name>hAlign</name>
223                         </property>
224                     </widget>
225                     <widget row="1"  column="0" >
226                         <class>QLabel</class>
227                         <property stdset="1">
228                             <name>name</name>
229                             <cstring>spacingL</cstring>
230                         </property>
231                         <property stdset="1">
232                             <name>text</name>
233                             <string>S&amp;pacing:</string>
234                         </property>
235                         <property>
236                             <name>buddy</name>
237                             <cstring>spacingAbove</cstring>
238                         </property>
239                     </widget>
240                     <widget row="4"  column="0" >
241                         <class>QLabel</class>
242                         <property stdset="1">
243                             <name>name</name>
244                             <cstring>keepL</cstring>
245                         </property>
246                         <property stdset="1">
247                             <name>text</name>
248                             <string>&amp;Keep space:</string>
249                         </property>
250                         <property>
251                             <name>buddy</name>
252                             <cstring>keepAbove</cstring>
253                         </property>
254                     </widget>
255                     <widget row="3"  column="0" >
256                         <class>QLabel</class>
257                         <property stdset="1">
258                             <name>name</name>
259                             <cstring>unitL</cstring>
260                         </property>
261                         <property stdset="1">
262                             <name>text</name>
263                             <string>&amp;Unit:</string>
264                         </property>
265                         <property>
266                             <name>buddy</name>
267                             <cstring>unitAbove</cstring>
268                         </property>
269                     </widget>
270                     <widget row="2"  column="0" >
271                         <class>QLabel</class>
272                         <property stdset="1">
273                             <name>name</name>
274                             <cstring>valueL</cstring>
275                         </property>
276                         <property stdset="1">
277                             <name>text</name>
278                             <string>&amp;Value:</string>
279                         </property>
280                         <property>
281                             <name>buddy</name>
282                             <cstring>valueAbove</cstring>
283                         </property>
284                     </widget>
285                     <widget row="1"  column="1" >
286                         <class>QComboBox</class>
287                         <item>
288                             <property>
289                                 <name>text</name>
290                                 <string>None</string>
291                             </property>
292                         </item>
293                         <item>
294                             <property>
295                                 <name>text</name>
296                                 <string>DefSkip</string>
297                             </property>
298                         </item>
299                         <item>
300                             <property>
301                                 <name>text</name>
302                                 <string>SmallSkip</string>
303                             </property>
304                         </item>
305                         <item>
306                             <property>
307                                 <name>text</name>
308                                 <string>MedSkip</string>
309                             </property>
310                         </item>
311                         <item>
312                             <property>
313                                 <name>text</name>
314                                 <string>BigSkip</string>
315                             </property>
316                         </item>
317                         <item>
318                             <property>
319                                 <name>text</name>
320                                 <string>VFill</string>
321                             </property>
322                         </item>
323                         <item>
324                             <property>
325                                 <name>text</name>
326                                 <string>Custom</string>
327                             </property>
328                         </item>
329                         <property stdset="1">
330                             <name>name</name>
331                             <cstring>spacingAbove</cstring>
332                         </property>
333                     </widget>
334                     <widget row="1"  column="2" >
335                         <class>QComboBox</class>
336                         <item>
337                             <property>
338                                 <name>text</name>
339                                 <string>None</string>
340                             </property>
341                         </item>
342                         <item>
343                             <property>
344                                 <name>text</name>
345                                 <string>DefSkip</string>
346                             </property>
347                         </item>
348                         <item>
349                             <property>
350                                 <name>text</name>
351                                 <string>SmallSkip</string>
352                             </property>
353                         </item>
354                         <item>
355                             <property>
356                                 <name>text</name>
357                                 <string>MedSkip</string>
358                             </property>
359                         </item>
360                         <item>
361                             <property>
362                                 <name>text</name>
363                                 <string>BigSkip</string>
364                             </property>
365                         </item>
366                         <item>
367                             <property>
368                                 <name>text</name>
369                                 <string>VFill</string>
370                             </property>
371                         </item>
372                         <item>
373                             <property>
374                                 <name>text</name>
375                                 <string>Custom</string>
376                             </property>
377                         </item>
378                         <property stdset="1">
379                             <name>name</name>
380                             <cstring>spacingBelow</cstring>
381                         </property>
382                     </widget>
383                     <widget row="2"  column="1" >
384                         <class>QLineEdit</class>
385                         <property stdset="1">
386                             <name>name</name>
387                             <cstring>valueAbove</cstring>
388                         </property>
389                         <property stdset="1">
390                             <name>enabled</name>
391                             <bool>false</bool>
392                         </property>
393                     </widget>
394                     <widget row="2"  column="2" >
395                         <class>QLineEdit</class>
396                         <property stdset="1">
397                             <name>name</name>
398                             <cstring>valueBelow</cstring>
399                         </property>
400                         <property stdset="1">
401                             <name>enabled</name>
402                             <bool>false</bool>
403                         </property>
404                     </widget>
405                     <widget row="3"  column="1" >
406                         <class>QComboBox</class>
407                         <property stdset="1">
408                             <name>name</name>
409                             <cstring>unitAbove</cstring>
410                         </property>
411                         <property stdset="1">
412                             <name>enabled</name>
413                             <bool>false</bool>
414                         </property>
415                     </widget>
416                     <widget row="3"  column="2" >
417                         <class>QComboBox</class>
418                         <property stdset="1">
419                             <name>name</name>
420                             <cstring>unitBelow</cstring>
421                         </property>
422                         <property stdset="1">
423                             <name>enabled</name>
424                             <bool>false</bool>
425                         </property>
426                     </widget>
427                     <widget row="4"  column="1" >
428                         <class>QCheckBox</class>
429                         <property stdset="1">
430                             <name>name</name>
431                             <cstring>keepAbove</cstring>
432                         </property>
433                         <property stdset="1">
434                             <name>text</name>
435                             <string></string>
436                         </property>
437                     </widget>
438                     <widget row="4"  column="2" >
439                         <class>QCheckBox</class>
440                         <property stdset="1">
441                             <name>name</name>
442                             <cstring>keepBelow</cstring>
443                         </property>
444                         <property stdset="1">
445                             <name>text</name>
446                             <string></string>
447                         </property>
448                     </widget>
449                     <widget row="0"  column="2" >
450                         <class>QLabel</class>
451                         <property stdset="1">
452                             <name>name</name>
453                             <cstring>belowL</cstring>
454                         </property>
455                         <property stdset="1">
456                             <name>text</name>
457                             <string>Below paragraph</string>
458                         </property>
459                         <property stdset="1">
460                             <name>alignment</name>
461                             <set>AlignCenter</set>
462                         </property>
463                         <property>
464                             <name>hAlign</name>
465                         </property>
466                     </widget>
467                     <spacer row="5"  column="0"  rowspan="1"  colspan="3" >
468                         <property>
469                             <name>name</name>
470                             <cstring>Spacer7</cstring>
471                         </property>
472                         <property stdset="1">
473                             <name>orientation</name>
474                             <enum>Vertical</enum>
475                         </property>
476                         <property stdset="1">
477                             <name>sizeType</name>
478                             <enum>Expanding</enum>
479                         </property>
480                         <property>
481                             <name>sizeHint</name>
482                             <size>
483                                 <width>20</width>
484                                 <height>20</height>
485                             </size>
486                         </property>
487                     </spacer>
488                 </grid>
489             </widget>
490             <widget>
491                 <class>QWidget</class>
492                 <property stdset="1">
493                     <name>name</name>
494                     <cstring>tab</cstring>
495                 </property>
496                 <attribute>
497                     <name>title</name>
498                     <string>&amp;Lines &amp;&amp; Pagebreaks</string>
499                 </attribute>
500                 <grid>
501                     <property stdset="1">
502                         <name>margin</name>
503                         <number>11</number>
504                     </property>
505                     <property stdset="1">
506                         <name>spacing</name>
507                         <number>6</number>
508                     </property>
509                     <widget row="1"  column="0"  rowspan="1"  colspan="2" >
510                         <class>QButtonGroup</class>
511                         <property stdset="1">
512                             <name>name</name>
513                             <cstring>labelwidthGB</cstring>
514                         </property>
515                         <property stdset="1">
516                             <name>enabled</name>
517                             <bool>false</bool>
518                         </property>
519                         <property stdset="1">
520                             <name>title</name>
521                             <string>Label width</string>
522                         </property>
523                         <hbox>
524                             <property stdset="1">
525                                 <name>margin</name>
526                                 <number>11</number>
527                             </property>
528                             <property stdset="1">
529                                 <name>spacing</name>
530                                 <number>6</number>
531                             </property>
532                             <widget>
533                                 <class>QLabel</class>
534                                 <property stdset="1">
535                                     <name>name</name>
536                                     <cstring>TextLabel2</cstring>
537                                 </property>
538                                 <property stdset="1">
539                                     <name>text</name>
540                                     <string>Lon&amp;gest label</string>
541                                 </property>
542                                 <property>
543                                     <name>buddy</name>
544                                     <cstring>labelWidth</cstring>
545                                 </property>
546                             </widget>
547                             <widget>
548                                 <class>QLineEdit</class>
549                                 <property stdset="1">
550                                     <name>name</name>
551                                     <cstring>labelWidth</cstring>
552                                 </property>
553                             </widget>
554                         </hbox>
555                     </widget>
556                     <widget row="0"  column="0" >
557                         <class>QGroupBox</class>
558                         <property stdset="1">
559                             <name>name</name>
560                             <cstring>linesGB</cstring>
561                         </property>
562                         <property stdset="1">
563                             <name>title</name>
564                             <string>L&amp;ines</string>
565                         </property>
566                         <vbox>
567                             <property stdset="1">
568                                 <name>margin</name>
569                                 <number>11</number>
570                             </property>
571                             <property stdset="1">
572                                 <name>spacing</name>
573                                 <number>6</number>
574                             </property>
575                             <widget>
576                                 <class>QCheckBox</class>
577                                 <property stdset="1">
578                                     <name>name</name>
579                                     <cstring>lineAbove</cstring>
580                                 </property>
581                                 <property stdset="1">
582                                     <name>text</name>
583                                     <string>A&amp;bove</string>
584                                 </property>
585                             </widget>
586                             <widget>
587                                 <class>QCheckBox</class>
588                                 <property stdset="1">
589                                     <name>name</name>
590                                     <cstring>lineBelow</cstring>
591                                 </property>
592                                 <property stdset="1">
593                                     <name>text</name>
594                                     <string>B&amp;elow</string>
595                                 </property>
596                             </widget>
597                         </vbox>
598                     </widget>
599                     <widget row="0"  column="1" >
600                         <class>QGroupBox</class>
601                         <property stdset="1">
602                             <name>name</name>
603                             <cstring>pagebreakGB</cstring>
604                         </property>
605                         <property stdset="1">
606                             <name>title</name>
607                             <string>&amp;Page breaks</string>
608                         </property>
609                         <vbox>
610                             <property stdset="1">
611                                 <name>margin</name>
612                                 <number>11</number>
613                             </property>
614                             <property stdset="1">
615                                 <name>spacing</name>
616                                 <number>6</number>
617                             </property>
618                             <widget>
619                                 <class>QCheckBox</class>
620                                 <property stdset="1">
621                                     <name>name</name>
622                                     <cstring>pagebreakAbove</cstring>
623                                 </property>
624                                 <property stdset="1">
625                                     <name>text</name>
626                                     <string>Abo&amp;ve</string>
627                                 </property>
628                             </widget>
629                             <widget>
630                                 <class>QCheckBox</class>
631                                 <property stdset="1">
632                                     <name>name</name>
633                                     <cstring>pagebreakBelow</cstring>
634                                 </property>
635                                 <property stdset="1">
636                                     <name>text</name>
637                                     <string>Belo&amp;w</string>
638                                 </property>
639                             </widget>
640                         </vbox>
641                     </widget>
642                 </grid>
643             </widget>
644         </widget>
645         <widget>
646             <class>QLayoutWidget</class>
647             <property stdset="1">
648                 <name>name</name>
649                 <cstring>Layout1</cstring>
650             </property>
651             <hbox>
652                 <property stdset="1">
653                     <name>margin</name>
654                     <number>0</number>
655                 </property>
656                 <property stdset="1">
657                     <name>spacing</name>
658                     <number>6</number>
659                 </property>
660                 <widget>
661                     <class>QPushButton</class>
662                     <property stdset="1">
663                         <name>name</name>
664                         <cstring>restorePB</cstring>
665                     </property>
666                     <property stdset="1">
667                         <name>text</name>
668                         <string>&amp;Restore</string>
669                     </property>
670                 </widget>
671                 <spacer>
672                     <property>
673                         <name>name</name>
674                         <cstring>Spacer1</cstring>
675                     </property>
676                     <property stdset="1">
677                         <name>orientation</name>
678                         <enum>Horizontal</enum>
679                     </property>
680                     <property stdset="1">
681                         <name>sizeType</name>
682                         <enum>Expanding</enum>
683                     </property>
684                     <property>
685                         <name>sizeHint</name>
686                         <size>
687                             <width>20</width>
688                             <height>20</height>
689                         </size>
690                     </property>
691                 </spacer>
692                 <widget>
693                     <class>QPushButton</class>
694                     <property stdset="1">
695                         <name>name</name>
696                         <cstring>okPB</cstring>
697                     </property>
698                     <property stdset="1">
699                         <name>text</name>
700                         <string>&amp;OK</string>
701                     </property>
702                 </widget>
703                 <widget>
704                     <class>QPushButton</class>
705                     <property stdset="1">
706                         <name>name</name>
707                         <cstring>applyPB</cstring>
708                     </property>
709                     <property stdset="1">
710                         <name>text</name>
711                         <string>&amp;Apply</string>
712                     </property>
713                 </widget>
714                 <widget>
715                     <class>QPushButton</class>
716                     <property stdset="1">
717                         <name>name</name>
718                         <cstring>closePB</cstring>
719                     </property>
720                     <property stdset="1">
721                         <name>text</name>
722                         <string>&amp;Close</string>
723                     </property>
724                 </widget>
725             </hbox>
726         </widget>
727     </vbox>
728 </widget>
729 <connections>
730     <connection>
731         <sender>align</sender>
732         <signal>activated(int)</signal>
733         <receiver>QParagraphDialogBase</receiver>
734         <slot>change_adaptor()</slot>
735     </connection>
736     <connection>
737         <sender>linespacing</sender>
738         <signal>activated(int)</signal>
739         <receiver>QParagraphDialogBase</receiver>
740         <slot>change_adaptor()</slot>
741     </connection>
742     <connection>
743         <sender>linespacing</sender>
744         <signal>activated(int)</signal>
745         <receiver>QParagraphDialogBase</receiver>
746         <slot>enableLinespacingValue(int)</slot>
747     </connection>
748     <connection>
749         <sender>linespacingValue</sender>
750         <signal>textChanged(const QString&amp;)</signal>
751         <receiver>QParagraphDialogBase</receiver>
752         <slot>change_adaptor()</slot>
753     </connection>
754     <connection>
755         <sender>noindent</sender>
756         <signal>toggled(bool)</signal>
757         <receiver>QParagraphDialogBase</receiver>
758         <slot>change_adaptor()</slot>
759     </connection>
760     <connection>
761         <sender>spacingAbove</sender>
762         <signal>activated(int)</signal>
763         <receiver>QParagraphDialogBase</receiver>
764         <slot>change_adaptor()</slot>
765     </connection>
766     <connection>
767         <sender>spacingAbove</sender>
768         <signal>activated(int)</signal>
769         <receiver>QParagraphDialogBase</receiver>
770         <slot>enableAbove(int)</slot>
771     </connection>
772     <connection>
773         <sender>valueAbove</sender>
774         <signal>textChanged(const QString&amp;)</signal>
775         <receiver>QParagraphDialogBase</receiver>
776         <slot>change_adaptor()</slot>
777     </connection>
778     <connection>
779         <sender>unitAbove</sender>
780         <signal>activated(int)</signal>
781         <receiver>QParagraphDialogBase</receiver>
782         <slot>change_adaptor()</slot>
783     </connection>
784     <connection>
785         <sender>keepAbove</sender>
786         <signal>toggled(bool)</signal>
787         <receiver>QParagraphDialogBase</receiver>
788         <slot>change_adaptor()</slot>
789     </connection>
790     <connection>
791         <sender>spacingBelow</sender>
792         <signal>activated(int)</signal>
793         <receiver>QParagraphDialogBase</receiver>
794         <slot>enableBelow(int)</slot>
795     </connection>
796     <connection>
797         <sender>spacingBelow</sender>
798         <signal>activated(int)</signal>
799         <receiver>QParagraphDialogBase</receiver>
800         <slot>change_adaptor()</slot>
801     </connection>
802     <connection>
803         <sender>valueBelow</sender>
804         <signal>textChanged(const QString&amp;)</signal>
805         <receiver>QParagraphDialogBase</receiver>
806         <slot>change_adaptor()</slot>
807     </connection>
808     <connection>
809         <sender>valueBelow</sender>
810         <signal>textChanged(const QString&amp;)</signal>
811         <receiver>QParagraphDialogBase</receiver>
812         <slot>change_adaptor()</slot>
813     </connection>
814     <connection>
815         <sender>unitBelow</sender>
816         <signal>activated(int)</signal>
817         <receiver>QParagraphDialogBase</receiver>
818         <slot>change_adaptor()</slot>
819     </connection>
820     <connection>
821         <sender>keepBelow</sender>
822         <signal>toggled(bool)</signal>
823         <receiver>QParagraphDialogBase</receiver>
824         <slot>change_adaptor()</slot>
825     </connection>
826     <connection>
827         <sender>lineAbove</sender>
828         <signal>toggled(bool)</signal>
829         <receiver>QParagraphDialogBase</receiver>
830         <slot>change_adaptor()</slot>
831     </connection>
832     <connection>
833         <sender>lineBelow</sender>
834         <signal>toggled(bool)</signal>
835         <receiver>QParagraphDialogBase</receiver>
836         <slot>change_adaptor()</slot>
837     </connection>
838     <connection>
839         <sender>pagebreakAbove</sender>
840         <signal>toggled(bool)</signal>
841         <receiver>QParagraphDialogBase</receiver>
842         <slot>change_adaptor()</slot>
843     </connection>
844     <connection>
845         <sender>pagebreakBelow</sender>
846         <signal>toggled(bool)</signal>
847         <receiver>QParagraphDialogBase</receiver>
848         <slot>change_adaptor()</slot>
849     </connection>
850     <connection>
851         <sender>labelWidth</sender>
852         <signal>textChanged(const QString&amp;)</signal>
853         <receiver>QParagraphDialogBase</receiver>
854         <slot>change_adaptor()</slot>
855     </connection>
856     <slot access="protected">change_adaptor()</slot>
857     <slot access="protected">enableLinespacingValue(int)</slot>
858     <slot access="protected">enableAbove(int)</slot>
859     <slot access="protected">enableBelow(int)</slot>
860 </connections>
861 <tabstops>
862     <tabstop>paragraphTab</tabstop>
863     <tabstop>align</tabstop>
864     <tabstop>linespacing</tabstop>
865     <tabstop>linespacingValue</tabstop>
866     <tabstop>noindent</tabstop>
867     <tabstop>spacingAbove</tabstop>
868     <tabstop>valueAbove</tabstop>
869     <tabstop>unitAbove</tabstop>
870     <tabstop>keepAbove</tabstop>
871     <tabstop>spacingBelow</tabstop>
872     <tabstop>valueBelow</tabstop>
873     <tabstop>unitBelow</tabstop>
874     <tabstop>keepBelow</tabstop>
875     <tabstop>lineAbove</tabstop>
876     <tabstop>lineBelow</tabstop>
877     <tabstop>pagebreakAbove</tabstop>
878     <tabstop>pagebreakBelow</tabstop>
879     <tabstop>labelWidth</tabstop>
880     <tabstop>restorePB</tabstop>
881     <tabstop>okPB</tabstop>
882     <tabstop>applyPB</tabstop>
883     <tabstop>closePB</tabstop>
884 </tabstops>
885 </UI>