Debugger/VariablesFilterDialog.ui

changeset 5171
f1e9eebd5469
parent 0
de9c2efb9d02
child 5461
b0dc3f0133cd
equal deleted inserted replaced
5169:74e000797a93 5171:f1e9eebd5469
1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?>
2 <author>Detlev Offenbach &lt;detlev@die-offenbachs.de></author> 2 <ui version="4.0">
3 <author>Detlev Offenbach &lt;detlev@die-offenbachs.de&gt;</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>&lt;b>Filter Dialog&lt;/b> 18 <string>&lt;b&gt;Filter Dialog&lt;/b&gt;
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 &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 </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>&amp;Locals Filter</string> 38 <string>&amp;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>&amp;Globals Filter</string> 48 <string>&amp;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>&lt;b>Locals Filter List&lt;/b> 61 <string>&lt;b&gt;Locals Filter List&lt;/b&gt;
61 &lt;p>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 filtered out of the locals variables list.&lt;/p&lt;</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>&lt;b>Globals Filter List&lt;/b> 81 <string>&lt;b&gt;Globals Filter List&lt;/b&gt;
75 &lt;p>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 filtered out of the globals variables list.&lt;/p&lt;</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>
93 <sender>buttonBox</sender> 106 <sender>buttonBox</sender>
94 <signal>accepted()</signal> 107 <signal>accepted()</signal>
95 <receiver>VariablesFilterDialog</receiver> 108 <receiver>VariablesFilterDialog</receiver>
96 <slot>accept()</slot> 109 <slot>accept()</slot>
97 <hints> 110 <hints>
98 <hint type="sourcelabel" > 111 <hint type="sourcelabel">
99 <x>14</x> 112 <x>14</x>
100 <y>319</y> 113 <y>319</y>
101 </hint> 114 </hint>
102 <hint type="destinationlabel" > 115 <hint type="destinationlabel">
103 <x>15</x> 116 <x>15</x>
104 <y>332</y> 117 <y>332</y>
105 </hint> 118 </hint>
106 </hints> 119 </hints>
107 </connection> 120 </connection>
109 <sender>buttonBox</sender> 122 <sender>buttonBox</sender>
110 <signal>rejected()</signal> 123 <signal>rejected()</signal>
111 <receiver>VariablesFilterDialog</receiver> 124 <receiver>VariablesFilterDialog</receiver>
112 <slot>reject()</slot> 125 <slot>reject()</slot>
113 <hints> 126 <hints>
114 <hint type="sourcelabel" > 127 <hint type="sourcelabel">
115 <x>84</x> 128 <x>84</x>
116 <y>317</y> 129 <y>317</y>
117 </hint> 130 </hint>
118 <hint type="destinationlabel" > 131 <hint type="destinationlabel">
119 <x>84</x> 132 <x>84</x>
120 <y>336</y> 133 <y>336</y>
121 </hint> 134 </hint>
122 </hints> 135 </hints>
123 </connection> 136 </connection>

eric ide

mercurial