19 <p> This dialog gives the user the possibility to select what kind of variables should <b>not</b> be shown during a debugging session.</p></string> |
19 <p> This dialog gives the user the possibility to select what kind of variables should <b>not</b> be shown during a debugging session.</p></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>&Locals Filter</string> |
38 <string>&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>&Globals Filter</string> |
48 <string>&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><b>Locals Filter List</b> |
61 <string><b>Locals Filter List</b> |
62 <p>Select the variable types you want to be filtered out of the locals variables list.</p<</string> |
62 <p>Select the variable types you want to be shown in the local variables viewer.</p<</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><b>Globals Filter List</b> |
81 <string><b>Globals Filter List</b> |
82 <p>Select the variable types you want to be filtered out of the globals variables list.</p<</string> |
82 <p>Select the variable types you want to be shown in the global variables viewer.</p<</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> |