<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Highscore</class> <widget class="QDialog" name="Highscore"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>528</width> <height>300</height> </rect> </property> <property name="minimumSize"> <size> <width>528</width> <height>300</height> </size> </property> <property name="windowTitle"> <string>Patience - Highscore</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTableWidget" name="tabelle"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Points</string> </property> </column> <column> <property name="text"> <string>Time</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="ok_button"> <property name="text"> <string>Ok</string> </property> <property name="autoDefault"> <bool>false</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>ok_button</sender> <signal>clicked()</signal> <receiver>Highscore</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>485</x> <y>275</y> </hint> <hint type="destinationlabel"> <x>356</x> <y>263</y> </hint> </hints> </connection> </connections> </ui>