123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>550</width>
- <height>574</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QGraphicsView" name="mainView">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>50</y>
- <width>256</width>
- <height>61</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="playButton">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>410</y>
- <width>75</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <property name="text">
- <string>Play!</string>
- </property>
- </widget>
- <widget class="QPushButton" name="retryButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>410</y>
- <width>75</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <property name="text">
- <string>Retry</string>
- </property>
- </widget>
- <widget class="QLabel" name="scoreLabel">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>420</y>
- <width>51</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Score:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>420</y>
- <width>46</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QLabel" name="racerLabel">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>470</y>
- <width>46</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Racer:</string>
- </property>
- </widget>
- <widget class="QLabel" name="trackLabel">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>470</y>
- <width>46</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Track:</string>
- </property>
- </widget>
- <widget class="QLabel" name="difficultyLabel">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>470</y>
- <width>81</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Difficulty:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>470</y>
- <width>91</width>
- <height>22</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <item>
- <property name="text">
- <string>red</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>pink</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>green</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>orange</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>candy</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>rarce</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>batman</string>
- </property>
- </item>
- </widget>
- <widget class="QComboBox" name="trackBox">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>470</y>
- <width>101</width>
- <height>22</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#f8f8f8;</string>
- </property>
- <item>
- <property name="text">
- <string>Day</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Night</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Candyland</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Beach</string>
- </property>
- </item>
- </widget>
- <widget class="QComboBox" name="difficultyBox">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>470</y>
- <width>111</width>
- <height>22</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;
- border-style: outset;
- border-width: 2px;
- border-color:#b51218;
- color:#ffffff;</string>
- </property>
- <item>
- <property name="text">
- <string>Easy</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Medium</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Hard</string>
- </property>
- </item>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>-60</x>
- <y>-10</y>
- <width>661</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"> background-color: #ed1c24;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>10</y>
- <width>571</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#666;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>10</y>
- <width>241</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Adobe Heiti Std R</family>
- <pointsize>15</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">text-align:center;
- border-width: 0px;
- color:white
- ;</string>
- </property>
- <property name="text">
- <string>Scrolling Game</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QFrame" name="frame_3">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>400</y>
- <width>201</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-image:url(:/resources/logo.png);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <zorder>frame_2</zorder>
- <zorder>mainView</zorder>
- <zorder>playButton</zorder>
- <zorder>retryButton</zorder>
- <zorder>scoreLabel</zorder>
- <zorder>label</zorder>
- <zorder>racerLabel</zorder>
- <zorder>trackLabel</zorder>
- <zorder>difficultyLabel</zorder>
- <zorder>comboBox</zorder>
- <zorder>trackBox</zorder>
- <zorder>difficultyBox</zorder>
- <zorder>frame_3</zorder>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>550</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|