1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>DimensionLabelEditor</class>
4 <widget class="QWidget" name="DimensionLabelEditor">
5 <property name="geometry">
13 <property name="minimumSize">
19 <property name="windowTitle">
20 <string>Dimension Label Editor</string>
22 <layout class="QVBoxLayout">
23 <property name="spacing">
26 <property name="margin">
30 <widget class="QGroupBox" name="bgLabel">
31 <property name="title">
32 <string>Dimension Label:</string>
34 <layout class="QVBoxLayout">
35 <property name="spacing">
39 <layout class="QHBoxLayout">
41 <layout class="QHBoxLayout">
43 <widget class="QLabel" name="lLabel">
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
50 <property name="frameShape">
51 <enum>QFrame::NoFrame</enum>
53 <property name="frameShadow">
54 <enum>QFrame::Plain</enum>
56 <property name="text">
57 <string>Label:</string>
59 <property name="wordWrap">
65 <widget class="QToolButton" name="bDiameter">
66 <property name="sizePolicy">
67 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
68 <horstretch>0</horstretch>
69 <verstretch>0</verstretch>
72 <property name="text">
75 <property name="icon">
76 <iconset resource="res/architektonas.qrc">
77 <normaloff>:/res/qg_dimdia.xpm</normaloff>:/res/qg_dimdia.xpm</iconset>
79 <property name="checkable">
85 <widget class="QLineEdit" name="leLabel">
86 <property name="sizePolicy">
87 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
88 <horstretch>0</horstretch>
89 <verstretch>0</verstretch>
97 <layout class="QVBoxLayout">
98 <property name="spacing">
101 <property name="margin">
105 <widget class="QLineEdit" name="leTol1">
106 <property name="sizePolicy">
107 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
115 <widget class="QLineEdit" name="leTol2">
116 <property name="sizePolicy">
117 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
118 <horstretch>0</horstretch>
119 <verstretch>0</verstretch>
129 <layout class="QHBoxLayout">
131 <widget class="QLabel" name="textLabel1">
132 <property name="text">
133 <string>Insert:</string>
135 <property name="wordWrap">
141 <widget class="QComboBox" name="cbSymbol">
142 <property name="sizePolicy">
143 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
144 <horstretch>0</horstretch>
145 <verstretch>0</verstretch>
149 <property name="text">
150 <string>ø (Diameter)</string>
154 <property name="text">
155 <string>° (Degree)</string>
159 <property name="text">
160 <string>± (Plus / Minus)</string>
164 <property name="text">
165 <string>¶ (Pi)</string>
169 <property name="text">
170 <string>× (Times)</string>
174 <property name="text">
175 <string>÷ (Division)</string>
187 <layoutdefault spacing="6" margin="11"/>
189 <include location="res/architektonas.qrc"/>
193 <sender>cbSymbol</sender>
194 <signal>activated(QString)</signal>
195 <receiver>DimensionLabelEditor</receiver>
196 <slot>insertSign(QString)</slot>
198 <hint type="sourcelabel">
202 <hint type="destinationlabel">