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