Added "Show Solution"
[vexed] / preferences.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Preferences</class>
4  <widget class="QDialog" name="Preferences">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>538</width>
10     <height>273</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_4">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="0">
20       <widget class="QLabel" name="packAuthor">
21        <property name="text">
22         <string>Author</string>
23        </property>
24       </widget>
25      </item>
26      <item row="2" column="0">
27       <widget class="QLabel" name="packDescription">
28        <property name="text">
29         <string>Description</string>
30        </property>
31        <property name="wordWrap">
32         <bool>true</bool>
33        </property>
34       </widget>
35      </item>
36      <item row="1" column="0">
37       <widget class="QLabel" name="packURL">
38        <property name="text">
39         <string>URL</string>
40        </property>
41       </widget>
42      </item>
43     </layout>
44    </item>
45    <item row="1" column="0">
46     <layout class="QHBoxLayout" name="horizontalLayout">
47      <item>
48       <widget class="QComboBox" name="packList"/>
49      </item>
50      <item>
51       <widget class="QPushButton" name="choosePack">
52        <property name="text">
53         <string>Play</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QPushButton" name="pushButton">
59        <property name="text">
60         <string>Cancel</string>
61        </property>
62       </widget>
63      </item>
64     </layout>
65    </item>
66   </layout>
67  </widget>
68  <resources/>
69  <connections>
70   <connection>
71    <sender>packList</sender>
72    <signal>currentIndexChanged(int)</signal>
73    <receiver>Preferences</receiver>
74    <slot>packNameSelected()</slot>
75    <hints>
76     <hint type="sourcelabel">
77      <x>91</x>
78      <y>203</y>
79     </hint>
80     <hint type="destinationlabel">
81      <x>268</x>
82      <y>136</y>
83     </hint>
84    </hints>
85   </connection>
86   <connection>
87    <sender>choosePack</sender>
88    <signal>clicked()</signal>
89    <receiver>Preferences</receiver>
90    <slot>accept()</slot>
91    <hints>
92     <hint type="sourcelabel">
93      <x>268</x>
94      <y>203</y>
95     </hint>
96     <hint type="destinationlabel">
97      <x>268</x>
98      <y>136</y>
99     </hint>
100    </hints>
101   </connection>
102   <connection>
103    <sender>pushButton</sender>
104    <signal>clicked()</signal>
105    <receiver>Preferences</receiver>
106    <slot>reject()</slot>
107    <hints>
108     <hint type="sourcelabel">
109      <x>446</x>
110      <y>203</y>
111     </hint>
112     <hint type="destinationlabel">
113      <x>268</x>
114      <y>136</y>
115     </hint>
116    </hints>
117   </connection>
118  </connections>
119  <slots>
120   <slot>packNameSelected()</slot>
121  </slots>
122 </ui>