src/eric7/Debugger/ExceptionsFilterDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ExceptionsFilterDialog</class>
4 <widget class="QDialog" name="ExceptionsFilterDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Exceptions Filter</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Exception Filter&lt;/b&gt;
18 &lt;p&gt;This dialog is used to enter the exception types, that shall be highlighted during a debugging session. If this list is empty, all exception types will be highlighted. If the exception reporting flag in the &quot;Start Debugging&quot; dialog is unchecked, no exception will be reported at all.&lt;/p&gt;
19 &lt;p&gt;Please note, that unhandled exceptions are always highlighted independent of these settings.&lt;/p&gt;</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="3">
26 <widget class="QListWidget" name="exceptionList">
27 <property name="toolTip">
28 <string>List of exceptions that shall be highlighted</string>
29 </property>
30 <property name="alternatingRowColors">
31 <bool>true</bool>
32 </property>
33 </widget>
34 </item>
35 <item row="1" column="0">
36 <widget class="QPushButton" name="addButton">
37 <property name="enabled">
38 <bool>false</bool>
39 </property>
40 <property name="toolTip">
41 <string>Press to add the entered exception to the list</string>
42 </property>
43 <property name="text">
44 <string>Add</string>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="1" colspan="2">
49 <widget class="QLineEdit" name="exceptionEdit">
50 <property name="toolTip">
51 <string>Enter an exception type that shall be highlighted</string>
52 </property>
53 </widget>
54 </item>
55 <item row="2" column="0">
56 <widget class="QPushButton" name="deleteButton">
57 <property name="enabled">
58 <bool>false</bool>
59 </property>
60 <property name="toolTip">
61 <string>Press to delete the selected exception from the list</string>
62 </property>
63 <property name="text">
64 <string>Delete</string>
65 </property>
66 </widget>
67 </item>
68 <item row="2" column="1">
69 <widget class="QPushButton" name="deleteAllButton">
70 <property name="toolTip">
71 <string>Press to delete all exceptions from the list</string>
72 </property>
73 <property name="text">
74 <string>Delete All</string>
75 </property>
76 </widget>
77 </item>
78 <item row="2" column="2">
79 <spacer name="horizontalSpacer">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="sizeHint" stdset="0">
84 <size>
85 <width>261</width>
86 <height>20</height>
87 </size>
88 </property>
89 </spacer>
90 </item>
91 <item row="3" column="0" colspan="3">
92 <widget class="QDialogButtonBox" name="buttonBox">
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="standardButtons">
97 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </widget>
103 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
104 <tabstops>
105 <tabstop>exceptionList</tabstop>
106 <tabstop>exceptionEdit</tabstop>
107 <tabstop>addButton</tabstop>
108 <tabstop>deleteButton</tabstop>
109 <tabstop>deleteAllButton</tabstop>
110 <tabstop>buttonBox</tabstop>
111 </tabstops>
112 <resources/>
113 <connections>
114 <connection>
115 <sender>buttonBox</sender>
116 <signal>accepted()</signal>
117 <receiver>ExceptionsFilterDialog</receiver>
118 <slot>accept()</slot>
119 <hints>
120 <hint type="sourcelabel">
121 <x>26</x>
122 <y>309</y>
123 </hint>
124 <hint type="destinationlabel">
125 <x>26</x>
126 <y>325</y>
127 </hint>
128 </hints>
129 </connection>
130 <connection>
131 <sender>buttonBox</sender>
132 <signal>rejected()</signal>
133 <receiver>ExceptionsFilterDialog</receiver>
134 <slot>reject()</slot>
135 <hints>
136 <hint type="sourcelabel">
137 <x>85</x>
138 <y>310</y>
139 </hint>
140 <hint type="destinationlabel">
141 <x>85</x>
142 <y>324</y>
143 </hint>
144 </hints>
145 </connection>
146 </connections>
147 </ui>

eric ide

mercurial