Lay out optional Welcome buttons horizontally.
This commit is contained in:
parent
7e70e4c137
commit
3bf0500f4e
@ -152,21 +152,11 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
<widget class="QPushButton" name="releaseNotesButton">
|
||||
<widget class="QPushButton" name="aboutButton">
|
||||
<property name="text">
|
||||
<string>&Release notes</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="knownIssuesButton">
|
||||
<property name="text">
|
||||
<string>&Known issues</string>
|
||||
<string>&About</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
@ -184,9 +174,19 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="aboutButton">
|
||||
<widget class="QPushButton" name="knownIssuesButton">
|
||||
<property name="text">
|
||||
<string>&About</string>
|
||||
<string>&Known issues</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="releaseNotesButton">
|
||||
<property name="text">
|
||||
<string>&Release notes</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user