]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgtext.ui
Initial import
[architektonas] / src / forms / dlgtext.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgText</class>
4  <widget class="QDialog" name="DlgText">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>619</width>
10     <height>429</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Text</string>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout">
20    <item>
21     <layout class="QHBoxLayout">
22      <item>
23       <layout class="QVBoxLayout">
24        <item>
25         <widget class="QGroupBox" name="bgFont">
26          <property name="sizePolicy">
27           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
28            <horstretch>0</horstretch>
29            <verstretch>0</verstretch>
30           </sizepolicy>
31          </property>
32          <property name="title">
33           <string>Font</string>
34          </property>
35          <layout class="QGridLayout">
36           <property name="spacing">
37            <number>2</number>
38           </property>
39           <item row="1" column="1">
40            <widget class="QLineEdit" name="leHeight">
41             <property name="sizePolicy">
42              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
43               <horstretch>0</horstretch>
44               <verstretch>0</verstretch>
45              </sizepolicy>
46             </property>
47            </widget>
48           </item>
49           <item row="1" column="0">
50            <widget class="QLabel" name="lHeight">
51             <property name="text">
52              <string>&amp;Height:</string>
53             </property>
54             <property name="wordWrap">
55              <bool>false</bool>
56             </property>
57             <property name="buddy">
58              <cstring>leHeight</cstring>
59             </property>
60            </widget>
61           </item>
62           <item row="5" column="1">
63            <spacer name="spacer2_2">
64             <property name="orientation">
65              <enum>Qt::Vertical</enum>
66             </property>
67             <property name="sizeType">
68              <enum>QSizePolicy::Expanding</enum>
69             </property>
70             <property name="sizeHint" stdset="0">
71              <size>
72               <width>20</width>
73               <height>16</height>
74              </size>
75             </property>
76            </spacer>
77           </item>
78           <item row="0" column="0" colspan="2">
79            <widget class="QG_FontBox" name="cbFont" native="true">
80             <property name="sizePolicy">
81              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
82               <horstretch>0</horstretch>
83               <verstretch>0</verstretch>
84              </sizepolicy>
85             </property>
86            </widget>
87           </item>
88           <item row="5" column="0">
89            <spacer name="spacer2">
90             <property name="orientation">
91              <enum>Qt::Vertical</enum>
92             </property>
93             <property name="sizeType">
94              <enum>QSizePolicy::Expanding</enum>
95             </property>
96             <property name="sizeHint" stdset="0">
97              <size>
98               <width>20</width>
99               <height>16</height>
100              </size>
101             </property>
102            </spacer>
103           </item>
104           <item row="3" column="0">
105            <widget class="QLabel" name="lLineSpacingFactor">
106             <property name="text">
107              <string>Line &amp;spacing:</string>
108             </property>
109             <property name="wordWrap">
110              <bool>false</bool>
111             </property>
112             <property name="buddy">
113              <cstring>leLineSpacingFactor</cstring>
114             </property>
115            </widget>
116           </item>
117           <item row="3" column="1">
118            <widget class="QLineEdit" name="leLineSpacingFactor">
119             <property name="sizePolicy">
120              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
121               <horstretch>0</horstretch>
122               <verstretch>0</verstretch>
123              </sizepolicy>
124             </property>
125            </widget>
126           </item>
127           <item row="2" column="0" colspan="2">
128            <widget class="QCheckBox" name="cbDefault">
129             <property name="sizePolicy">
130              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
131               <horstretch>0</horstretch>
132               <verstretch>0</verstretch>
133              </sizepolicy>
134             </property>
135             <property name="text">
136              <string>&amp;Default line spacing</string>
137             </property>
138             <property name="shortcut">
139              <string>Alt+D</string>
140             </property>
141            </widget>
142           </item>
143          </layout>
144         </widget>
145        </item>
146        <item>
147         <layout class="QHBoxLayout">
148          <item>
149           <widget class="QGroupBox" name="bgAlignment">
150            <property name="sizePolicy">
151             <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
152              <horstretch>0</horstretch>
153              <verstretch>0</verstretch>
154             </sizepolicy>
155            </property>
156            <property name="title">
157             <string>Alignment</string>
158            </property>
159            <layout class="QGridLayout">
160             <item row="0" column="2">
161              <widget class="QToolButton" name="bTR">
162               <property name="sizePolicy">
163                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
164                 <horstretch>0</horstretch>
165                 <verstretch>0</verstretch>
166                </sizepolicy>
167               </property>
168               <property name="minimumSize">
169                <size>
170                 <width>25</width>
171                 <height>25</height>
172                </size>
173               </property>
174               <property name="toolTip">
175                <string>Top Right</string>
176               </property>
177               <property name="text">
178                <string/>
179               </property>
180               <property name="icon">
181                <iconset resource="res/architektonas.qrc">
182                 <normaloff>:/res/qg_align_tr.xpm</normaloff>:/res/qg_align_tr.xpm</iconset>
183               </property>
184               <property name="checkable">
185                <bool>true</bool>
186               </property>
187              </widget>
188             </item>
189             <item row="0" column="0">
190              <widget class="QToolButton" name="bTL">
191               <property name="sizePolicy">
192                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
193                 <horstretch>0</horstretch>
194                 <verstretch>0</verstretch>
195                </sizepolicy>
196               </property>
197               <property name="minimumSize">
198                <size>
199                 <width>25</width>
200                 <height>25</height>
201                </size>
202               </property>
203               <property name="toolTip">
204                <string>Top Left</string>
205               </property>
206               <property name="text">
207                <string/>
208               </property>
209               <property name="icon">
210                <iconset resource="res/architektonas.qrc">
211                 <normaloff>:/res/qg_align_tl.xpm</normaloff>:/res/qg_align_tl.xpm</iconset>
212               </property>
213               <property name="checkable">
214                <bool>true</bool>
215               </property>
216              </widget>
217             </item>
218             <item row="1" column="0">
219              <widget class="QToolButton" name="bML">
220               <property name="sizePolicy">
221                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
222                 <horstretch>0</horstretch>
223                 <verstretch>0</verstretch>
224                </sizepolicy>
225               </property>
226               <property name="minimumSize">
227                <size>
228                 <width>25</width>
229                 <height>25</height>
230                </size>
231               </property>
232               <property name="toolTip">
233                <string>Middle Left</string>
234               </property>
235               <property name="text">
236                <string/>
237               </property>
238               <property name="icon">
239                <iconset resource="res/architektonas.qrc">
240                 <normaloff>:/res/qg_align_ml.xpm</normaloff>:/res/qg_align_ml.xpm</iconset>
241               </property>
242               <property name="checkable">
243                <bool>true</bool>
244               </property>
245              </widget>
246             </item>
247             <item row="1" column="1">
248              <widget class="QToolButton" name="bMC">
249               <property name="sizePolicy">
250                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
251                 <horstretch>0</horstretch>
252                 <verstretch>0</verstretch>
253                </sizepolicy>
254               </property>
255               <property name="minimumSize">
256                <size>
257                 <width>25</width>
258                 <height>25</height>
259                </size>
260               </property>
261               <property name="toolTip">
262                <string>Middle Center</string>
263               </property>
264               <property name="text">
265                <string/>
266               </property>
267               <property name="icon">
268                <iconset resource="res/architektonas.qrc">
269                 <normaloff>:/res/qg_align_mc.xpm</normaloff>:/res/qg_align_mc.xpm</iconset>
270               </property>
271               <property name="checkable">
272                <bool>true</bool>
273               </property>
274              </widget>
275             </item>
276             <item row="1" column="2">
277              <widget class="QToolButton" name="bMR">
278               <property name="sizePolicy">
279                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
280                 <horstretch>0</horstretch>
281                 <verstretch>0</verstretch>
282                </sizepolicy>
283               </property>
284               <property name="minimumSize">
285                <size>
286                 <width>25</width>
287                 <height>25</height>
288                </size>
289               </property>
290               <property name="toolTip">
291                <string>Middle Right</string>
292               </property>
293               <property name="text">
294                <string/>
295               </property>
296               <property name="icon">
297                <iconset resource="res/architektonas.qrc">
298                 <normaloff>:/res/qg_align_mr.xpm</normaloff>:/res/qg_align_mr.xpm</iconset>
299               </property>
300               <property name="checkable">
301                <bool>true</bool>
302               </property>
303              </widget>
304             </item>
305             <item row="2" column="0">
306              <widget class="QToolButton" name="bBL">
307               <property name="sizePolicy">
308                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
309                 <horstretch>0</horstretch>
310                 <verstretch>0</verstretch>
311                </sizepolicy>
312               </property>
313               <property name="minimumSize">
314                <size>
315                 <width>25</width>
316                 <height>25</height>
317                </size>
318               </property>
319               <property name="toolTip">
320                <string>Bottom Left</string>
321               </property>
322               <property name="text">
323                <string/>
324               </property>
325               <property name="icon">
326                <iconset resource="res/architektonas.qrc">
327                 <normaloff>:/res/qg_align_bl.xpm</normaloff>:/res/qg_align_bl.xpm</iconset>
328               </property>
329               <property name="checkable">
330                <bool>true</bool>
331               </property>
332              </widget>
333             </item>
334             <item row="2" column="2">
335              <widget class="QToolButton" name="bBR">
336               <property name="sizePolicy">
337                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
338                 <horstretch>0</horstretch>
339                 <verstretch>0</verstretch>
340                </sizepolicy>
341               </property>
342               <property name="minimumSize">
343                <size>
344                 <width>25</width>
345                 <height>25</height>
346                </size>
347               </property>
348               <property name="toolTip">
349                <string>Bottom Right</string>
350               </property>
351               <property name="text">
352                <string/>
353               </property>
354               <property name="icon">
355                <iconset resource="res/architektonas.qrc">
356                 <normaloff>:/res/qg_align_br.xpm</normaloff>:/res/qg_align_br.xpm</iconset>
357               </property>
358               <property name="checkable">
359                <bool>true</bool>
360               </property>
361              </widget>
362             </item>
363             <item row="2" column="1">
364              <widget class="QToolButton" name="bBC">
365               <property name="sizePolicy">
366                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
367                 <horstretch>0</horstretch>
368                 <verstretch>0</verstretch>
369                </sizepolicy>
370               </property>
371               <property name="minimumSize">
372                <size>
373                 <width>25</width>
374                 <height>25</height>
375                </size>
376               </property>
377               <property name="toolTip">
378                <string>Bottom Center</string>
379               </property>
380               <property name="text">
381                <string/>
382               </property>
383               <property name="icon">
384                <iconset resource="res/architektonas.qrc">
385                 <normaloff>:/res/qg_align_bc.xpm</normaloff>:/res/qg_align_bc.xpm</iconset>
386               </property>
387               <property name="checkable">
388                <bool>true</bool>
389               </property>
390              </widget>
391             </item>
392             <item row="0" column="1">
393              <widget class="QToolButton" name="bTC">
394               <property name="sizePolicy">
395                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
396                 <horstretch>0</horstretch>
397                 <verstretch>0</verstretch>
398                </sizepolicy>
399               </property>
400               <property name="minimumSize">
401                <size>
402                 <width>25</width>
403                 <height>25</height>
404                </size>
405               </property>
406               <property name="toolTip">
407                <string>Top Center</string>
408               </property>
409               <property name="text">
410                <string/>
411               </property>
412               <property name="icon">
413                <iconset resource="res/architektonas.qrc">
414                 <normaloff>:/res/qg_align_tc.xpm</normaloff>:/res/qg_align_tc.xpm</iconset>
415               </property>
416               <property name="checkable">
417                <bool>true</bool>
418               </property>
419              </widget>
420             </item>
421            </layout>
422           </widget>
423          </item>
424          <item>
425           <widget class="QGroupBox" name="bgShape">
426            <property name="sizePolicy">
427             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
428              <horstretch>0</horstretch>
429              <verstretch>0</verstretch>
430             </sizepolicy>
431            </property>
432            <property name="minimumSize">
433             <size>
434              <width>80</width>
435              <height>0</height>
436             </size>
437            </property>
438            <property name="title">
439             <string>Angle</string>
440            </property>
441            <layout class="QVBoxLayout">
442             <item>
443              <widget class="QLineEdit" name="leAngle">
444               <property name="sizePolicy">
445                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
446                 <horstretch>0</horstretch>
447                 <verstretch>0</verstretch>
448                </sizepolicy>
449               </property>
450              </widget>
451             </item>
452             <item>
453              <spacer name="spacer13">
454               <property name="orientation">
455                <enum>Qt::Vertical</enum>
456               </property>
457               <property name="sizeType">
458                <enum>QSizePolicy::Expanding</enum>
459               </property>
460               <property name="sizeHint" stdset="0">
461                <size>
462                 <width>20</width>
463                 <height>20</height>
464                </size>
465               </property>
466              </spacer>
467             </item>
468            </layout>
469           </widget>
470          </item>
471         </layout>
472        </item>
473       </layout>
474      </item>
475      <item>
476       <layout class="QVBoxLayout">
477        <item>
478         <layout class="QHBoxLayout">
479          <item>
480           <widget class="QLabel" name="lText">
481            <property name="text">
482             <string>Text:</string>
483            </property>
484            <property name="wordWrap">
485             <bool>false</bool>
486            </property>
487           </widget>
488          </item>
489          <item>
490           <spacer name="spacer4">
491            <property name="orientation">
492             <enum>Qt::Horizontal</enum>
493            </property>
494            <property name="sizeType">
495             <enum>QSizePolicy::Expanding</enum>
496            </property>
497            <property name="sizeHint" stdset="0">
498             <size>
499              <width>110</width>
500              <height>20</height>
501             </size>
502            </property>
503           </spacer>
504          </item>
505          <item>
506           <widget class="QToolButton" name="bClear">
507            <property name="toolTip">
508             <string>Clear Text</string>
509            </property>
510            <property name="text">
511             <string/>
512            </property>
513            <property name="icon">
514             <iconset resource="res/architektonas.qrc">
515              <normaloff>:/res/filenew.png</normaloff>:/res/filenew.png</iconset>
516            </property>
517           </widget>
518          </item>
519          <item>
520           <widget class="QToolButton" name="bLoad">
521            <property name="toolTip">
522             <string>Load Text From File</string>
523            </property>
524            <property name="text">
525             <string/>
526            </property>
527            <property name="icon">
528             <iconset resource="res/architektonas.qrc">
529              <normaloff>:/res/fileopen2.png</normaloff>:/res/fileopen2.png</iconset>
530            </property>
531           </widget>
532          </item>
533          <item>
534           <widget class="QToolButton" name="bSave">
535            <property name="toolTip">
536             <string>Save Text To File</string>
537            </property>
538            <property name="text">
539             <string/>
540            </property>
541            <property name="icon">
542             <iconset resource="res/architektonas.qrc">
543              <normaloff>:/res/filesave2.png</normaloff>:/res/filesave2.png</iconset>
544            </property>
545           </widget>
546          </item>
547          <item>
548           <widget class="QToolButton" name="bCut">
549            <property name="toolTip">
550             <string>Cut</string>
551            </property>
552            <property name="text">
553             <string/>
554            </property>
555            <property name="icon">
556             <iconset resource="res/architektonas.qrc">
557              <normaloff>:/res/editcut2.png</normaloff>:/res/editcut2.png</iconset>
558            </property>
559           </widget>
560          </item>
561          <item>
562           <widget class="QToolButton" name="bCopy">
563            <property name="toolTip">
564             <string>Copy</string>
565            </property>
566            <property name="text">
567             <string/>
568            </property>
569            <property name="icon">
570             <iconset resource="res/architektonas.qrc">
571              <normaloff>:/res/editcopy2.png</normaloff>:/res/editcopy2.png</iconset>
572            </property>
573           </widget>
574          </item>
575          <item>
576           <widget class="QToolButton" name="bPaste">
577            <property name="toolTip">
578             <string>Paste</string>
579            </property>
580            <property name="text">
581             <string/>
582            </property>
583            <property name="icon">
584             <iconset resource="res/architektonas.qrc">
585              <normaloff>:/res/editpaste2.png</normaloff>:/res/editpaste2.png</iconset>
586            </property>
587           </widget>
588          </item>
589         </layout>
590        </item>
591        <item>
592         <widget class="QPlainTextEdit" name="teText">
593          <property name="linkUnderline" stdset="0">
594           <bool>false</bool>
595          </property>
596         </widget>
597        </item>
598       </layout>
599      </item>
600     </layout>
601    </item>
602    <item>
603     <layout class="QHBoxLayout">
604      <item>
605       <widget class="QGroupBox" name="buttonGroup7">
606        <property name="sizePolicy">
607         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
608          <horstretch>0</horstretch>
609          <verstretch>0</verstretch>
610         </sizepolicy>
611        </property>
612        <property name="minimumSize">
613         <size>
614          <width>148</width>
615          <height>0</height>
616         </size>
617        </property>
618        <property name="title">
619         <string>Insert Symbol</string>
620        </property>
621        <layout class="QVBoxLayout">
622         <item>
623          <widget class="QComboBox" name="cbSymbol">
624           <property name="sizePolicy">
625            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
626             <horstretch>0</horstretch>
627             <verstretch>0</verstretch>
628            </sizepolicy>
629           </property>
630           <item>
631            <property name="text">
632             <string>Diameter (ø)</string>
633            </property>
634           </item>
635           <item>
636            <property name="text">
637             <string>Degree (°)</string>
638            </property>
639           </item>
640           <item>
641            <property name="text">
642             <string>Plus / Minus (±)</string>
643            </property>
644           </item>
645           <item>
646            <property name="text">
647             <string>At (@)</string>
648            </property>
649           </item>
650           <item>
651            <property name="text">
652             <string>Hash (#)</string>
653            </property>
654           </item>
655           <item>
656            <property name="text">
657             <string>Dollar ($)</string>
658            </property>
659           </item>
660           <item>
661            <property name="text">
662             <string>Copyright (©)</string>
663            </property>
664           </item>
665           <item>
666            <property name="text">
667             <string>Registered (®)</string>
668            </property>
669           </item>
670           <item>
671            <property name="text">
672             <string>Paragraph (§)</string>
673            </property>
674           </item>
675           <item>
676            <property name="text">
677             <string>Pi (¶)</string>
678            </property>
679           </item>
680           <item>
681            <property name="text">
682             <string>Pound (£)</string>
683            </property>
684           </item>
685           <item>
686            <property name="text">
687             <string>Yen (Â¥)</string>
688            </property>
689           </item>
690           <item>
691            <property name="text">
692             <string>Times (×)</string>
693            </property>
694           </item>
695           <item>
696            <property name="text">
697             <string>Division (÷)</string>
698            </property>
699           </item>
700          </widget>
701         </item>
702        </layout>
703       </widget>
704      </item>
705      <item>
706       <widget class="QGroupBox" name="buttonGroup5">
707        <property name="title">
708         <string>Insert Unicode</string>
709        </property>
710        <layout class="QGridLayout">
711         <item row="0" column="0">
712          <widget class="QLabel" name="textLabel1">
713           <property name="text">
714            <string>Page:</string>
715           </property>
716           <property name="wordWrap">
717            <bool>false</bool>
718           </property>
719          </widget>
720         </item>
721         <item row="1" column="0">
722          <widget class="QLabel" name="textLabel1_2">
723           <property name="text">
724            <string>Char:</string>
725           </property>
726           <property name="wordWrap">
727            <bool>false</bool>
728           </property>
729          </widget>
730         </item>
731         <item row="0" column="1">
732          <widget class="QComboBox" name="cbUniPage">
733           <property name="sizePolicy">
734            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
735             <horstretch>0</horstretch>
736             <verstretch>0</verstretch>
737            </sizepolicy>
738           </property>
739           <property name="minimumSize">
740            <size>
741             <width>280</width>
742             <height>0</height>
743            </size>
744           </property>
745           <item>
746            <property name="text">
747             <string>[0000-007F] Basic Latin</string>
748            </property>
749           </item>
750           <item>
751            <property name="text">
752             <string>[0080-00FF] Latin-1 Supplementary</string>
753            </property>
754           </item>
755           <item>
756            <property name="text">
757             <string>[0100-017F] Latin Extended-A</string>
758            </property>
759           </item>
760           <item>
761            <property name="text">
762             <string>[0180-024F] Latin Extended-B</string>
763            </property>
764           </item>
765           <item>
766            <property name="text">
767             <string>[0250-02AF] IPA Extensions</string>
768            </property>
769           </item>
770           <item>
771            <property name="text">
772             <string>[02B0-02FF] Spacing Modifier Letters</string>
773            </property>
774           </item>
775           <item>
776            <property name="text">
777             <string>[0300-036F] Combining Diacritical Marks</string>
778            </property>
779           </item>
780           <item>
781            <property name="text">
782             <string>[0370-03FF] Greek and Coptic</string>
783            </property>
784           </item>
785           <item>
786            <property name="text">
787             <string>[0400-04FF] Cyrillic</string>
788            </property>
789           </item>
790           <item>
791            <property name="text">
792             <string>[0500-052F] Cyrillic Supplementary</string>
793            </property>
794           </item>
795           <item>
796            <property name="text">
797             <string>[0530-058F] Armenian</string>
798            </property>
799           </item>
800           <item>
801            <property name="text">
802             <string>[0590-05FF] Hebrew</string>
803            </property>
804           </item>
805           <item>
806            <property name="text">
807             <string>[0600-06FF] Arabic</string>
808            </property>
809           </item>
810           <item>
811            <property name="text">
812             <string>[0700-074F] Syriac</string>
813            </property>
814           </item>
815           <item>
816            <property name="text">
817             <string>[0780-07BF] Thaana</string>
818            </property>
819           </item>
820           <item>
821            <property name="text">
822             <string>[0900-097F] Devanagari</string>
823            </property>
824           </item>
825           <item>
826            <property name="text">
827             <string>[0980-09FF] Bengali</string>
828            </property>
829           </item>
830           <item>
831            <property name="text">
832             <string>[0A00-0A7F] Gurmukhi</string>
833            </property>
834           </item>
835           <item>
836            <property name="text">
837             <string>[0A80-0AFF] Gujarati</string>
838            </property>
839           </item>
840           <item>
841            <property name="text">
842             <string>[0B00-0B7F] Oriya</string>
843            </property>
844           </item>
845           <item>
846            <property name="text">
847             <string>[0B80-0BFF] Tamil</string>
848            </property>
849           </item>
850           <item>
851            <property name="text">
852             <string>[0C00-0C7F] Telugu</string>
853            </property>
854           </item>
855           <item>
856            <property name="text">
857             <string>[0C80-0CFF] Kannada</string>
858            </property>
859           </item>
860           <item>
861            <property name="text">
862             <string>[0D00-0D7F] Malayalam</string>
863            </property>
864           </item>
865           <item>
866            <property name="text">
867             <string>[0D80-0DFF] Sinhala</string>
868            </property>
869           </item>
870           <item>
871            <property name="text">
872             <string>[0E00-0E7F] Thai</string>
873            </property>
874           </item>
875           <item>
876            <property name="text">
877             <string>[0E80-0EFF] Lao</string>
878            </property>
879           </item>
880           <item>
881            <property name="text">
882             <string>[0F00-0FFF] Tibetan</string>
883            </property>
884           </item>
885           <item>
886            <property name="text">
887             <string>[1000-109F] Myanmar</string>
888            </property>
889           </item>
890           <item>
891            <property name="text">
892             <string>[10A0-10FF] Georgian</string>
893            </property>
894           </item>
895           <item>
896            <property name="text">
897             <string>[1100-11FF] Hangul Jamo</string>
898            </property>
899           </item>
900           <item>
901            <property name="text">
902             <string>[1200-137F] Ethiopic</string>
903            </property>
904           </item>
905           <item>
906            <property name="text">
907             <string>[13A0-13FF] Cherokee</string>
908            </property>
909           </item>
910           <item>
911            <property name="text">
912             <string>[1400-167F] Unified Canadian Aboriginal Syllabic</string>
913            </property>
914           </item>
915           <item>
916            <property name="text">
917             <string>[1680-169F] Ogham</string>
918            </property>
919           </item>
920           <item>
921            <property name="text">
922             <string>[16A0-16FF] Runic</string>
923            </property>
924           </item>
925           <item>
926            <property name="text">
927             <string>[1700-171F] Tagalog</string>
928            </property>
929           </item>
930           <item>
931            <property name="text">
932             <string>[1720-173F] Hanunoo</string>
933            </property>
934           </item>
935           <item>
936            <property name="text">
937             <string>[1740-175F] Buhid</string>
938            </property>
939           </item>
940           <item>
941            <property name="text">
942             <string>[1760-177F] Tagbanwa</string>
943            </property>
944           </item>
945           <item>
946            <property name="text">
947             <string>[1780-17FF] Khmer</string>
948            </property>
949           </item>
950           <item>
951            <property name="text">
952             <string>[1800-18AF] Mongolian</string>
953            </property>
954           </item>
955           <item>
956            <property name="text">
957             <string>[1E00-1EFF] Latin Extended Additional</string>
958            </property>
959           </item>
960           <item>
961            <property name="text">
962             <string>[1F00-1FFF] Greek Extended</string>
963            </property>
964           </item>
965           <item>
966            <property name="text">
967             <string>[2000-206F] General Punctuation</string>
968            </property>
969           </item>
970           <item>
971            <property name="text">
972             <string>[2070-209F] Superscripts and Subscripts</string>
973            </property>
974           </item>
975           <item>
976            <property name="text">
977             <string>[20A0-20CF] Currency Symbols</string>
978            </property>
979           </item>
980           <item>
981            <property name="text">
982             <string>[20D0-20FF] Combining Marks for Symbols</string>
983            </property>
984           </item>
985           <item>
986            <property name="text">
987             <string>[2100-214F] Letterlike Symbols</string>
988            </property>
989           </item>
990           <item>
991            <property name="text">
992             <string>[2150-218F] Number Forms</string>
993            </property>
994           </item>
995           <item>
996            <property name="text">
997             <string>[2190-21FF] Arrows</string>
998            </property>
999           </item>
1000           <item>
1001            <property name="text">
1002             <string>[2200-22FF] Mathematical Operators</string>
1003            </property>
1004           </item>
1005           <item>
1006            <property name="text">
1007             <string>[2300-23FF] Miscellaneous Technical</string>
1008            </property>
1009           </item>
1010           <item>
1011            <property name="text">
1012             <string>[2400-243F] Control Pictures</string>
1013            </property>
1014           </item>
1015           <item>
1016            <property name="text">
1017             <string>[2440-245F] Optical Character Recognition</string>
1018            </property>
1019           </item>
1020           <item>
1021            <property name="text">
1022             <string>[2460-24FF] Enclosed Alphanumerics</string>
1023            </property>
1024           </item>
1025           <item>
1026            <property name="text">
1027             <string>[2500-257F] Box Drawing</string>
1028            </property>
1029           </item>
1030           <item>
1031            <property name="text">
1032             <string>[2580-259F] Block Elements</string>
1033            </property>
1034           </item>
1035           <item>
1036            <property name="text">
1037             <string>[25A0-25FF] Geometric Shapes</string>
1038            </property>
1039           </item>
1040           <item>
1041            <property name="text">
1042             <string>[2600-26FF] Miscellaneous Symbols</string>
1043            </property>
1044           </item>
1045           <item>
1046            <property name="text">
1047             <string>[2700-27BF] Dingbats</string>
1048            </property>
1049           </item>
1050           <item>
1051            <property name="text">
1052             <string>[27C0-27EF] Miscellaneous Mathematical Symbols-A</string>
1053            </property>
1054           </item>
1055           <item>
1056            <property name="text">
1057             <string>[27F0-27FF] Supplemental Arrows-A</string>
1058            </property>
1059           </item>
1060           <item>
1061            <property name="text">
1062             <string>[2800-28FF] Braille Patterns</string>
1063            </property>
1064           </item>
1065           <item>
1066            <property name="text">
1067             <string>[2900-297F] Supplemental Arrows-B</string>
1068            </property>
1069           </item>
1070           <item>
1071            <property name="text">
1072             <string>[2980-29FF] Miscellaneous Mathematical Symbols-B</string>
1073            </property>
1074           </item>
1075           <item>
1076            <property name="text">
1077             <string>[2A00-2AFF] Supplemental Mathematical Operators</string>
1078            </property>
1079           </item>
1080           <item>
1081            <property name="text">
1082             <string>[2E80-2EFF] CJK Radicals Supplement</string>
1083            </property>
1084           </item>
1085           <item>
1086            <property name="text">
1087             <string>[2F00-2FDF] Kangxi Radicals</string>
1088            </property>
1089           </item>
1090           <item>
1091            <property name="text">
1092             <string>[2FF0-2FFF] Ideographic Description Characters</string>
1093            </property>
1094           </item>
1095           <item>
1096            <property name="text">
1097             <string>[3000-303F] CJK Symbols and Punctuation</string>
1098            </property>
1099           </item>
1100           <item>
1101            <property name="text">
1102             <string>[3040-309F] Hiragana</string>
1103            </property>
1104           </item>
1105           <item>
1106            <property name="text">
1107             <string>[30A0-30FF] Katakana</string>
1108            </property>
1109           </item>
1110           <item>
1111            <property name="text">
1112             <string>[3100-312F] Bopomofo</string>
1113            </property>
1114           </item>
1115           <item>
1116            <property name="text">
1117             <string>[3130-318F] Hangul Compatibility Jamo</string>
1118            </property>
1119           </item>
1120           <item>
1121            <property name="text">
1122             <string>[3190-319F] Kanbun</string>
1123            </property>
1124           </item>
1125           <item>
1126            <property name="text">
1127             <string>[31A0-31BF] Bopomofo Extended</string>
1128            </property>
1129           </item>
1130           <item>
1131            <property name="text">
1132             <string>[3200-32FF] Enclosed CJK Letters and Months</string>
1133            </property>
1134           </item>
1135           <item>
1136            <property name="text">
1137             <string>[3300-33FF] CJK Compatibility</string>
1138            </property>
1139           </item>
1140           <item>
1141            <property name="text">
1142             <string>[3400-4DBF] CJK Unified Ideographs Extension A</string>
1143            </property>
1144           </item>
1145           <item>
1146            <property name="text">
1147             <string>[4E00-9FAF] CJK Unified Ideographs</string>
1148            </property>
1149           </item>
1150           <item>
1151            <property name="text">
1152             <string>[A000-A48F] Yi Syllables</string>
1153            </property>
1154           </item>
1155           <item>
1156            <property name="text">
1157             <string>[A490-A4CF] Yi Radicals</string>
1158            </property>
1159           </item>
1160           <item>
1161            <property name="text">
1162             <string>[AC00-D7AF] Hangul Syllables</string>
1163            </property>
1164           </item>
1165           <item>
1166            <property name="text">
1167             <string>[D800-DBFF] High Surrogates</string>
1168            </property>
1169           </item>
1170           <item>
1171            <property name="text">
1172             <string>[DC00-DFFF] Low Surrogate Area</string>
1173            </property>
1174           </item>
1175           <item>
1176            <property name="text">
1177             <string>[E000-F8FF] Private Use Area</string>
1178            </property>
1179           </item>
1180           <item>
1181            <property name="text">
1182             <string>[F900-FAFF] CJK Compatibility Ideographs</string>
1183            </property>
1184           </item>
1185           <item>
1186            <property name="text">
1187             <string>[FB00-FB4F] Alphabetic Presentation Forms</string>
1188            </property>
1189           </item>
1190           <item>
1191            <property name="text">
1192             <string>[FB50-FDFF] Arabic Presentation Forms-A</string>
1193            </property>
1194           </item>
1195           <item>
1196            <property name="text">
1197             <string>[FE00-FE0F] Variation Selectors</string>
1198            </property>
1199           </item>
1200           <item>
1201            <property name="text">
1202             <string>[FE20-FE2F] Combining Half Marks</string>
1203            </property>
1204           </item>
1205           <item>
1206            <property name="text">
1207             <string>[FE30-FE4F] CJK Compatibility Forms</string>
1208            </property>
1209           </item>
1210           <item>
1211            <property name="text">
1212             <string>[FE50-FE6F] Small Form Variants</string>
1213            </property>
1214           </item>
1215           <item>
1216            <property name="text">
1217             <string>[FE70-FEFF] Arabic Presentation Forms-B</string>
1218            </property>
1219           </item>
1220           <item>
1221            <property name="text">
1222             <string>[FF00-FFEF] Halfwidth and Fullwidth Forms</string>
1223            </property>
1224           </item>
1225           <item>
1226            <property name="text">
1227             <string>[FFF0-FFFF] Specials</string>
1228            </property>
1229           </item>
1230           <item>
1231            <property name="text">
1232             <string>[10300-1032F] Old Italic</string>
1233            </property>
1234           </item>
1235           <item>
1236            <property name="text">
1237             <string>[10330-1034F] Gothic</string>
1238            </property>
1239           </item>
1240           <item>
1241            <property name="text">
1242             <string>[10400-1044F] Deseret</string>
1243            </property>
1244           </item>
1245           <item>
1246            <property name="text">
1247             <string>[1D000-1D0FF] Byzantine Musical Symbols</string>
1248            </property>
1249           </item>
1250           <item>
1251            <property name="text">
1252             <string>[1D100-1D1FF] Musical Symbols</string>
1253            </property>
1254           </item>
1255           <item>
1256            <property name="text">
1257             <string>[1D400-1D7FF] Mathematical Alphanumeric Symbols</string>
1258            </property>
1259           </item>
1260           <item>
1261            <property name="text">
1262             <string>[20000-2A6DF] CJK Unified Ideographs Extension B</string>
1263            </property>
1264           </item>
1265           <item>
1266            <property name="text">
1267             <string>[2F800-2FA1F] CJK Compatibility Ideographs Supplement</string>
1268            </property>
1269           </item>
1270           <item>
1271            <property name="text">
1272             <string>[E0000-E007F] Tags</string>
1273            </property>
1274           </item>
1275           <item>
1276            <property name="text">
1277             <string>[F0000-FFFFD] Supplementary Private Use Area-A</string>
1278            </property>
1279           </item>
1280           <item>
1281            <property name="text">
1282             <string>[100000-10FFFD] Supplementary Private Use Area-B</string>
1283            </property>
1284           </item>
1285          </widget>
1286         </item>
1287         <item row="1" column="1">
1288          <widget class="QComboBox" name="cbUniChar">
1289           <property name="sizePolicy">
1290            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1291             <horstretch>0</horstretch>
1292             <verstretch>0</verstretch>
1293            </sizepolicy>
1294           </property>
1295           <property name="minimumSize">
1296            <size>
1297             <width>92</width>
1298             <height>0</height>
1299            </size>
1300           </property>
1301          </widget>
1302         </item>
1303         <item row="0" column="2">
1304          <widget class="QToolButton" name="bUnicode">
1305           <property name="sizePolicy">
1306            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1307             <horstretch>0</horstretch>
1308             <verstretch>0</verstretch>
1309            </sizepolicy>
1310           </property>
1311           <property name="minimumSize">
1312            <size>
1313             <width>25</width>
1314             <height>25</height>
1315            </size>
1316           </property>
1317           <property name="maximumSize">
1318            <size>
1319             <width>25</width>
1320             <height>25</height>
1321            </size>
1322           </property>
1323           <property name="text">
1324            <string/>
1325           </property>
1326           <property name="icon">
1327            <iconset resource="res/architektonas.qrc">
1328             <normaloff>:/res/blockedit.xpm</normaloff>:/res/blockedit.xpm</iconset>
1329           </property>
1330          </widget>
1331         </item>
1332        </layout>
1333       </widget>
1334      </item>
1335     </layout>
1336    </item>
1337    <item>
1338     <layout class="QHBoxLayout">
1339      <property name="spacing">
1340       <number>6</number>
1341      </property>
1342      <property name="margin">
1343       <number>0</number>
1344      </property>
1345      <item>
1346       <spacer name="Horizontal Spacing2">
1347        <property name="orientation">
1348         <enum>Qt::Horizontal</enum>
1349        </property>
1350        <property name="sizeType">
1351         <enum>QSizePolicy::Expanding</enum>
1352        </property>
1353        <property name="sizeHint" stdset="0">
1354         <size>
1355          <width>20</width>
1356          <height>20</height>
1357         </size>
1358        </property>
1359       </spacer>
1360      </item>
1361      <item>
1362       <widget class="QPushButton" name="buttonOk">
1363        <property name="text">
1364         <string>&amp;OK</string>
1365        </property>
1366        <property name="autoDefault">
1367         <bool>true</bool>
1368        </property>
1369        <property name="default">
1370         <bool>true</bool>
1371        </property>
1372       </widget>
1373      </item>
1374      <item>
1375       <widget class="QPushButton" name="buttonCancel">
1376        <property name="text">
1377         <string>Cancel</string>
1378        </property>
1379        <property name="shortcut">
1380         <string>Esc</string>
1381        </property>
1382        <property name="autoDefault">
1383         <bool>true</bool>
1384        </property>
1385       </widget>
1386      </item>
1387     </layout>
1388    </item>
1389   </layout>
1390  </widget>
1391  <layoutdefault spacing="6" margin="11"/>
1392  <customwidgets>
1393   <customwidget>
1394    <class>QG_FontBox</class>
1395    <extends>QWidget</extends>
1396    <header>qg_fontbox.h</header>
1397   </customwidget>
1398  </customwidgets>
1399  <resources>
1400   <include location="res/architektonas.qrc"/>
1401  </resources>
1402  <connections>
1403   <connection>
1404    <sender>buttonOk</sender>
1405    <signal>clicked()</signal>
1406    <receiver>DlgText</receiver>
1407    <slot>accept()</slot>
1408    <hints>
1409     <hint type="sourcelabel">
1410      <x>20</x>
1411      <y>20</y>
1412     </hint>
1413     <hint type="destinationlabel">
1414      <x>20</x>
1415      <y>20</y>
1416     </hint>
1417    </hints>
1418   </connection>
1419   <connection>
1420    <sender>buttonCancel</sender>
1421    <signal>clicked()</signal>
1422    <receiver>DlgText</receiver>
1423    <slot>reject()</slot>
1424    <hints>
1425     <hint type="sourcelabel">
1426      <x>20</x>
1427      <y>20</y>
1428     </hint>
1429     <hint type="destinationlabel">
1430      <x>20</x>
1431      <y>20</y>
1432     </hint>
1433    </hints>
1434   </connection>
1435   <connection>
1436    <sender>bTL</sender>
1437    <signal>clicked()</signal>
1438    <receiver>DlgText</receiver>
1439    <slot>setAlignmentTL()</slot>
1440    <hints>
1441     <hint type="sourcelabel">
1442      <x>20</x>
1443      <y>20</y>
1444     </hint>
1445     <hint type="destinationlabel">
1446      <x>20</x>
1447      <y>20</y>
1448     </hint>
1449    </hints>
1450   </connection>
1451   <connection>
1452    <sender>bTC</sender>
1453    <signal>clicked()</signal>
1454    <receiver>DlgText</receiver>
1455    <slot>setAlignmentTC()</slot>
1456    <hints>
1457     <hint type="sourcelabel">
1458      <x>20</x>
1459      <y>20</y>
1460     </hint>
1461     <hint type="destinationlabel">
1462      <x>20</x>
1463      <y>20</y>
1464     </hint>
1465    </hints>
1466   </connection>
1467   <connection>
1468    <sender>bTR</sender>
1469    <signal>clicked()</signal>
1470    <receiver>DlgText</receiver>
1471    <slot>setAlignmentTR()</slot>
1472    <hints>
1473     <hint type="sourcelabel">
1474      <x>20</x>
1475      <y>20</y>
1476     </hint>
1477     <hint type="destinationlabel">
1478      <x>20</x>
1479      <y>20</y>
1480     </hint>
1481    </hints>
1482   </connection>
1483   <connection>
1484    <sender>bML</sender>
1485    <signal>clicked()</signal>
1486    <receiver>DlgText</receiver>
1487    <slot>setAlignmentML()</slot>
1488    <hints>
1489     <hint type="sourcelabel">
1490      <x>20</x>
1491      <y>20</y>
1492     </hint>
1493     <hint type="destinationlabel">
1494      <x>20</x>
1495      <y>20</y>
1496     </hint>
1497    </hints>
1498   </connection>
1499   <connection>
1500    <sender>bMC</sender>
1501    <signal>clicked()</signal>
1502    <receiver>DlgText</receiver>
1503    <slot>setAlignmentMC()</slot>
1504    <hints>
1505     <hint type="sourcelabel">
1506      <x>20</x>
1507      <y>20</y>
1508     </hint>
1509     <hint type="destinationlabel">
1510      <x>20</x>
1511      <y>20</y>
1512     </hint>
1513    </hints>
1514   </connection>
1515   <connection>
1516    <sender>bMR</sender>
1517    <signal>clicked()</signal>
1518    <receiver>DlgText</receiver>
1519    <slot>setAlignmentMR()</slot>
1520    <hints>
1521     <hint type="sourcelabel">
1522      <x>20</x>
1523      <y>20</y>
1524     </hint>
1525     <hint type="destinationlabel">
1526      <x>20</x>
1527      <y>20</y>
1528     </hint>
1529    </hints>
1530   </connection>
1531   <connection>
1532    <sender>bBL</sender>
1533    <signal>clicked()</signal>
1534    <receiver>DlgText</receiver>
1535    <slot>setAlignmentBL()</slot>
1536    <hints>
1537     <hint type="sourcelabel">
1538      <x>20</x>
1539      <y>20</y>
1540     </hint>
1541     <hint type="destinationlabel">
1542      <x>20</x>
1543      <y>20</y>
1544     </hint>
1545    </hints>
1546   </connection>
1547   <connection>
1548    <sender>bBC</sender>
1549    <signal>clicked()</signal>
1550    <receiver>DlgText</receiver>
1551    <slot>setAlignmentBC()</slot>
1552    <hints>
1553     <hint type="sourcelabel">
1554      <x>20</x>
1555      <y>20</y>
1556     </hint>
1557     <hint type="destinationlabel">
1558      <x>20</x>
1559      <y>20</y>
1560     </hint>
1561    </hints>
1562   </connection>
1563   <connection>
1564    <sender>bBR</sender>
1565    <signal>clicked()</signal>
1566    <receiver>DlgText</receiver>
1567    <slot>setAlignmentBR()</slot>
1568    <hints>
1569     <hint type="sourcelabel">
1570      <x>20</x>
1571      <y>20</y>
1572     </hint>
1573     <hint type="destinationlabel">
1574      <x>20</x>
1575      <y>20</y>
1576     </hint>
1577    </hints>
1578   </connection>
1579   <connection>
1580    <sender>cbDefault</sender>
1581    <signal>toggled(bool)</signal>
1582    <receiver>leLineSpacingFactor</receiver>
1583    <slot>setDisabled(bool)</slot>
1584    <hints>
1585     <hint type="sourcelabel">
1586      <x>20</x>
1587      <y>20</y>
1588     </hint>
1589     <hint type="destinationlabel">
1590      <x>20</x>
1591      <y>20</y>
1592     </hint>
1593    </hints>
1594   </connection>
1595   <connection>
1596    <sender>cbDefault</sender>
1597    <signal>toggled(bool)</signal>
1598    <receiver>DlgText</receiver>
1599    <slot>defaultChanged(bool)</slot>
1600    <hints>
1601     <hint type="sourcelabel">
1602      <x>20</x>
1603      <y>20</y>
1604     </hint>
1605     <hint type="destinationlabel">
1606      <x>20</x>
1607      <y>20</y>
1608     </hint>
1609    </hints>
1610   </connection>
1611   <connection>
1612    <sender>bClear</sender>
1613    <signal>clicked()</signal>
1614    <receiver>teText</receiver>
1615    <slot>clear()</slot>
1616    <hints>
1617     <hint type="sourcelabel">
1618      <x>20</x>
1619      <y>20</y>
1620     </hint>
1621     <hint type="destinationlabel">
1622      <x>20</x>
1623      <y>20</y>
1624     </hint>
1625    </hints>
1626   </connection>
1627   <connection>
1628    <sender>bCut</sender>
1629    <signal>clicked()</signal>
1630    <receiver>teText</receiver>
1631    <slot>cut()</slot>
1632    <hints>
1633     <hint type="sourcelabel">
1634      <x>20</x>
1635      <y>20</y>
1636     </hint>
1637     <hint type="destinationlabel">
1638      <x>20</x>
1639      <y>20</y>
1640     </hint>
1641    </hints>
1642   </connection>
1643   <connection>
1644    <sender>bCopy</sender>
1645    <signal>clicked()</signal>
1646    <receiver>teText</receiver>
1647    <slot>copy()</slot>
1648    <hints>
1649     <hint type="sourcelabel">
1650      <x>20</x>
1651      <y>20</y>
1652     </hint>
1653     <hint type="destinationlabel">
1654      <x>20</x>
1655      <y>20</y>
1656     </hint>
1657    </hints>
1658   </connection>
1659   <connection>
1660    <sender>bPaste</sender>
1661    <signal>clicked()</signal>
1662    <receiver>teText</receiver>
1663    <slot>paste()</slot>
1664    <hints>
1665     <hint type="sourcelabel">
1666      <x>20</x>
1667      <y>20</y>
1668     </hint>
1669     <hint type="destinationlabel">
1670      <x>20</x>
1671      <y>20</y>
1672     </hint>
1673    </hints>
1674   </connection>
1675   <connection>
1676    <sender>bLoad</sender>
1677    <signal>clicked()</signal>
1678    <receiver>DlgText</receiver>
1679    <slot>loadText()</slot>
1680    <hints>
1681     <hint type="sourcelabel">
1682      <x>20</x>
1683      <y>20</y>
1684     </hint>
1685     <hint type="destinationlabel">
1686      <x>20</x>
1687      <y>20</y>
1688     </hint>
1689    </hints>
1690   </connection>
1691   <connection>
1692    <sender>bSave</sender>
1693    <signal>clicked()</signal>
1694    <receiver>DlgText</receiver>
1695    <slot>saveText()</slot>
1696    <hints>
1697     <hint type="sourcelabel">
1698      <x>20</x>
1699      <y>20</y>
1700     </hint>
1701     <hint type="destinationlabel">
1702      <x>20</x>
1703      <y>20</y>
1704     </hint>
1705    </hints>
1706   </connection>
1707   <connection>
1708    <sender>cbUniPage</sender>
1709    <signal>activated(int)</signal>
1710    <receiver>DlgText</receiver>
1711    <slot>updateUniCharComboBox(int)</slot>
1712    <hints>
1713     <hint type="sourcelabel">
1714      <x>20</x>
1715      <y>20</y>
1716     </hint>
1717     <hint type="destinationlabel">
1718      <x>20</x>
1719      <y>20</y>
1720     </hint>
1721    </hints>
1722   </connection>
1723   <connection>
1724    <sender>bUnicode</sender>
1725    <signal>clicked()</signal>
1726    <receiver>DlgText</receiver>
1727    <slot>insertChar()</slot>
1728    <hints>
1729     <hint type="sourcelabel">
1730      <x>20</x>
1731      <y>20</y>
1732     </hint>
1733     <hint type="destinationlabel">
1734      <x>20</x>
1735      <y>20</y>
1736     </hint>
1737    </hints>
1738   </connection>
1739   <connection>
1740    <sender>cbUniPage</sender>
1741    <signal>activated(int)</signal>
1742    <receiver>DlgText</receiver>
1743    <slot>updateUniCharButton(int)</slot>
1744    <hints>
1745     <hint type="sourcelabel">
1746      <x>20</x>
1747      <y>20</y>
1748     </hint>
1749     <hint type="destinationlabel">
1750      <x>20</x>
1751      <y>20</y>
1752     </hint>
1753    </hints>
1754   </connection>
1755   <connection>
1756    <sender>cbUniChar</sender>
1757    <signal>activated(int)</signal>
1758    <receiver>DlgText</receiver>
1759    <slot>updateUniCharButton(int)</slot>
1760    <hints>
1761     <hint type="sourcelabel">
1762      <x>20</x>
1763      <y>20</y>
1764     </hint>
1765     <hint type="destinationlabel">
1766      <x>20</x>
1767      <y>20</y>
1768     </hint>
1769    </hints>
1770   </connection>
1771   <connection>
1772    <sender>cbSymbol</sender>
1773    <signal>activated(int)</signal>
1774    <receiver>DlgText</receiver>
1775    <slot>insertSymbol(int)</slot>
1776    <hints>
1777     <hint type="sourcelabel">
1778      <x>20</x>
1779      <y>20</y>
1780     </hint>
1781     <hint type="destinationlabel">
1782      <x>20</x>
1783      <y>20</y>
1784     </hint>
1785    </hints>
1786   </connection>
1787  </connections>
1788 </ui>