1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_DlgOptionsMakerCam</class>
4 <widget class="QDialog" name="QG_DlgOptionsMakerCam">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>500</width>
10    <height>522</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>500</width>
16    <height>522</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Export as CAM/plain SVG</string>
21  </property>
22  <layout class="QVBoxLayout">
23   <property name="leftMargin">
24    <number>11</number>
25   </property>
26   <property name="topMargin">
27    <number>11</number>
28   </property>
29   <property name="rightMargin">
30    <number>11</number>
31   </property>
32   <property name="bottomMargin">
33    <number>11</number>
34   </property>
35   <item alignment="Qt::AlignTop">
36    <widget class="QGroupBox" name="gbLayers">
37     <property name="title">
38      <string>Layers</string>
39     </property>
40     <layout class="QHBoxLayout">
41      <item>
42       <layout class="QVBoxLayout">
43        <item>
44         <layout class="QHBoxLayout" name="hLayoutDefaultElementWidth">
45          <item>
46           <widget class="QLabel" name="lbDefaultElementWidth">
47            <property name="text">
48             <string>Default width of elements, mm</string>
49            </property>
50           </widget>
51          </item>
52          <item>
53           <widget class="QDoubleSpinBox" name="dSpinBoxDefaultElementWidth">
54            <property name="minimumSize">
55             <size>
56              <width>0</width>
57              <height>0</height>
58             </size>
59            </property>
60            <property name="singleStep">
61             <double>0.010000000000000</double>
62            </property>
63            <property name="value">
64             <double>1.000000000000000</double>
65            </property>
66           </widget>
67          </item>
68         </layout>
69        </item>
70        <item>
71         <widget class="QCheckBox" name="checkInvisibleLayers">
72          <property name="text">
73           <string>Export invisible layers</string>
74          </property>
75         </widget>
76        </item>
77        <item>
78         <widget class="QCheckBox" name="checkConstructionLayers">
79          <property name="text">
80           <string>Export visible construction layers</string>
81          </property>
82         </widget>
83        </item>
84       </layout>
85      </item>
86     </layout>
87    </widget>
88   </item>
89   <item alignment="Qt::AlignTop">
90    <widget class="QGroupBox" name="gbBlocks">
91     <property name="title">
92      <string>Blocks</string>
93     </property>
94     <layout class="QHBoxLayout">
95      <item>
96       <layout class="QVBoxLayout">
97        <item>
98         <widget class="QCheckBox" name="checkBlocksInline">
99          <property name="text">
100           <string>Convert blocks to safe inline SVG content</string>
101          </property>
102          <property name="checked">
103           <bool>true</bool>
104          </property>
105         </widget>
106        </item>
107       </layout>
108      </item>
109     </layout>
110    </widget>
111   </item>
112   <item alignment="Qt::AlignTop">
113    <widget class="QGroupBox" name="gbEllipses">
114     <property name="title">
115      <string>Ellipses / Ellipse arcs</string>
116     </property>
117     <layout class="QHBoxLayout">
118      <item>
119       <layout class="QVBoxLayout">
120        <item>
121         <widget class="QCheckBox" name="checkEllipsesToBeziers">
122          <property name="text">
123           <string>Approximate ellipses and ellipse arcs with cubic béziers</string>
124          </property>
125         </widget>
126        </item>
127       </layout>
128      </item>
129     </layout>
130    </widget>
131   </item>
132   <item alignment="Qt::AlignTop">
133    <widget class="QGroupBox" name="gbImages">
134     <property name="title">
135      <string>Images</string>
136     </property>
137     <layout class="QHBoxLayout">
138      <item>
139       <layout class="QVBoxLayout">
140        <item>
141         <widget class="QCheckBox" name="checkImages">
142          <property name="text">
143           <string>Raster Image export</string>
144          </property>
145         </widget>
146        </item>
147       </layout>
148      </item>
149     </layout>
150    </widget>
151   </item>
152   <item alignment="Qt::AlignTop">
153    <widget class="QGroupBox" name="gbDashLines">
154     <property name="title">
155      <string>Dash/Dot Lines</string>
156     </property>
157     <layout class="QHBoxLayout">
158      <item>
159       <layout class="QVBoxLayout">
160        <item>
161         <layout class="QHBoxLayout" name="hLayoutDashLinePatternLength">
162          <item>
163           <widget class="QLabel" name="lbDashLinePatternLength">
164            <property name="text">
165             <string>Length of the pattern, mm</string>
166            </property>
167           </widget>
168          </item>
169          <item>
170           <widget class="QDoubleSpinBox" name="dSpinBoxDashLinePatternLength">
171            <property name="maximum">
172             <double>999.990000000000009</double>
173            </property>
174            <property name="singleStep">
175             <double>0.100000000000000</double>
176            </property>
177            <property name="value">
178             <double>10.000000000000000</double>
179            </property>
180           </widget>
181          </item>
182         </layout>
183        </item>
184        <item>
185         <widget class="QCheckBox" name="checkDashDotLines">
186          <property name="text">
187           <string>Bake dash/dot lines to SVG path</string>
188          </property>
189         </widget>
190        </item>
191       </layout>
192      </item>
193     </layout>
194    </widget>
195   </item>
196   <item>
197    <spacer>
198     <property name="orientation">
199      <enum>Qt::Vertical</enum>
200     </property>
201     <property name="sizeHint" stdset="0">
202      <size>
203       <width>20</width>
204       <height>40</height>
205      </size>
206     </property>
207    </spacer>
208   </item>
209   <item>
210    <widget class="QDialogButtonBox" name="buttonBox">
211     <property name="standardButtons">
212      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
213     </property>
214    </widget>
215   </item>
216  </layout>
217 </widget>
218 <layoutdefault spacing="6" margin="11"/>
219 <resources/>
220 <connections>
221  <connection>
222   <sender>buttonBox</sender>
223   <signal>rejected()</signal>
224   <receiver>QG_DlgOptionsMakerCam</receiver>
225   <slot>reject()</slot>
226   <hints>
227    <hint type="sourcelabel">
228     <x>126</x>
229     <y>60</y>
230    </hint>
231    <hint type="destinationlabel">
232     <x>20</x>
233     <y>20</y>
234    </hint>
235   </hints>
236  </connection>
237  <connection>
238   <sender>buttonBox</sender>
239   <signal>accepted()</signal>
240   <receiver>QG_DlgOptionsMakerCam</receiver>
241   <slot>validate()</slot>
242   <hints>
243    <hint type="sourcelabel">
244     <x>126</x>
245     <y>60</y>
246    </hint>
247    <hint type="destinationlabel">
248     <x>20</x>
249     <y>20</y>
250    </hint>
251   </hints>
252  </connection>
253 </connections>
254</ui>
255