|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <author>Detlev Offenbach <detlev@die-offenbachs.de></author> |
|
4 <class>VariablesFilterDialog</class> |
|
5 <widget class="QDialog" name="VariablesFilterDialog"> |
|
6 <property name="geometry"> |
|
7 <rect> |
|
8 <x>0</x> |
|
9 <y>0</y> |
|
10 <width>400</width> |
|
11 <height>400</height> |
|
12 </rect> |
|
13 </property> |
|
14 <property name="windowTitle"> |
|
15 <string>Variables Type Filter</string> |
|
16 </property> |
|
17 <property name="whatsThis"> |
|
18 <string><b>Filter Dialog</b> |
|
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> |
|
21 <property name="sizeGripEnabled"> |
|
22 <bool>true</bool> |
|
23 </property> |
|
24 <layout class="QGridLayout" name="gridLayout"> |
|
25 <item row="0" column="0" colspan="2"> |
|
26 <widget class="QLabel" name="label"> |
|
27 <property name="text"> |
|
28 <string>Select the variable types to be shown in the variables viewers:</string> |
|
29 </property> |
|
30 <property name="wordWrap"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item row="1" column="0"> |
|
36 <widget class="QLabel" name="localsLabel"> |
|
37 <property name="text"> |
|
38 <string>&Locals Viewer</string> |
|
39 </property> |
|
40 <property name="buddy"> |
|
41 <cstring>localsList</cstring> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="1" column="1"> |
|
46 <widget class="QLabel" name="globalsLabel"> |
|
47 <property name="text"> |
|
48 <string>&Globals Viewer</string> |
|
49 </property> |
|
50 <property name="buddy"> |
|
51 <cstring>globalsList</cstring> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="2" column="0"> |
|
56 <widget class="QListWidget" name="localsList"> |
|
57 <property name="toolTip"> |
|
58 <string>Locals Filter List</string> |
|
59 </property> |
|
60 <property name="whatsThis"> |
|
61 <string><b>Locals Filter List</b> |
|
62 <p>Select the variable types you want to be shown in the local variables viewer.</p<</string> |
|
63 </property> |
|
64 <property name="alternatingRowColors"> |
|
65 <bool>true</bool> |
|
66 </property> |
|
67 <property name="selectionMode"> |
|
68 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
69 </property> |
|
70 <property name="sortingEnabled"> |
|
71 <bool>true</bool> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="2" column="1"> |
|
76 <widget class="QListWidget" name="globalsList"> |
|
77 <property name="toolTip"> |
|
78 <string>Globals Filter List</string> |
|
79 </property> |
|
80 <property name="whatsThis"> |
|
81 <string><b>Globals Filter List</b> |
|
82 <p>Select the variable types you want to be shown in the global variables viewer.</p<</string> |
|
83 </property> |
|
84 <property name="alternatingRowColors"> |
|
85 <bool>true</bool> |
|
86 </property> |
|
87 <property name="selectionMode"> |
|
88 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
89 </property> |
|
90 <property name="sortingEnabled"> |
|
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> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 </layout> |
|
106 </widget> |
|
107 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
108 <tabstops> |
|
109 <tabstop>localsList</tabstop> |
|
110 <tabstop>globalsList</tabstop> |
|
111 </tabstops> |
|
112 <resources/> |
|
113 <connections> |
|
114 <connection> |
|
115 <sender>buttonBox</sender> |
|
116 <signal>accepted()</signal> |
|
117 <receiver>VariablesFilterDialog</receiver> |
|
118 <slot>accept()</slot> |
|
119 <hints> |
|
120 <hint type="sourcelabel"> |
|
121 <x>14</x> |
|
122 <y>319</y> |
|
123 </hint> |
|
124 <hint type="destinationlabel"> |
|
125 <x>15</x> |
|
126 <y>332</y> |
|
127 </hint> |
|
128 </hints> |
|
129 </connection> |
|
130 <connection> |
|
131 <sender>buttonBox</sender> |
|
132 <signal>rejected()</signal> |
|
133 <receiver>VariablesFilterDialog</receiver> |
|
134 <slot>reject()</slot> |
|
135 <hints> |
|
136 <hint type="sourcelabel"> |
|
137 <x>84</x> |
|
138 <y>317</y> |
|
139 </hint> |
|
140 <hint type="destinationlabel"> |
|
141 <x>84</x> |
|
142 <y>336</y> |
|
143 </hint> |
|
144 </hints> |
|
145 </connection> |
|
146 </connections> |
|
147 </ui> |