1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>DlgDimLinear</class>
4 <widget class="QDialog" name="DlgDimLinear">
5 <property name="geometry">
13 <property name="baseSize">
19 <property name="windowTitle">
20 <string>Linear Dimension</string>
22 <property name="sizeGripEnabled">
25 <layout class="QVBoxLayout">
26 <property name="spacing">
29 <property name="margin">
33 <layout class="QHBoxLayout">
35 <layout class="QVBoxLayout">
37 <layout class="QHBoxLayout">
39 <widget class="QLabel" name="lLayer">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
46 <property name="text">
47 <string>Layer:</string>
49 <property name="wordWrap">
55 <widget class="LayerBox" name="cbLayer" native="true"/>
60 <widget class="WidgetPen" name="wPen" native="true">
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
72 <layout class="QVBoxLayout">
74 <widget class="DimensionLabelEditor" name="wLabel" native="true"/>
77 <widget class="QGroupBox" name="bgGeometry">
78 <property name="title">
79 <string>Geometry</string>
81 <layout class="QHBoxLayout">
83 <widget class="QLabel" name="lAngle">
84 <property name="sizePolicy">
85 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
86 <horstretch>0</horstretch>
87 <verstretch>0</verstretch>
90 <property name="minimumSize">
96 <property name="frameShape">
97 <enum>QFrame::NoFrame</enum>
99 <property name="frameShadow">
100 <enum>QFrame::Plain</enum>
102 <property name="text">
103 <string>Angle:</string>
105 <property name="wordWrap">
111 <widget class="QLineEdit" name="leAngle">
112 <property name="sizePolicy">
113 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
114 <horstretch>0</horstretch>
115 <verstretch>0</verstretch>
118 <property name="minimumSize">
124 <property name="text">
137 <layout class="QHBoxLayout">
139 <spacer name="spacer1">
140 <property name="orientation">
141 <enum>Qt::Horizontal</enum>
143 <property name="sizeType">
144 <enum>QSizePolicy::Expanding</enum>
146 <property name="sizeHint" stdset="0">
155 <widget class="QPushButton" name="bOk">
156 <property name="text">
157 <string>&OK</string>
159 <property name="shortcut">
160 <string>Alt+O</string>
162 <property name="autoDefault">
165 <property name="default">
171 <widget class="QPushButton" name="bCancel">
172 <property name="text">
173 <string>Cancel</string>
175 <property name="shortcut">
178 <property name="autoDefault">
187 <layoutdefault spacing="6" margin="11"/>
190 <class>LayerBox</class>
191 <extends>QWidget</extends>
192 <header>layerbox.h</header>
195 <class>WidgetPen</class>
196 <extends>QWidget</extends>
197 <header>widgetpen.h</header>
200 <class>DimensionLabelEditor</class>
201 <extends>QWidget</extends>
202 <header>dimensionlabeleditor.h</header>
208 <sender>bCancel</sender>
209 <signal>clicked()</signal>
210 <receiver>DlgDimLinear</receiver>
211 <slot>reject()</slot>
213 <hint type="sourcelabel">
217 <hint type="destinationlabel">
225 <signal>clicked()</signal>
226 <receiver>DlgDimLinear</receiver>
227 <slot>accept()</slot>
229 <hint type="sourcelabel">
233 <hint type="destinationlabel">