1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>*********************************************************************
4**
5** Copyright (C) 2016 The Qt Company Ltd.
6** Contact: https://www.qt.io/licensing/
7**
8** This file is part of the Qt Designer of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:GPL-EXCEPT$
11** Commercial License Usage
12** Licensees holding valid commercial Qt licenses may use this file in
13** accordance with the commercial license agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and The Qt Company. For licensing terms
16** and conditions see https://www.qt.io/terms-conditions. For further
17** information use the contact form at https://www.qt.io/contact-us.
18**
19** GNU General Public License Usage
20** Alternatively, this file may be used under the terms of the GNU
21** General Public License version 3 as published by the Free Software
22** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
23** included in the packaging of this file. Please review the following
24** information to ensure the GNU General Public License requirements will
25** be met: https://www.gnu.org/licenses/gpl-3.0.html.
26**
27** $QT_END_LICENSE$
28**
29*********************************************************************</comment>
30 <class>FormWindowSettings</class>
31 <widget class="QDialog" name="FormWindowSettings">
32  <property name="geometry">
33   <rect>
34    <x>0</x>
35    <y>0</y>
36    <width>463</width>
37    <height>654</height>
38   </rect>
39  </property>
40  <property name="windowTitle">
41   <string>Form Settings</string>
42  </property>
43  <layout class="QGridLayout">
44   <item row="9" column="0" colspan="2">
45    <widget class="QDialogButtonBox" name="buttonBox">
46     <property name="orientation">
47      <enum>Qt::Horizontal</enum>
48     </property>
49     <property name="standardButtons">
50      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
51     </property>
52    </widget>
53   </item>
54   <item row="2" column="0" colspan="2">
55    <widget class="qdesigner_internal::GridPanel" name="gridPanel">
56     <property name="title">
57      <string>Grid</string>
58     </property>
59    </widget>
60   </item>
61   <item row="5" column="0" rowspan="3">
62    <widget class="QGroupBox" name="includeHintsGroupBox">
63     <property name="title">
64      <string>&amp;Include Hints</string>
65     </property>
66     <layout class="QVBoxLayout">
67      <property name="spacing">
68       <number>6</number>
69      </property>
70      <property name="leftMargin">
71       <number>8</number>
72      </property>
73      <property name="topMargin">
74       <number>8</number>
75      </property>
76      <property name="rightMargin">
77       <number>8</number>
78      </property>
79      <property name="bottomMargin">
80       <number>8</number>
81      </property>
82      <item>
83       <widget class="QTextEdit" name="includeHintsTextEdit"/>
84      </item>
85     </layout>
86    </widget>
87   </item>
88   <item row="6" column="1">
89    <widget class="QGroupBox" name="translationsGroupBox">
90     <property name="title">
91      <string>Translations</string>
92     </property>
93     <layout class="QVBoxLayout" name="verticalLayout_2">
94      <item>
95       <widget class="QCheckBox" name="idBasedTranslationsCheckBox">
96        <property name="text">
97         <string>ID-based</string>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </widget>
103   </item>
104   <item row="5" column="1">
105    <layout class="QHBoxLayout">
106     <property name="spacing">
107      <number>6</number>
108     </property>
109     <property name="leftMargin">
110      <number>0</number>
111     </property>
112     <property name="topMargin">
113      <number>0</number>
114     </property>
115     <property name="rightMargin">
116      <number>0</number>
117     </property>
118     <property name="bottomMargin">
119      <number>0</number>
120     </property>
121     <item>
122      <widget class="QGroupBox" name="pixmapFunctionGroupBox">
123       <property name="title">
124        <string>&amp;Pixmap Function</string>
125       </property>
126       <property name="checkable">
127        <bool>true</bool>
128       </property>
129       <layout class="QVBoxLayout">
130        <property name="spacing">
131         <number>6</number>
132        </property>
133        <property name="leftMargin">
134         <number>8</number>
135        </property>
136        <property name="topMargin">
137         <number>8</number>
138        </property>
139        <property name="rightMargin">
140         <number>8</number>
141        </property>
142        <property name="bottomMargin">
143         <number>8</number>
144        </property>
145        <item>
146         <widget class="QLineEdit" name="pixmapFunctionLineEdit"/>
147        </item>
148       </layout>
149      </widget>
150     </item>
151    </layout>
152   </item>
153   <item row="8" column="0" colspan="2">
154    <widget class="Line" name="line">
155     <property name="orientation">
156      <enum>Qt::Horizontal</enum>
157     </property>
158    </widget>
159   </item>
160   <item row="1" column="0" colspan="2">
161    <widget class="QGroupBox" name="pixmapFunctionGroupBox_2">
162     <property name="title">
163      <string>&amp;Author</string>
164     </property>
165     <layout class="QVBoxLayout">
166      <property name="spacing">
167       <number>6</number>
168      </property>
169      <property name="leftMargin">
170       <number>8</number>
171      </property>
172      <property name="topMargin">
173       <number>8</number>
174      </property>
175      <property name="rightMargin">
176       <number>8</number>
177      </property>
178      <property name="bottomMargin">
179       <number>8</number>
180      </property>
181      <item>
182       <widget class="QLineEdit" name="authorLineEdit"/>
183      </item>
184     </layout>
185    </widget>
186   </item>
187   <item row="7" column="1">
188    <spacer>
189     <property name="orientation">
190      <enum>Qt::Vertical</enum>
191     </property>
192     <property name="sizeHint" stdset="0">
193      <size>
194       <width>111</width>
195       <height>115</height>
196      </size>
197     </property>
198    </spacer>
199   </item>
200   <item row="0" column="0" colspan="2">
201    <widget class="QGroupBox" name="embeddedGroupBox">
202     <property name="title">
203      <string>Embedded Design</string>
204     </property>
205     <layout class="QVBoxLayout" name="verticalLayout">
206      <item>
207       <widget class="QLabel" name="deviceProfileLabel">
208        <property name="text">
209         <string notr="true">TextLabel</string>
210        </property>
211       </widget>
212      </item>
213     </layout>
214    </widget>
215   </item>
216   <item row="3" column="0" colspan="2">
217    <layout class="QHBoxLayout">
218     <property name="spacing">
219      <number>6</number>
220     </property>
221     <property name="leftMargin">
222      <number>0</number>
223     </property>
224     <property name="topMargin">
225      <number>0</number>
226     </property>
227     <property name="rightMargin">
228      <number>0</number>
229     </property>
230     <property name="bottomMargin">
231      <number>0</number>
232     </property>
233     <item>
234      <widget class="QGroupBox" name="layoutDefaultGroupBox">
235       <property name="title">
236        <string>Layout &amp;Default</string>
237       </property>
238       <property name="checkable">
239        <bool>true</bool>
240       </property>
241       <layout class="QGridLayout">
242        <property name="leftMargin">
243         <number>8</number>
244        </property>
245        <property name="topMargin">
246         <number>8</number>
247        </property>
248        <property name="rightMargin">
249         <number>8</number>
250        </property>
251        <property name="bottomMargin">
252         <number>8</number>
253        </property>
254        <property name="spacing">
255         <number>6</number>
256        </property>
257        <item row="1" column="0">
258         <widget class="QLabel" name="label_2">
259          <property name="text">
260           <string>&amp;Spacing:</string>
261          </property>
262          <property name="buddy">
263           <cstring>defaultSpacingSpinBox</cstring>
264          </property>
265         </widget>
266        </item>
267        <item row="0" column="0">
268         <widget class="QLabel" name="label">
269          <property name="text">
270           <string>&amp;Margin:</string>
271          </property>
272          <property name="buddy">
273           <cstring>defaultMarginSpinBox</cstring>
274          </property>
275         </widget>
276        </item>
277        <item row="1" column="1">
278         <widget class="QSpinBox" name="defaultSpacingSpinBox"/>
279        </item>
280        <item row="0" column="1">
281         <widget class="QSpinBox" name="defaultMarginSpinBox"/>
282        </item>
283       </layout>
284      </widget>
285     </item>
286     <item>
287      <widget class="QGroupBox" name="layoutFunctionGroupBox">
288       <property name="title">
289        <string>&amp;Layout Function</string>
290       </property>
291       <property name="checkable">
292        <bool>true</bool>
293       </property>
294       <layout class="QGridLayout">
295        <property name="leftMargin">
296         <number>8</number>
297        </property>
298        <property name="topMargin">
299         <number>8</number>
300        </property>
301        <property name="rightMargin">
302         <number>8</number>
303        </property>
304        <property name="bottomMargin">
305         <number>8</number>
306        </property>
307        <property name="spacing">
308         <number>6</number>
309        </property>
310        <item row="1" column="1">
311         <widget class="QLineEdit" name="spacingFunctionLineEdit"/>
312        </item>
313        <item row="0" column="1">
314         <widget class="QLineEdit" name="marginFunctionLineEdit"/>
315        </item>
316        <item row="0" column="0">
317         <widget class="QLabel" name="label_3">
318          <property name="text">
319           <string>Ma&amp;rgin:</string>
320          </property>
321          <property name="buddy">
322           <cstring>marginFunctionLineEdit</cstring>
323          </property>
324         </widget>
325        </item>
326        <item row="1" column="0">
327         <widget class="QLabel" name="label_3_2">
328          <property name="text">
329           <string>Spa&amp;cing:</string>
330          </property>
331          <property name="buddy">
332           <cstring>spacingFunctionLineEdit</cstring>
333          </property>
334         </widget>
335        </item>
336       </layout>
337      </widget>
338     </item>
339    </layout>
340   </item>
341   <item row="4" column="0" colspan="2">
342    <widget class="QGroupBox" name="connectionsGroupBox">
343     <property name="title">
344      <string>Connections</string>
345     </property>
346     <layout class="QVBoxLayout" name="verticalLayout_3">
347      <item>
348       <widget class="QCheckBox" name="connectSlotsByNameCheckBox">
349        <property name="text">
350         <string>Connect slots by name</string>
351        </property>
352       </widget>
353      </item>
354     </layout>
355    </widget>
356   </item>
357  </layout>
358 </widget>
359 <customwidgets>
360  <customwidget>
361   <class>qdesigner_internal::GridPanel</class>
362   <extends>QGroupBox</extends>
363   <header location="global">gridpanel_p.h</header>
364   <container>1</container>
365  </customwidget>
366 </customwidgets>
367 <tabstops>
368  <tabstop>authorLineEdit</tabstop>
369  <tabstop>defaultMarginSpinBox</tabstop>
370  <tabstop>defaultSpacingSpinBox</tabstop>
371  <tabstop>marginFunctionLineEdit</tabstop>
372  <tabstop>spacingFunctionLineEdit</tabstop>
373  <tabstop>pixmapFunctionLineEdit</tabstop>
374 </tabstops>
375 <resources/>
376 <connections>
377  <connection>
378   <sender>buttonBox</sender>
379   <signal>accepted()</signal>
380   <receiver>FormWindowSettings</receiver>
381   <slot>accept()</slot>
382   <hints>
383    <hint type="sourcelabel">
384     <x>294</x>
385     <y>442</y>
386    </hint>
387    <hint type="destinationlabel">
388     <x>150</x>
389     <y>459</y>
390    </hint>
391   </hints>
392  </connection>
393  <connection>
394   <sender>buttonBox</sender>
395   <signal>rejected()</signal>
396   <receiver>FormWindowSettings</receiver>
397   <slot>reject()</slot>
398   <hints>
399    <hint type="sourcelabel">
400     <x>373</x>
401     <y>444</y>
402    </hint>
403    <hint type="destinationlabel">
404     <x>357</x>
405     <y>461</y>
406    </hint>
407   </hints>
408  </connection>
409 </connections>
410</ui>
411