diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
| commit | a94ee6b50339cabac069638b5ee2f70e1308048a (patch) | |
| tree | a9b307efaa5143d1d9aae102e1700d683c4515ab /installer/mainwindow.ui | |
| parent | d58b0626af7ed8bba3f4814d250eafae284ae03a (diff) | |
| download | theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.gz theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.bz2 theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.zip | |
Add some checks
Diffstat (limited to 'installer/mainwindow.ui')
| -rw-r--r-- | installer/mainwindow.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/installer/mainwindow.ui b/installer/mainwindow.ui index 722e7df..d2e7103 100644 --- a/installer/mainwindow.ui +++ b/installer/mainwindow.ui @@ -568,6 +568,36 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_12"> + <property name="leftMargin"> + <number>30</number> + </property> + <property name="rightMargin"> + <number>30</number> + </property> + <item> + <spacer name="horizontalSpacer_16"> + <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="cancelInstallButton"> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <spacer name="verticalSpacer_10"> <property name="orientation"> <enum>Qt::Vertical</enum> |
