OSDN Git Service

Do word wrap in general Qt project build settings warning label.
authorcon <qtc-committer@nokia.com>
Fri, 4 Feb 2011 15:59:48 +0000 (16:59 +0100)
committercon <qtc-committer@nokia.com>
Fri, 4 Feb 2011 16:02:40 +0000 (17:02 +0100)
Task-number: QTCREATORBUG-1497

src/plugins/qt4projectmanager/qt4projectconfigwidget.ui

index dbc83c9..1bcb717 100644 (file)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>712</width>
-    <height>153</height>
+    <height>188</height>
    </rect>
   </property>
   <layout class="QGridLayout" name="gridLayout">
@@ -86,7 +86,7 @@
     </widget>
    </item>
    <item row="3" column="1">
-    <widget class="Utils::PathChooser" name="shadowBuildDirEdit" native="true">
+    <widget class="Utils::PathChooser" name="shadowBuildDirEdit">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
        <horstretch>0</horstretch>
      </item>
      <item>
       <widget class="QLabel" name="problemLabel">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+         <horstretch>10</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <property name="text">
         <string>problemLabel</string>
        </property>
-      </widget>
-     </item>
-     <item>
-      <spacer name="horizontalSpacer">
-       <property name="orientation">
-        <enum>Qt::Horizontal</enum>
+       <property name="wordWrap">
+        <bool>true</bool>
        </property>
-       <property name="sizeHint" stdset="0">
-        <size>
-         <width>40</width>
-         <height>20</height>
-        </size>
-       </property>
-      </spacer>
+      </widget>
      </item>
     </layout>
    </item>