]> Shamusworld >> Repos - architektonas/blob - src/forms/exitdialog.ui
Initial import
[architektonas] / src / forms / exitdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ExitDialog</class>
4  <widget class="QDialog" name="ExitDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>450</width>
10     <height>106</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>450</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>QCad</string>
27   </property>
28   <property name="sizeGripEnabled">
29    <bool>false</bool>
30   </property>
31   <layout class="QGridLayout">
32    <property name="margin">
33     <number>11</number>
34    </property>
35    <property name="spacing">
36     <number>6</number>
37    </property>
38    <item row="1" column="0" colspan="2">
39     <layout class="QHBoxLayout">
40      <item>
41       <spacer name="Horizontal Spacing2">
42        <property name="orientation">
43         <enum>Qt::Horizontal</enum>
44        </property>
45        <property name="sizeType">
46         <enum>QSizePolicy::Expanding</enum>
47        </property>
48        <property name="sizeHint" stdset="0">
49         <size>
50          <width>20</width>
51          <height>20</height>
52         </size>
53        </property>
54       </spacer>
55      </item>
56      <item>
57       <widget class="QPushButton" name="bLeave">
58        <property name="text">
59         <string>C&amp;lose</string>
60        </property>
61        <property name="icon">
62         <iconset resource="res/architektonas.qrc">
63          <normaloff>:/res/exit.png</normaloff>:/res/exit.png</iconset>
64        </property>
65        <property name="autoDefault">
66         <bool>true</bool>
67        </property>
68        <property name="default">
69         <bool>false</bool>
70        </property>
71       </widget>
72      </item>
73      <item>
74       <widget class="QPushButton" name="bSave">
75        <property name="text">
76         <string>&amp;Save</string>
77        </property>
78        <property name="icon">
79         <iconset resource="res/architektonas.qrc">
80          <normaloff>:/res/filesave2.png</normaloff>:/res/filesave2.png</iconset>
81        </property>
82       </widget>
83      </item>
84      <item>
85       <widget class="QPushButton" name="bSaveAs">
86        <property name="text">
87         <string>Save &amp;As..</string>
88        </property>
89        <property name="icon">
90         <iconset resource="res/architektonas.qrc">
91          <normaloff>:/res/filesaveas.png</normaloff>:/res/filesaveas.png</iconset>
92        </property>
93       </widget>
94      </item>
95      <item>
96       <widget class="QPushButton" name="bCancel">
97        <property name="text">
98         <string>&amp;Cancel</string>
99        </property>
100        <property name="icon">
101         <iconset resource="res/architektonas.qrc">
102          <normaloff>:/res/fileclose.png</normaloff>:/res/fileclose.png</iconset>
103        </property>
104        <property name="autoDefault">
105         <bool>true</bool>
106        </property>
107        <property name="default">
108         <bool>true</bool>
109        </property>
110       </widget>
111      </item>
112      <item>
113       <spacer name="spacer2">
114        <property name="orientation">
115         <enum>Qt::Horizontal</enum>
116        </property>
117        <property name="sizeType">
118         <enum>QSizePolicy::Expanding</enum>
119        </property>
120        <property name="sizeHint" stdset="0">
121         <size>
122          <width>20</width>
123          <height>20</height>
124         </size>
125        </property>
126       </spacer>
127      </item>
128     </layout>
129    </item>
130    <item row="0" column="1">
131     <widget class="QLabel" name="lQuestion">
132      <property name="sizePolicy">
133       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
134        <horstretch>1</horstretch>
135        <verstretch>0</verstretch>
136       </sizepolicy>
137      </property>
138      <property name="text">
139       <string>No Text supplied.</string>
140      </property>
141      <property name="alignment">
142       <set>Qt::AlignCenter</set>
143      </property>
144      <property name="wordWrap">
145       <bool>true</bool>
146      </property>
147     </widget>
148    </item>
149    <item row="0" column="0">
150     <widget class="QLabel" name="l_icon">
151      <property name="text">
152       <string/>
153      </property>
154      <property name="wordWrap">
155       <bool>false</bool>
156      </property>
157     </widget>
158    </item>
159   </layout>
160  </widget>
161  <layoutdefault spacing="6" margin="11"/>
162  <tabstops>
163   <tabstop>bCancel</tabstop>
164   <tabstop>bLeave</tabstop>
165   <tabstop>bSave</tabstop>
166   <tabstop>bSaveAs</tabstop>
167  </tabstops>
168  <resources>
169   <include location="res/architektonas.qrc"/>
170  </resources>
171  <connections>
172   <connection>
173    <sender>bLeave</sender>
174    <signal>clicked()</signal>
175    <receiver>ExitDialog</receiver>
176    <slot>accept()</slot>
177    <hints>
178     <hint type="sourcelabel">
179      <x>20</x>
180      <y>20</y>
181     </hint>
182     <hint type="destinationlabel">
183      <x>20</x>
184      <y>20</y>
185     </hint>
186    </hints>
187   </connection>
188   <connection>
189    <sender>bCancel</sender>
190    <signal>clicked()</signal>
191    <receiver>ExitDialog</receiver>
192    <slot>reject()</slot>
193    <hints>
194     <hint type="sourcelabel">
195      <x>20</x>
196      <y>20</y>
197     </hint>
198     <hint type="destinationlabel">
199      <x>20</x>
200      <y>20</y>
201     </hint>
202    </hints>
203   </connection>
204   <connection>
205    <sender>bSave</sender>
206    <signal>clicked()</signal>
207    <receiver>ExitDialog</receiver>
208    <slot>slotSave()</slot>
209    <hints>
210     <hint type="sourcelabel">
211      <x>20</x>
212      <y>20</y>
213     </hint>
214     <hint type="destinationlabel">
215      <x>20</x>
216      <y>20</y>
217     </hint>
218    </hints>
219   </connection>
220   <connection>
221    <sender>bSaveAs</sender>
222    <signal>clicked()</signal>
223    <receiver>ExitDialog</receiver>
224    <slot>slotSaveAs()</slot>
225    <hints>
226     <hint type="sourcelabel">
227      <x>20</x>
228      <y>20</y>
229     </hint>
230     <hint type="destinationlabel">
231      <x>20</x>
232      <y>20</y>
233     </hint>
234    </hints>
235   </connection>
236  </connections>
237 </ui>