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>&Locals Filter</string> + <string>&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>&Globals Filter</string> + <string>&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><b>Locals Filter List</b> -<p>Select the variable types you want to be filtered out of the locals variables list.</p<</string> +<p>Select the variable types you want to be shown in the local variables viewer.</p<</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><b>Globals Filter List</b> -<p>Select the variable types you want to be filtered out of the globals variables list.</p<</string> +<p>Select the variable types you want to be shown in the global variables viewer.</p<</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"/>