Helpviewer/AdBlock/AdBlockDialog.ui

changeset 1649
1b7cd7409170
parent 55
b5c84934de9c
child 1854
191efdc54c62
diff -r 30be422ac04b -r 1b7cd7409170 Helpviewer/AdBlock/AdBlockDialog.ui
--- a/Helpviewer/AdBlock/AdBlockDialog.ui	Sun Feb 19 20:24:03 2012 +0100
+++ b/Helpviewer/AdBlock/AdBlockDialog.ui	Tue Feb 21 17:19:21 2012 +0100
@@ -27,8 +27,31 @@
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
-       <layout class="QHBoxLayout" name="horizontalLayout_2">
-        <item>
+       <layout class="QGridLayout" name="gridLayout">
+        <property name="horizontalSpacing">
+         <number>0</number>
+        </property>
+        <item row="0" column="0" rowspan="2">
+         <widget class="QLabel" name="iconLabel">
+          <property name="text">
+           <string notr="true">Icon</string>
+          </property>
+         </widget>
+        </item>
+        <item row="0" column="1" colspan="3">
+         <spacer name="horizontalSpacer_3">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>158</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item row="1" column="1">
          <spacer name="horizontalSpacer">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
@@ -41,29 +64,22 @@
           </property>
          </spacer>
         </item>
-        <item>
-         <layout class="QHBoxLayout" name="horizontalLayout">
-          <property name="spacing">
-           <number>0</number>
+        <item row="1" column="2">
+         <widget class="QLineEdit" name="searchEdit">
+          <property name="toolTip">
+           <string>Enter search term for subscriptions and rules</string>
           </property>
-          <item>
-           <widget class="QLineEdit" name="searchEdit">
-            <property name="toolTip">
-             <string>Enter search term for subscriptions and rules</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QToolButton" name="clearButton">
-            <property name="toolTip">
-             <string>Press to clear the search edit</string>
-            </property>
-            <property name="text">
-             <string/>
-            </property>
-           </widget>
-          </item>
-         </layout>
+         </widget>
+        </item>
+        <item row="1" column="3">
+         <widget class="QToolButton" name="clearButton">
+          <property name="toolTip">
+           <string>Press to clear the search edit</string>
+          </property>
+          <property name="text">
+           <string/>
+          </property>
+         </widget>
         </item>
        </layout>
       </item>
@@ -191,4 +207,4 @@
    </hints>
   </connection>
  </connections>
-</ui>
\ No newline at end of file
+</ui>

eric ide

mercurial