~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Debugger/ExceptionsFilterDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ExceptionsFilterDialog</class>
 
3
 <widget class="QDialog" name="ExceptionsFilterDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>464</width>
 
9
    <height>328</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Exceptions Filter</string>
 
14
  </property>
 
15
  <property name="whatsThis" >
 
16
   <string>&lt;b>Exception Filter&lt;/b>
 
17
&lt;p>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 "Start Debugging" dialog is unchecked, no exception will be reported at all.&lt;/p>
 
18
&lt;p>Please note, that unhandled exceptions are always highlighted independent of these settings.&lt;/p></string>
 
19
  </property>
 
20
  <property name="sizeGripEnabled" >
 
21
   <bool>true</bool>
 
22
  </property>
 
23
  <layout class="QVBoxLayout" >
 
24
   <property name="spacing" >
 
25
    <number>6</number>
 
26
   </property>
 
27
   <property name="leftMargin" >
 
28
    <number>6</number>
 
29
   </property>
 
30
   <property name="topMargin" >
 
31
    <number>6</number>
 
32
   </property>
 
33
   <property name="rightMargin" >
 
34
    <number>6</number>
 
35
   </property>
 
36
   <property name="bottomMargin" >
 
37
    <number>6</number>
 
38
   </property>
 
39
   <item>
 
40
    <layout class="QGridLayout" >
 
41
     <property name="leftMargin" >
 
42
      <number>0</number>
 
43
     </property>
 
44
     <property name="topMargin" >
 
45
      <number>0</number>
 
46
     </property>
 
47
     <property name="rightMargin" >
 
48
      <number>0</number>
 
49
     </property>
 
50
     <property name="bottomMargin" >
 
51
      <number>0</number>
 
52
     </property>
 
53
     <property name="horizontalSpacing" >
 
54
      <number>6</number>
 
55
     </property>
 
56
     <property name="verticalSpacing" >
 
57
      <number>6</number>
 
58
     </property>
 
59
     <item row="1" column="0" >
 
60
      <widget class="QPushButton" name="deleteButton" >
 
61
       <property name="toolTip" >
 
62
        <string>Press to delete the selected exception from the list</string>
 
63
       </property>
 
64
       <property name="text" >
 
65
        <string>Delete</string>
 
66
       </property>
 
67
      </widget>
 
68
     </item>
 
69
     <item row="1" column="2" >
 
70
      <widget class="QLineEdit" name="exceptionEdit" >
 
71
       <property name="toolTip" >
 
72
        <string>Enter an exception type that shall be highlighted</string>
 
73
       </property>
 
74
      </widget>
 
75
     </item>
 
76
     <item row="0" column="0" colspan="3" >
 
77
      <widget class="QListWidget" name="exceptionList" >
 
78
       <property name="toolTip" >
 
79
        <string>List of exceptions that shall be highlighted</string>
 
80
       </property>
 
81
       <property name="alternatingRowColors" >
 
82
        <bool>true</bool>
 
83
       </property>
 
84
      </widget>
 
85
     </item>
 
86
     <item row="1" column="1" >
 
87
      <widget class="QPushButton" name="addButton" >
 
88
       <property name="enabled" >
 
89
        <bool>false</bool>
 
90
       </property>
 
91
       <property name="toolTip" >
 
92
        <string>Press to add the entered exception to the list</string>
 
93
       </property>
 
94
       <property name="text" >
 
95
        <string>Add</string>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
    </layout>
 
100
   </item>
 
101
   <item>
 
102
    <widget class="QDialogButtonBox" name="buttonBox" >
 
103
     <property name="orientation" >
 
104
      <enum>Qt::Horizontal</enum>
 
105
     </property>
 
106
     <property name="standardButtons" >
 
107
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
108
     </property>
 
109
    </widget>
 
110
   </item>
 
111
  </layout>
 
112
 </widget>
 
113
 <layoutdefault spacing="6" margin="11" />
 
114
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
115
 <tabstops>
 
116
  <tabstop>exceptionList</tabstop>
 
117
  <tabstop>exceptionEdit</tabstop>
 
118
  <tabstop>addButton</tabstop>
 
119
  <tabstop>deleteButton</tabstop>
 
120
 </tabstops>
 
121
 <resources/>
 
122
 <connections>
 
123
  <connection>
 
124
   <sender>buttonBox</sender>
 
125
   <signal>accepted()</signal>
 
126
   <receiver>ExceptionsFilterDialog</receiver>
 
127
   <slot>accept()</slot>
 
128
   <hints>
 
129
    <hint type="sourcelabel" >
 
130
     <x>26</x>
 
131
     <y>309</y>
 
132
    </hint>
 
133
    <hint type="destinationlabel" >
 
134
     <x>26</x>
 
135
     <y>325</y>
 
136
    </hint>
 
137
   </hints>
 
138
  </connection>
 
139
  <connection>
 
140
   <sender>buttonBox</sender>
 
141
   <signal>rejected()</signal>
 
142
   <receiver>ExceptionsFilterDialog</receiver>
 
143
   <slot>reject()</slot>
 
144
   <hints>
 
145
    <hint type="sourcelabel" >
 
146
     <x>85</x>
 
147
     <y>310</y>
 
148
    </hint>
 
149
    <hint type="destinationlabel" >
 
150
     <x>85</x>
 
151
     <y>324</y>
 
152
    </hint>
 
153
   </hints>
 
154
  </connection>
 
155
 </connections>
 
156
</ui>