forked from qt-creator/qt-creator
QbsProjectManager: Modify QbsBuildStepConfigWidget layout
Old layout was too tight for translated messages. Change-Id: I98ffeb5bc6c9ac565edafdf5412e27db818b4052 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
29f569831a
commit
89aa06e37d
@@ -149,11 +149,16 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Flags:</string>
|
<string>Flags:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item row="4" column="1">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="keepGoingCheckBox">
|
<widget class="QCheckBox" name="keepGoingCheckBox">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Keep going when errors occur (if at all possible).</string>
|
<string>Keep going when errors occur (if at all possible).</string>
|
||||||
@@ -163,27 +168,29 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="showCommandLinesCheckBox">
|
<widget class="QCheckBox" name="showCommandLinesCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show command lines</string>
|
<string>Show command lines</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="installCheckBox">
|
<widget class="QCheckBox" name="installCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Install</string>
|
<string>Install</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="cleanInstallRootCheckBox">
|
<widget class="QCheckBox" name="cleanInstallRootCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Clean install root</string>
|
<string>Clean install root</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="checkBoxSpacer">
|
<spacer name="checkBoxSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
@@ -192,7 +199,7 @@
|
|||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
<height>5</height>
|
<height>13</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
|||||||
Reference in New Issue
Block a user