Debugger/VariablesFilterDialog.ui

changeset 5461
b0dc3f0133cd
parent 5171
f1e9eebd5469
child 5508
30626def80dc
equal deleted inserted replaced
5460:795170b6c776 5461:b0dc3f0133cd
5 <widget class="QDialog" name="VariablesFilterDialog"> 5 <widget class="QDialog" name="VariablesFilterDialog">
6 <property name="geometry"> 6 <property name="geometry">
7 <rect> 7 <rect>
8 <x>0</x> 8 <x>0</x>
9 <y>0</y> 9 <y>0</y>
10 <width>386</width> 10 <width>400</width>
11 <height>338</height> 11 <height>400</height>
12 </rect> 12 </rect>
13 </property> 13 </property>
14 <property name="windowTitle"> 14 <property name="windowTitle">
15 <string>Variables Type Filter</string> 15 <string>Variables Type Filter</string>
16 </property> 16 </property>
19 &lt;p&gt; This dialog gives the user the possibility to select what kind of variables should &lt;b&gt;not&lt;/b&gt; be shown during a debugging session.&lt;/p&gt;</string> 19 &lt;p&gt; This dialog gives the user the possibility to select what kind of variables should &lt;b&gt;not&lt;/b&gt; be shown during a debugging session.&lt;/p&gt;</string>
20 </property> 20 </property>
21 <property name="sizeGripEnabled"> 21 <property name="sizeGripEnabled">
22 <bool>true</bool> 22 <bool>true</bool>
23 </property> 23 </property>
24 <layout class="QGridLayout"> 24 <layout class="QGridLayout" name="gridLayout">
25 <item row="2" column="0" colspan="2"> 25 <item row="0" column="0" colspan="2">
26 <widget class="QDialogButtonBox" name="buttonBox"> 26 <widget class="QLabel" name="label">
27 <property name="orientation"> 27 <property name="text">
28 <enum>Qt::Horizontal</enum> 28 <string>Select the variable types to be shown in the variables viewers:</string>
29 </property> 29 </property>
30 <property name="standardButtons"> 30 <property name="wordWrap">
31 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 31 <bool>true</bool>
32 </property> 32 </property>
33 </widget> 33 </widget>
34 </item> 34 </item>
35 <item row="0" column="0"> 35 <item row="1" column="0">
36 <widget class="QLabel" name="localsLabel"> 36 <widget class="QLabel" name="localsLabel">
37 <property name="text"> 37 <property name="text">
38 <string>&amp;Locals Filter</string> 38 <string>&amp;Locals Viewer</string>
39 </property> 39 </property>
40 <property name="buddy"> 40 <property name="buddy">
41 <cstring>localsList</cstring> 41 <cstring>localsList</cstring>
42 </property> 42 </property>
43 </widget> 43 </widget>
44 </item> 44 </item>
45 <item row="0" column="1"> 45 <item row="1" column="1">
46 <widget class="QLabel" name="globalsLabel"> 46 <widget class="QLabel" name="globalsLabel">
47 <property name="text"> 47 <property name="text">
48 <string>&amp;Globals Filter</string> 48 <string>&amp;Globals Viewer</string>
49 </property> 49 </property>
50 <property name="buddy"> 50 <property name="buddy">
51 <cstring>globalsList</cstring> 51 <cstring>globalsList</cstring>
52 </property> 52 </property>
53 </widget> 53 </widget>
54 </item> 54 </item>
55 <item row="1" column="0"> 55 <item row="2" column="0">
56 <widget class="QListWidget" name="localsList"> 56 <widget class="QListWidget" name="localsList">
57 <property name="toolTip"> 57 <property name="toolTip">
58 <string>Locals Filter List</string> 58 <string>Locals Filter List</string>
59 </property> 59 </property>
60 <property name="whatsThis"> 60 <property name="whatsThis">
61 <string>&lt;b&gt;Locals Filter List&lt;/b&gt; 61 <string>&lt;b&gt;Locals Filter List&lt;/b&gt;
62 &lt;p&gt;Select the variable types you want to be filtered out of the locals variables list.&lt;/p&lt;</string> 62 &lt;p&gt;Select the variable types you want to be shown in the local variables viewer.&lt;/p&lt;</string>
63 </property> 63 </property>
64 <property name="alternatingRowColors"> 64 <property name="alternatingRowColors">
65 <bool>true</bool> 65 <bool>true</bool>
66 </property> 66 </property>
67 <property name="selectionMode"> 67 <property name="selectionMode">
70 <property name="sortingEnabled"> 70 <property name="sortingEnabled">
71 <bool>true</bool> 71 <bool>true</bool>
72 </property> 72 </property>
73 </widget> 73 </widget>
74 </item> 74 </item>
75 <item row="1" column="1"> 75 <item row="2" column="1">
76 <widget class="QListWidget" name="globalsList"> 76 <widget class="QListWidget" name="globalsList">
77 <property name="toolTip"> 77 <property name="toolTip">
78 <string>Globals Filter List</string> 78 <string>Globals Filter List</string>
79 </property> 79 </property>
80 <property name="whatsThis"> 80 <property name="whatsThis">
81 <string>&lt;b&gt;Globals Filter List&lt;/b&gt; 81 <string>&lt;b&gt;Globals Filter List&lt;/b&gt;
82 &lt;p&gt;Select the variable types you want to be filtered out of the globals variables list.&lt;/p&lt;</string> 82 &lt;p&gt;Select the variable types you want to be shown in the global variables viewer.&lt;/p&lt;</string>
83 </property> 83 </property>
84 <property name="alternatingRowColors"> 84 <property name="alternatingRowColors">
85 <bool>true</bool> 85 <bool>true</bool>
86 </property> 86 </property>
87 <property name="selectionMode"> 87 <property name="selectionMode">
88 <enum>QAbstractItemView::ExtendedSelection</enum> 88 <enum>QAbstractItemView::ExtendedSelection</enum>
89 </property> 89 </property>
90 <property name="sortingEnabled"> 90 <property name="sortingEnabled">
91 <bool>true</bool> 91 <bool>true</bool>
92 </property>
93 </widget>
94 </item>
95 <item row="3" column="0" colspan="2">
96 <widget class="QDialogButtonBox" name="buttonBox">
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 <property name="standardButtons">
101 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
92 </property> 102 </property>
93 </widget> 103 </widget>
94 </item> 104 </item>
95 </layout> 105 </layout>
96 </widget> 106 </widget>

eric ide

mercurial