Don't forget updated project
[vexed] / needadvance.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>needadvance</class>
4  <widget class="QDialog" name="needadvance">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>778</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <item>
18     <widget class="QLabel" name="label">
19      <property name="font">
20       <font>
21        <pointsize>16</pointsize>
22       </font>
23      </property>
24      <property name="text">
25       <string>Solve this level first!</string>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <spacer name="horizontalSpacer">
31      <property name="orientation">
32       <enum>Qt::Horizontal</enum>
33      </property>
34      <property name="sizeHint" stdset="0">
35       <size>
36        <width>40</width>
37        <height>20</height>
38       </size>
39      </property>
40     </spacer>
41    </item>
42    <item>
43     <widget class="QPushButton" name="pushButton">
44      <property name="text">
45       <string>I will!</string>
46      </property>
47     </widget>
48    </item>
49   </layout>
50  </widget>
51  <resources/>
52  <connections>
53   <connection>
54    <sender>pushButton</sender>
55    <signal>clicked()</signal>
56    <receiver>needadvance</receiver>
57    <slot>accept()</slot>
58    <hints>
59     <hint type="sourcelabel">
60      <x>612</x>
61      <y>146</y>
62     </hint>
63     <hint type="destinationlabel">
64      <x>575</x>
65      <y>189</y>
66     </hint>
67    </hints>
68   </connection>
69  </connections>
70 </ui>