forked from qt-creator/qt-creator
VCS: Make General options page look more uniform
Task-number: QTCREATORBUG-11411 Change-Id: I0c2f2ec9cfb45aea7861b2f594cbc84b973db68d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -102,38 +102,6 @@ name <email> alias <email></string>
|
||||
<item row="4" column="1">
|
||||
<widget class="Utils::PathChooser" name="nickNameFieldsFileChooser" native="true"/>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="Utils::PathChooser" name="sshPromptChooser" native="true"/>
|
||||
</item>
|
||||
<item row="6" column="0" colspan="2">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::MinimumExpanding</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="7" column="0">
|
||||
<widget class="QLabel" name="patchCommandLabel">
|
||||
<property name="text">
|
||||
<string>&Patch command:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>patchChooser</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="1">
|
||||
<widget class="Utils::PathChooser" name="patchChooser" native="true"/>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="sshPromptLabel">
|
||||
<property name="toolTip">
|
||||
@@ -148,6 +116,22 @@ should a repository require SSH-authentication (see documentation on SSH and the
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="Utils::PathChooser" name="sshPromptChooser" native="true"/>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="patchCommandLabel">
|
||||
<property name="text">
|
||||
<string>&Patch command:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>patchChooser</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="Utils::PathChooser" name="patchChooser" native="true"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
|
||||
Reference in New Issue
Block a user