forked from qt-creator/qt-creator
Debugger: Re-layout "Attach to QML Port" dialog
Use colons after labels. Also, resize the input fields. Change-Id: I1fee71ea00b61a772430f91d227076d63de2cae4 Reviewed-on: http://codereview.qt-project.org/6438 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>435</width>
|
<width>185</width>
|
||||||
<height>133</height>
|
<height>115</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
<property name="fieldGrowthPolicy">
|
<property name="fieldGrowthPolicy">
|
||||||
<enum>QFormLayout::FieldsStayAtSizeHint</enum>
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="hostLabel">
|
<widget class="QLabel" name="hostLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Host</string>
|
<string>&Host:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>hostLineEdit</cstring>
|
<cstring>hostLineEdit</cstring>
|
||||||
@@ -39,7 +39,10 @@
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="portLabel">
|
<widget class="QLabel" name="portLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Port</string>
|
<string>&Port:</string>
|
||||||
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>portSpinBox</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user