0.7.1
[fapman] / confirmdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfirmDialog</class>
4  <widget class="QDialog" name="ConfirmDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>489</width>
13     <height>151</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="windowTitle">
23    <string>Confirmation</string>
24   </property>
25   <property name="modal">
26    <bool>true</bool>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <property name="spacing">
30     <number>0</number>
31    </property>
32    <property name="margin">
33     <number>0</number>
34    </property>
35    <item>
36     <widget class="QScrollArea" name="scrollArea">
37      <property name="sizePolicy">
38       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
39        <horstretch>0</horstretch>
40        <verstretch>0</verstretch>
41       </sizepolicy>
42      </property>
43      <property name="widgetResizable">
44       <bool>true</bool>
45      </property>
46      <widget class="QWidget" name="scrollAreaWidgetContents">
47       <property name="geometry">
48        <rect>
49         <x>0</x>
50         <y>0</y>
51         <width>487</width>
52         <height>120</height>
53        </rect>
54       </property>
55       <property name="sizePolicy">
56        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
57         <horstretch>0</horstretch>
58         <verstretch>0</verstretch>
59        </sizepolicy>
60       </property>
61       <layout class="QVBoxLayout" name="verticalLayout_2">
62        <property name="spacing">
63         <number>0</number>
64        </property>
65        <property name="margin">
66         <number>0</number>
67        </property>
68        <item>
69         <widget class="QLabel" name="label">
70          <property name="sizePolicy">
71           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
72            <horstretch>0</horstretch>
73            <verstretch>0</verstretch>
74           </sizepolicy>
75          </property>
76          <property name="maximumSize">
77           <size>
78            <width>800</width>
79            <height>800</height>
80           </size>
81          </property>
82          <property name="text">
83           <string/>
84          </property>
85          <property name="wordWrap">
86           <bool>true</bool>
87          </property>
88          <property name="openExternalLinks">
89           <bool>true</bool>
90          </property>
91         </widget>
92        </item>
93        <item>
94         <widget class="Line" name="line">
95          <property name="orientation">
96           <enum>Qt::Horizontal</enum>
97          </property>
98         </widget>
99        </item>
100       </layout>
101      </widget>
102     </widget>
103    </item>
104    <item>
105     <layout class="QHBoxLayout" name="horizontalLayout">
106      <property name="spacing">
107       <number>2</number>
108      </property>
109      <item>
110       <spacer name="horizontalSpacer">
111        <property name="orientation">
112         <enum>Qt::Horizontal</enum>
113        </property>
114        <property name="sizeHint" stdset="0">
115         <size>
116          <width>40</width>
117          <height>20</height>
118         </size>
119        </property>
120       </spacer>
121      </item>
122      <item>
123       <widget class="QPushButton" name="btn_OK">
124        <property name="text">
125         <string>OK</string>
126        </property>
127       </widget>
128      </item>
129     </layout>
130    </item>
131   </layout>
132  </widget>
133  <resources/>
134  <connections>
135   <connection>
136    <sender>btn_OK</sender>
137    <signal>clicked()</signal>
138    <receiver>ConfirmDialog</receiver>
139    <slot>accept()</slot>
140    <hints>
141     <hint type="sourcelabel">
142      <x>436</x>
143      <y>118</y>
144     </hint>
145     <hint type="destinationlabel">
146      <x>244</x>
147      <y>70</y>
148     </hint>
149    </hints>
150   </connection>
151  </connections>
152 </ui>