diff options
| -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> |
