Skip to content

Commit 552e513

Browse files
authored
Update mainwindow.ui
1 parent c16ffaf commit 552e513

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

examples/autoupdatergui/simpleUpdaterGui/mainwindow.ui

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<string>MainWindow</string>
1515
</property>
1616
<widget class="QWidget" name="centralWidget">
17-
<layout class="QVBoxLayout" name="verticalLayout">
18-
<item>
17+
<layout class="QGridLayout" name="gridLayout">
18+
<item row="0" column="0" colspan="2">
1919
<widget class="QLabel" name="label">
2020
<property name="text">
2121
<string>Software tests updates.&lt;br/&gt;The software looks for updates when launching the application.&lt;br/&gt;If updates are found then the Update utility opens, otherwise nothing happens.</string>
@@ -25,17 +25,27 @@
2525
</property>
2626
</widget>
2727
</item>
28-
<item>
28+
<item row="2" column="0" colspan="2">
29+
<widget class="QPushButton" name="quitButton">
30+
<property name="text">
31+
<string>Quit</string>
32+
</property>
33+
</widget>
34+
</item>
35+
<item row="1" column="0">
2936
<widget class="QPushButton" name="checkUpdateButton">
3037
<property name="text">
3138
<string>Check for updates</string>
3239
</property>
3340
</widget>
3441
</item>
35-
<item>
36-
<widget class="QPushButton" name="quitButton">
42+
<item row="1" column="1">
43+
<widget class="QCheckBox" name="checkBox_showDetailledUpdateInformations">
3744
<property name="text">
38-
<string>Quit</string>
45+
<string>Show detailled update informations?</string>
46+
</property>
47+
<property name="checked">
48+
<bool>true</bool>
3949
</property>
4050
</widget>
4151
</item>
@@ -47,7 +57,7 @@
4757
<x>0</x>
4858
<y>0</y>
4959
<width>442</width>
50-
<height>21</height>
60+
<height>20</height>
5161
</rect>
5262
</property>
5363
<widget class="QMenu" name="menuAbout">

0 commit comments

Comments
 (0)