Debugger/VariablesFilterDialog.ui

changeset 5461
b0dc3f0133cd
parent 5171
f1e9eebd5469
child 5508
30626def80dc
diff -r 795170b6c776 -r b0dc3f0133cd Debugger/VariablesFilterDialog.ui
--- a/Debugger/VariablesFilterDialog.ui	Tue Jan 31 18:33:52 2017 +0100
+++ b/Debugger/VariablesFilterDialog.ui	Tue Jan 31 18:43:09 2017 +0100
@@ -7,8 +7,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>386</width>
-    <height>338</height>
+    <width>400</width>
+    <height>400</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -21,45 +21,45 @@
   <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QGridLayout">
-   <item row="2" column="0" colspan="2">
-    <widget class="QDialogButtonBox" name="buttonBox">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0" colspan="2">
+    <widget class="QLabel" name="label">
+     <property name="text">
+      <string>Select the variable types to be shown in the variables viewers:</string>
      </property>
-     <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     <property name="wordWrap">
+      <bool>true</bool>
      </property>
     </widget>
    </item>
-   <item row="0" column="0">
+   <item row="1" column="0">
     <widget class="QLabel" name="localsLabel">
      <property name="text">
-      <string>&amp;Locals Filter</string>
+      <string>&amp;Locals Viewer</string>
      </property>
      <property name="buddy">
       <cstring>localsList</cstring>
      </property>
     </widget>
    </item>
-   <item row="0" column="1">
+   <item row="1" column="1">
     <widget class="QLabel" name="globalsLabel">
      <property name="text">
-      <string>&amp;Globals Filter</string>
+      <string>&amp;Globals Viewer</string>
      </property>
      <property name="buddy">
       <cstring>globalsList</cstring>
      </property>
     </widget>
    </item>
-   <item row="1" column="0">
+   <item row="2" column="0">
     <widget class="QListWidget" name="localsList">
      <property name="toolTip">
       <string>Locals Filter List</string>
      </property>
      <property name="whatsThis">
       <string>&lt;b&gt;Locals Filter List&lt;/b&gt;
-&lt;p&gt;Select the variable types you want to be filtered out of the locals variables list.&lt;/p&lt;</string>
+&lt;p&gt;Select the variable types you want to be shown in the local variables viewer.&lt;/p&lt;</string>
      </property>
      <property name="alternatingRowColors">
       <bool>true</bool>
@@ -72,14 +72,14 @@
      </property>
     </widget>
    </item>
-   <item row="1" column="1">
+   <item row="2" column="1">
     <widget class="QListWidget" name="globalsList">
      <property name="toolTip">
       <string>Globals Filter List</string>
      </property>
      <property name="whatsThis">
       <string>&lt;b&gt;Globals Filter List&lt;/b&gt;
-&lt;p&gt;Select the variable types you want to be filtered out of the globals variables list.&lt;/p&lt;</string>
+&lt;p&gt;Select the variable types you want to be shown in the global variables viewer.&lt;/p&lt;</string>
      </property>
      <property name="alternatingRowColors">
       <bool>true</bool>
@@ -92,6 +92,16 @@
      </property>
     </widget>
    </item>
+   <item row="3" column="0" colspan="2">
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
   </layout>
  </widget>
  <layoutdefault spacing="6" margin="11"/>

eric ide

mercurial