Debugger/VariablesFilterDialog.ui

changeset 0
de9c2efb9d02
child 5171
f1e9eebd5469
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <author>Detlev Offenbach &lt;detlev@die-offenbachs.de></author>
3 <class>VariablesFilterDialog</class>
4 <widget class="QDialog" name="VariablesFilterDialog" >
5 <property name="geometry" >
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>386</width>
10 <height>338</height>
11 </rect>
12 </property>
13 <property name="windowTitle" >
14 <string>Variables Type Filter</string>
15 </property>
16 <property name="whatsThis" >
17 <string>&lt;b>Filter Dialog&lt;/b>
18 &lt;p> This dialog gives the user the possibility to select what kind of variables should &lt;b>not&lt;/b> be shown during a debugging session.&lt;/p></string>
19 </property>
20 <property name="sizeGripEnabled" >
21 <bool>true</bool>
22 </property>
23 <layout class="QGridLayout" >
24 <item row="2" column="0" colspan="2" >
25 <widget class="QDialogButtonBox" name="buttonBox" >
26 <property name="orientation" >
27 <enum>Qt::Horizontal</enum>
28 </property>
29 <property name="standardButtons" >
30 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
31 </property>
32 </widget>
33 </item>
34 <item row="0" column="0" >
35 <widget class="QLabel" name="localsLabel" >
36 <property name="text" >
37 <string>&amp;Locals Filter</string>
38 </property>
39 <property name="buddy" >
40 <cstring>localsList</cstring>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="1" >
45 <widget class="QLabel" name="globalsLabel" >
46 <property name="text" >
47 <string>&amp;Globals Filter</string>
48 </property>
49 <property name="buddy" >
50 <cstring>globalsList</cstring>
51 </property>
52 </widget>
53 </item>
54 <item row="1" column="0" >
55 <widget class="QListWidget" name="localsList" >
56 <property name="toolTip" >
57 <string>Locals Filter List</string>
58 </property>
59 <property name="whatsThis" >
60 <string>&lt;b>Locals Filter List&lt;/b>
61 &lt;p>Select the variable types you want to be filtered out of the locals variables list.&lt;/p&lt;</string>
62 </property>
63 <property name="selectionMode" >
64 <enum>QAbstractItemView::ExtendedSelection</enum>
65 </property>
66 </widget>
67 </item>
68 <item row="1" column="1" >
69 <widget class="QListWidget" name="globalsList" >
70 <property name="toolTip" >
71 <string>Globals Filter List</string>
72 </property>
73 <property name="whatsThis" >
74 <string>&lt;b>Globals Filter List&lt;/b>
75 &lt;p>Select the variable types you want to be filtered out of the globals variables list.&lt;/p&lt;</string>
76 </property>
77 <property name="selectionMode" >
78 <enum>QAbstractItemView::ExtendedSelection</enum>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 <layoutdefault spacing="6" margin="11" />
85 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
86 <tabstops>
87 <tabstop>localsList</tabstop>
88 <tabstop>globalsList</tabstop>
89 </tabstops>
90 <resources/>
91 <connections>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>accepted()</signal>
95 <receiver>VariablesFilterDialog</receiver>
96 <slot>accept()</slot>
97 <hints>
98 <hint type="sourcelabel" >
99 <x>14</x>
100 <y>319</y>
101 </hint>
102 <hint type="destinationlabel" >
103 <x>15</x>
104 <y>332</y>
105 </hint>
106 </hints>
107 </connection>
108 <connection>
109 <sender>buttonBox</sender>
110 <signal>rejected()</signal>
111 <receiver>VariablesFilterDialog</receiver>
112 <slot>reject()</slot>
113 <hints>
114 <hint type="sourcelabel" >
115 <x>84</x>
116 <y>317</y>
117 </hint>
118 <hint type="destinationlabel" >
119 <x>84</x>
120 <y>336</y>
121 </hint>
122 </hints>
123 </connection>
124 </connections>
125 </ui>

eric ide

mercurial