OSDN Git Service

Debugger: Re-layout "Attach to QML Port" dialog
authorKai Koehne <kai.koehne@nokia.com>
Tue, 11 Oct 2011 10:46:07 +0000 (12:46 +0200)
committerKai Koehne <kai.koehne@nokia.com>
Tue, 11 Oct 2011 14:10:44 +0000 (16:10 +0200)
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>
src/plugins/debugger/attachtoqmlportdialog.ui

index 2a88bff..45feeb7 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>435</width>
-    <height>133</height>
+    <width>185</width>
+    <height>115</height>
    </rect>
   </property>
   <property name="windowTitle">
    <item>
     <layout class="QFormLayout" name="formLayout">
      <property name="fieldGrowthPolicy">
-      <enum>QFormLayout::FieldsStayAtSizeHint</enum>
+      <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
      </property>
      <item row="0" column="0">
       <widget class="QLabel" name="hostLabel">
        <property name="text">
-        <string>Host</string>
+        <string>&amp;Host:</string>
        </property>
        <property name="buddy">
         <cstring>hostLineEdit</cstring>
      <item row="1" column="0">
       <widget class="QLabel" name="portLabel">
        <property name="text">
-        <string>Port</string>
+        <string>&amp;Port:</string>
+       </property>
+       <property name="buddy">
+        <cstring>portSpinBox</cstring>
        </property>
       </widget>
      </item>