1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <author>Detlev Offenbach <detlev@die-offenbachs.de></author> |
2 <ui version="4.0"> |
|
3 <author>Detlev Offenbach <detlev@die-offenbachs.de></author> |
3 <class>VariablesFilterDialog</class> |
4 <class>VariablesFilterDialog</class> |
4 <widget class="QDialog" name="VariablesFilterDialog" > |
5 <widget class="QDialog" name="VariablesFilterDialog"> |
5 <property name="geometry" > |
6 <property name="geometry"> |
6 <rect> |
7 <rect> |
7 <x>0</x> |
8 <x>0</x> |
8 <y>0</y> |
9 <y>0</y> |
9 <width>386</width> |
10 <width>386</width> |
10 <height>338</height> |
11 <height>338</height> |
11 </rect> |
12 </rect> |
12 </property> |
13 </property> |
13 <property name="windowTitle" > |
14 <property name="windowTitle"> |
14 <string>Variables Type Filter</string> |
15 <string>Variables Type Filter</string> |
15 </property> |
16 </property> |
16 <property name="whatsThis" > |
17 <property name="whatsThis"> |
17 <string><b>Filter Dialog</b> |
18 <string><b>Filter Dialog</b> |
18 <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> |
19 </property> |
20 </property> |
20 <property name="sizeGripEnabled" > |
21 <property name="sizeGripEnabled"> |
21 <bool>true</bool> |
22 <bool>true</bool> |
22 </property> |
23 </property> |
23 <layout class="QGridLayout" > |
24 <layout class="QGridLayout"> |
24 <item row="2" column="0" colspan="2" > |
25 <item row="2" column="0" colspan="2"> |
25 <widget class="QDialogButtonBox" name="buttonBox" > |
26 <widget class="QDialogButtonBox" name="buttonBox"> |
26 <property name="orientation" > |
27 <property name="orientation"> |
27 <enum>Qt::Horizontal</enum> |
28 <enum>Qt::Horizontal</enum> |
28 </property> |
29 </property> |
29 <property name="standardButtons" > |
30 <property name="standardButtons"> |
30 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
31 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
31 </property> |
32 </property> |
32 </widget> |
33 </widget> |
33 </item> |
34 </item> |
34 <item row="0" column="0" > |
35 <item row="0" column="0"> |
35 <widget class="QLabel" name="localsLabel" > |
36 <widget class="QLabel" name="localsLabel"> |
36 <property name="text" > |
37 <property name="text"> |
37 <string>&Locals Filter</string> |
38 <string>&Locals Filter</string> |
38 </property> |
39 </property> |
39 <property name="buddy" > |
40 <property name="buddy"> |
40 <cstring>localsList</cstring> |
41 <cstring>localsList</cstring> |
41 </property> |
42 </property> |
42 </widget> |
43 </widget> |
43 </item> |
44 </item> |
44 <item row="0" column="1" > |
45 <item row="0" column="1"> |
45 <widget class="QLabel" name="globalsLabel" > |
46 <widget class="QLabel" name="globalsLabel"> |
46 <property name="text" > |
47 <property name="text"> |
47 <string>&Globals Filter</string> |
48 <string>&Globals Filter</string> |
48 </property> |
49 </property> |
49 <property name="buddy" > |
50 <property name="buddy"> |
50 <cstring>globalsList</cstring> |
51 <cstring>globalsList</cstring> |
51 </property> |
52 </property> |
52 </widget> |
53 </widget> |
53 </item> |
54 </item> |
54 <item row="1" column="0" > |
55 <item row="1" column="0"> |
55 <widget class="QListWidget" name="localsList" > |
56 <widget class="QListWidget" name="localsList"> |
56 <property name="toolTip" > |
57 <property name="toolTip"> |
57 <string>Locals Filter List</string> |
58 <string>Locals Filter List</string> |
58 </property> |
59 </property> |
59 <property name="whatsThis" > |
60 <property name="whatsThis"> |
60 <string><b>Locals Filter List</b> |
61 <string><b>Locals Filter List</b> |
61 <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 filtered out of the locals variables list.</p<</string> |
62 </property> |
63 </property> |
63 <property name="selectionMode" > |
64 <property name="alternatingRowColors"> |
|
65 <bool>true</bool> |
|
66 </property> |
|
67 <property name="selectionMode"> |
64 <enum>QAbstractItemView::ExtendedSelection</enum> |
68 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
69 </property> |
|
70 <property name="sortingEnabled"> |
|
71 <bool>true</bool> |
65 </property> |
72 </property> |
66 </widget> |
73 </widget> |
67 </item> |
74 </item> |
68 <item row="1" column="1" > |
75 <item row="1" column="1"> |
69 <widget class="QListWidget" name="globalsList" > |
76 <widget class="QListWidget" name="globalsList"> |
70 <property name="toolTip" > |
77 <property name="toolTip"> |
71 <string>Globals Filter List</string> |
78 <string>Globals Filter List</string> |
72 </property> |
79 </property> |
73 <property name="whatsThis" > |
80 <property name="whatsThis"> |
74 <string><b>Globals Filter List</b> |
81 <string><b>Globals Filter List</b> |
75 <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 filtered out of the globals variables list.</p<</string> |
76 </property> |
83 </property> |
77 <property name="selectionMode" > |
84 <property name="alternatingRowColors"> |
|
85 <bool>true</bool> |
|
86 </property> |
|
87 <property name="selectionMode"> |
78 <enum>QAbstractItemView::ExtendedSelection</enum> |
88 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
89 </property> |
|
90 <property name="sortingEnabled"> |
|
91 <bool>true</bool> |
79 </property> |
92 </property> |
80 </widget> |
93 </widget> |
81 </item> |
94 </item> |
82 </layout> |
95 </layout> |
83 </widget> |
96 </widget> |
84 <layoutdefault spacing="6" margin="11" /> |
97 <layoutdefault spacing="6" margin="11"/> |
85 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
98 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
86 <tabstops> |
99 <tabstops> |
87 <tabstop>localsList</tabstop> |
100 <tabstop>localsList</tabstop> |
88 <tabstop>globalsList</tabstop> |
101 <tabstop>globalsList</tabstop> |
89 </tabstops> |
102 </tabstops> |