diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-03 11:25:54 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-03 11:25:54 -0500 |
| commit | 8048499ceab1b6e8d3df9c5f09ba2b598dbc1f68 (patch) | |
| tree | 216d904457351f49e67f2d47cbe1ed91f3224967 /mainwindow.ui | |
| parent | b4c3a2088b8ecdeb33e3b21211357f67a5d79243 (diff) | |
| download | Project-Xeon-8048499ceab1b6e8d3df9c5f09ba2b598dbc1f68.tar.gz Project-Xeon-8048499ceab1b6e8d3df9c5f09ba2b598dbc1f68.tar.bz2 Project-Xeon-8048499ceab1b6e8d3df9c5f09ba2b598dbc1f68.zip | |
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 106 |
1 files changed, 98 insertions, 8 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 7ebf873..609d55c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1,21 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow" > - <property name="geometry" > + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>480</height> + <width>528</width> + <height>427</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>MainWindow</string> </property> - <widget class="QWidget" name="centralWidget" /> + <widget class="QWidget" name="centralWidget"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QLabel" name="projName"> + <property name="font"> + <font> + <family>Consolas</family> + <pointsize>24</pointsize> + </font> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="text"> + <string>Project Xeon</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="playBtn"> + <property name="font"> + <font> + <family>Consolas</family> + <pointsize>24</pointsize> + </font> + </property> + <property name="text"> + <string>Play</string> + </property> + </widget> + </item> + <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> + <item> + <widget class="QLabel" name="copyrightText"> + <property name="font"> + <font> + <family>Consolas</family> + <pointsize>16</pointsize> + </font> + </property> + <property name="text"> + <string><html><head/><body><p><span style=" font-size:16pt;">Alpha 0.1</span></p><p><span style=" font-size:16pt;">Copyright 2019</span></p></body></html></string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + </layout> + </widget> </widget> - <layoutDefault spacing="6" margin="11" /> - <pixmapfunction></pixmapfunction> + <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui> |
