1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_ExitDialog</class>
4 <widget class="QDialog" name="QG_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   <item row="0" column="1">
36    <widget class="QLabel" name="lQuestion">
37     <property name="sizePolicy">
38      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
39       <horstretch>1</horstretch>
40       <verstretch>0</verstretch>
41      </sizepolicy>
42     </property>
43     <property name="text">
44      <string>again Still No Text supplied.</string>
45     </property>
46     <property name="alignment">
47      <set>Qt::AlignCenter</set>
48     </property>
49     <property name="wordWrap">
50      <bool>true</bool>
51     </property>
52    </widget>
53   </item>
54   <item row="0" column="0">
55    <widget class="QLabel" name="l_icon">
56     <property name="text">
57      <string/>
58     </property>
59     <property name="wordWrap">
60      <bool>false</bool>
61     </property>
62    </widget>
63   </item>
64   <item row="1" column="0" colspan="2">
65    <widget class="QDialogButtonBox" name="buttonBox">
66     <property name="standardButtons">
67      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Save|QDialogButtonBox::SaveAll</set>
68     </property>
69     <property name="centerButtons">
70      <bool>true</bool>
71     </property>
72    </widget>
73   </item>
74  </layout>
75 </widget>
76 <layoutdefault spacing="6" margin="11"/>
77 <resources/>
78 <connections>
79  <connection>
80   <sender>buttonBox</sender>
81   <signal>clicked(QAbstractButton*)</signal>
82   <receiver>QG_ExitDialog</receiver>
83   <slot>clicked(QAbstractButton*)</slot>
84   <hints>
85    <hint type="sourcelabel">
86     <x>224</x>
87     <y>83</y>
88    </hint>
89    <hint type="destinationlabel">
90     <x>224</x>
91     <y>52</y>
92    </hint>
93   </hints>
94  </connection>
95 </connections>
96 <slots>
97  <slot>clicked(QAbstractButton*)</slot>
98 </slots>
99</ui>
100