AboutForm.ui: About dialog for mines3d v2.
[mines3d.git] / ui / qt / ScoresForm.ui
blobfa6108585ed65ea7f776e797e1778b4c457a7a35
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ScoresForm</class>
4 <widget class="QDialog" name="ScoresForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>344</width>
10 <height>336</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Hall of Fame</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QComboBox" name="difficultnessCbx"/>
19 </item>
20 <item>
21 <widget class="QTreeView" name="scoresView"/>
22 </item>
23 <item>
24 <widget class="QDialogButtonBox" name="buttonBox">
25 <property name="orientation">
26 <enum>Qt::Horizontal</enum>
27 </property>
28 <property name="standardButtons">
29 <set>QDialogButtonBox::Close</set>
30 </property>
31 </widget>
32 </item>
33 </layout>
34 </widget>
35 <resources/>
36 <connections>
37 <connection>
38 <sender>buttonBox</sender>
39 <signal>rejected()</signal>
40 <receiver>ScoresForm</receiver>
41 <slot>close()</slot>
42 <hints>
43 <hint type="sourcelabel">
44 <x>295</x>
45 <y>313</y>
46 </hint>
47 <hint type="destinationlabel">
48 <x>286</x>
49 <y>274</y>
50 </hint>
51 </hints>
52 </connection>
53 </connections>
54 </ui>