diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-10-13 19:11:46 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-10-13 19:11:46 +1100 |
| commit | 88837708068dbbaa6c965a8026ddf80487b2d7d8 (patch) | |
| tree | a34bb6d45aedc2d8ac8d8c98e4abb57d89b88337 /installer/mainwindow.ui | |
| parent | a6bf3d213523f73bf889ccaaf787a107c3d52774 (diff) | |
| download | theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.tar.gz theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.tar.bz2 theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.zip | |
Add licenses
Diffstat (limited to 'installer/mainwindow.ui')
| -rw-r--r-- | installer/mainwindow.ui | 52 |
1 files changed, 49 insertions, 3 deletions
diff --git a/installer/mainwindow.ui b/installer/mainwindow.ui index 59e1eda..8d3e5ca 100644 --- a/installer/mainwindow.ui +++ b/installer/mainwindow.ui @@ -261,9 +261,6 @@ <property name="text"> <string>Install Options</string> </property> - <property name="flat"> - <bool>true</bool> - </property> </widget> </item> <item> @@ -282,6 +279,55 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_13"> + <item> + <spacer name="leftSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>110</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QLabel" name="licenseLabel"> + <property name="text"> + <string>By installing Application Name, you're indicating agreement to the terms of the License.</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="rightSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>110</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |
