About dialog
[vexed] / about.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>About</class>
4  <widget class="QDialog" name="About">
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>14</pointsize>
22       </font>
23      </property>
24      <property name="text">
25       <string>Puzzle game Vexed. Clone of PalmOS Vexed game. Author Paul Romanchenko (paulaner@gmail.com).</string>
26      </property>
27      <property name="wordWrap">
28       <bool>true</bool>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <spacer name="horizontalSpacer">
34      <property name="orientation">
35       <enum>Qt::Horizontal</enum>
36      </property>
37      <property name="sizeHint" stdset="0">
38       <size>
39        <width>40</width>
40        <height>20</height>
41       </size>
42      </property>
43     </spacer>
44    </item>
45    <item>
46     <widget class="QPushButton" name="pushButton">
47      <property name="text">
48       <string>Ok</string>
49      </property>
50     </widget>
51    </item>
52   </layout>
53  </widget>
54  <resources/>
55  <connections>
56   <connection>
57    <sender>pushButton</sender>
58    <signal>clicked()</signal>
59    <receiver>About</receiver>
60    <slot>accept()</slot>
61    <hints>
62     <hint type="sourcelabel">
63      <x>740</x>
64      <y>156</y>
65     </hint>
66     <hint type="destinationlabel">
67      <x>739</x>
68      <y>195</y>
69     </hint>
70    </hints>
71   </connection>
72  </connections>
73 </ui>