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:
Takumi ASAKI
2016-04-21 10:59:21 +09:00
committed by Tobias Hunger
parent 29f569831a
commit 89aa06e37d

View File

@@ -149,40 +149,47 @@
<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>
<widget class="QCheckBox" name="keepGoingCheckBox"> <layout class="QGridLayout" name="gridLayout_2">
<property name="toolTip"> <item row="0" column="0">
<string>Keep going when errors occur (if at all possible).</string> <widget class="QCheckBox" name="keepGoingCheckBox">
</property> <property name="toolTip">
<property name="text"> <string>Keep going when errors occur (if at all possible).</string>
<string>Keep going</string> </property>
</property> <property name="text">
</widget> <string>Keep going</string>
</item> </property>
<item> </widget>
<widget class="QCheckBox" name="showCommandLinesCheckBox"> </item>
<property name="text"> <item row="0" column="1">
<string>Show command lines</string> <widget class="QCheckBox" name="showCommandLinesCheckBox">
</property> <property name="text">
</widget> <string>Show command lines</string>
</item> </property>
<item> </widget>
<widget class="QCheckBox" name="installCheckBox"> </item>
<property name="text"> <item row="1" column="0">
<string>Install</string> <widget class="QCheckBox" name="installCheckBox">
</property> <property name="text">
</widget> <string>Install</string>
</item> </property>
<item> </widget>
<widget class="QCheckBox" name="cleanInstallRootCheckBox"> </item>
<property name="text"> <item row="1" column="1">
<string>Clean install root</string> <widget class="QCheckBox" name="cleanInstallRootCheckBox">
</property> <property name="text">
</widget> <string>Clean install root</string>
</property>
</widget>
</item>
</layout>
</item> </item>
<item> <item>
<spacer name="checkBoxSpacer"> <spacer name="checkBoxSpacer">
@@ -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>