]> Shamusworld >> Repos - architektonas/blob - src/forms/dlgmirror.ui
Final round of dialogs/forms needing to be converted from Qt3 to 4
[architektonas] / src / forms / dlgmirror.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DlgMirror</class>
4  <widget class="QDialog" name="DlgMirror">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>342</width>
10     <height>192</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>300</width>
22     <height>190</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Mirroring Options</string>
27   </property>
28   <layout class="QGridLayout">
29    <item row="0" column="1">
30     <widget class="QLabel" name="lHelp">
31      <property name="text">
32       <string/>
33      </property>
34      <property name="pixmap">
35       <pixmap resource="res/architektonas.qrc">:/res/qg_dlgmodifymirror.xpm</pixmap>
36      </property>
37      <property name="alignment">
38       <set>Qt::AlignCenter</set>
39      </property>
40      <property name="wordWrap">
41       <bool>false</bool>
42      </property>
43     </widget>
44    </item>
45    <item row="0" column="0" rowspan="3">
46     <widget class="QGroupBox" name="bgNumber">
47      <property name="title">
48       <string>Number of copies</string>
49      </property>
50      <layout class="QVBoxLayout">
51       <item>
52        <widget class="QRadioButton" name="rbMove">
53         <property name="sizePolicy">
54          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
55           <horstretch>0</horstretch>
56           <verstretch>0</verstretch>
57          </sizepolicy>
58         </property>
59         <property name="minimumSize">
60          <size>
61           <width>0</width>
62           <height>18</height>
63          </size>
64         </property>
65         <property name="text">
66          <string>&amp;Delete Original</string>
67         </property>
68        </widget>
69       </item>
70       <item>
71        <widget class="QRadioButton" name="rbCopy">
72         <property name="sizePolicy">
73          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
74           <horstretch>0</horstretch>
75           <verstretch>0</verstretch>
76          </sizepolicy>
77         </property>
78         <property name="minimumSize">
79          <size>
80           <width>0</width>
81           <height>18</height>
82          </size>
83         </property>
84         <property name="text">
85          <string>&amp;Keep Original</string>
86         </property>
87        </widget>
88       </item>
89       <item>
90        <spacer name="spacer7">
91         <property name="orientation">
92          <enum>Qt::Vertical</enum>
93         </property>
94         <property name="sizeType">
95          <enum>QSizePolicy::Expanding</enum>
96         </property>
97         <property name="sizeHint" stdset="0">
98          <size>
99           <width>20</width>
100           <height>21</height>
101          </size>
102         </property>
103        </spacer>
104       </item>
105      </layout>
106     </widget>
107    </item>
108    <item row="1" column="1">
109     <widget class="QCheckBox" name="cbCurrentAttributes">
110      <property name="text">
111       <string>Use current &amp;attributes</string>
112      </property>
113     </widget>
114    </item>
115    <item row="2" column="1">
116     <widget class="QCheckBox" name="cbCurrentLayer">
117      <property name="text">
118       <string>Use current &amp;layer</string>
119      </property>
120     </widget>
121    </item>
122    <item row="3" column="0" colspan="2">
123     <layout class="QHBoxLayout">
124      <item>
125       <spacer name="spacer">
126        <property name="orientation">
127         <enum>Qt::Horizontal</enum>
128        </property>
129        <property name="sizeType">
130         <enum>QSizePolicy::Expanding</enum>
131        </property>
132        <property name="sizeHint" stdset="0">
133         <size>
134          <width>40</width>
135          <height>20</height>
136         </size>
137        </property>
138       </spacer>
139      </item>
140      <item>
141       <widget class="QPushButton" name="bOk">
142        <property name="text">
143         <string>&amp;OK</string>
144        </property>
145        <property name="default">
146         <bool>true</bool>
147        </property>
148       </widget>
149      </item>
150      <item>
151       <widget class="QPushButton" name="bCancel">
152        <property name="text">
153         <string>Cancel</string>
154        </property>
155        <property name="shortcut">
156         <string>Esc</string>
157        </property>
158       </widget>
159      </item>
160     </layout>
161    </item>
162   </layout>
163  </widget>
164  <layoutdefault spacing="6" margin="11"/>
165  <resources>
166   <include location="res/architektonas.qrc"/>
167  </resources>
168  <connections>
169   <connection>
170    <sender>bOk</sender>
171    <signal>clicked()</signal>
172    <receiver>DlgMirror</receiver>
173    <slot>accept()</slot>
174    <hints>
175     <hint type="sourcelabel">
176      <x>20</x>
177      <y>20</y>
178     </hint>
179     <hint type="destinationlabel">
180      <x>20</x>
181      <y>20</y>
182     </hint>
183    </hints>
184   </connection>
185   <connection>
186    <sender>bCancel</sender>
187    <signal>clicked()</signal>
188    <receiver>DlgMirror</receiver>
189    <slot>reject()</slot>
190    <hints>
191     <hint type="sourcelabel">
192      <x>20</x>
193      <y>20</y>
194     </hint>
195     <hint type="destinationlabel">
196      <x>20</x>
197      <y>20</y>
198     </hint>
199    </hints>
200   </connection>
201  </connections>
202 </ui>