|
|
@ -13,8 +13,109 @@
|
|
|
|
<property name="windowTitle">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
|
|
<y>0</y>
|
|
|
|
|
|
|
|
<width>801</width>
|
|
|
|
|
|
|
|
<height>441</height>
|
|
|
|
|
|
|
|
</rect>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
|
|
|
<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="QLabel" name="labelScore">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string><html><head/><body><p><span style=" font-size:20pt;">Score</span></p></body></html></string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<widget class="QLCDNumber" name="lcdScore">
|
|
|
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
|
|
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="smallDecimalPoint">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="digitCount">
|
|
|
|
|
|
|
|
<number>5</number>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="mode">
|
|
|
|
|
|
|
|
<enum>QLCDNumber::Dec</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="segmentStyle">
|
|
|
|
|
|
|
|
<enum>QLCDNumber::Flat</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>40</width>
|
|
|
|
|
|
|
|
<height>20</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QGridLayout" name="gameGridLayout"/>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
|
|
|
<item>
|
|
|
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
|
|
<size>
|
|
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
|
|
</size>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<x>0</x>
|
|
|
@ -23,14 +124,13 @@
|
|
|
|
<height>26</height>
|
|
|
|
<height>26</height>
|
|
|
|
</rect>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuThinkPink">
|
|
|
|
<widget class="QMenu" name="menuPlay">
|
|
|
|
<property name="title">
|
|
|
|
<property name="title">
|
|
|
|
<string>ThinkPink</string>
|
|
|
|
<string>Play</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuThinkPink"/>
|
|
|
|
<addaction name="menuPlay"/>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
<connections/>
|
|
|
|