eric6/Debugger/EditBreakpointDialog.ui

changeset 6942
2602857055c5
parent 6034
4f88f70d2cd4
child 8143
2c730d5fd177
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditBreakpointDialog</class>
4 <widget class="QDialog" name="EditBreakpointDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>428</width>
10 <height>226</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edit Breakpoint</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="textLabel1_2">
22 <property name="text">
23 <string>Filename:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1" colspan="2">
28 <widget class="E5ComboPathPicker" name="filenamePicker" native="true">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="focusPolicy">
36 <enum>Qt::WheelFocus</enum>
37 </property>
38 <property name="toolTip">
39 <string>Enter the filename of the breakpoint</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="textLabel2_2">
45 <property name="text">
46 <string>Linenumber:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1">
51 <widget class="QSpinBox" name="linenoSpinBox">
52 <property name="toolTip">
53 <string>Enter the linenumber of the breakpoint</string>
54 </property>
55 <property name="minimum">
56 <number>1</number>
57 </property>
58 <property name="maximum">
59 <number>99999</number>
60 </property>
61 </widget>
62 </item>
63 <item row="1" column="2">
64 <spacer>
65 <property name="orientation">
66 <enum>Qt::Horizontal</enum>
67 </property>
68 <property name="sizeType">
69 <enum>QSizePolicy::Expanding</enum>
70 </property>
71 <property name="sizeHint" stdset="0">
72 <size>
73 <width>200</width>
74 <height>20</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 <item row="2" column="0">
80 <widget class="QLabel" name="textLabel1">
81 <property name="text">
82 <string>Condition:</string>
83 </property>
84 </widget>
85 </item>
86 <item row="2" column="1" colspan="2">
87 <widget class="QComboBox" name="conditionCombo">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 <property name="toolTip">
95 <string>Enter or select a condition for the breakpoint</string>
96 </property>
97 <property name="editable">
98 <bool>true</bool>
99 </property>
100 <property name="sizeAdjustPolicy">
101 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
102 </property>
103 </widget>
104 </item>
105 <item row="3" column="0">
106 <widget class="QLabel" name="textLabel2">
107 <property name="text">
108 <string>Ignore Count:</string>
109 </property>
110 </widget>
111 </item>
112 <item row="3" column="1">
113 <widget class="QSpinBox" name="ignoreSpinBox">
114 <property name="toolTip">
115 <string>Enter an ignore count for the breakpoint</string>
116 </property>
117 <property name="maximum">
118 <number>9999</number>
119 </property>
120 </widget>
121 </item>
122 <item row="3" column="2">
123 <spacer>
124 <property name="orientation">
125 <enum>Qt::Horizontal</enum>
126 </property>
127 <property name="sizeType">
128 <enum>QSizePolicy::Expanding</enum>
129 </property>
130 <property name="sizeHint" stdset="0">
131 <size>
132 <width>250</width>
133 <height>20</height>
134 </size>
135 </property>
136 </spacer>
137 </item>
138 <item row="4" column="0" colspan="3">
139 <widget class="QCheckBox" name="temporaryCheckBox">
140 <property name="toolTip">
141 <string>Select whether this is a temporary breakpoint</string>
142 </property>
143 <property name="text">
144 <string>Temporary Breakpoint</string>
145 </property>
146 </widget>
147 </item>
148 <item row="5" column="0" colspan="3">
149 <widget class="QCheckBox" name="enabledCheckBox">
150 <property name="toolTip">
151 <string>Select, whether the breakpoint is enabled</string>
152 </property>
153 <property name="text">
154 <string>Enabled</string>
155 </property>
156 <property name="checked">
157 <bool>true</bool>
158 </property>
159 </widget>
160 </item>
161 <item row="6" column="0" colspan="3">
162 <widget class="QDialogButtonBox" name="buttonBox">
163 <property name="orientation">
164 <enum>Qt::Horizontal</enum>
165 </property>
166 <property name="standardButtons">
167 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
168 </property>
169 </widget>
170 </item>
171 </layout>
172 </widget>
173 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
174 <customwidgets>
175 <customwidget>
176 <class>E5ComboPathPicker</class>
177 <extends>QWidget</extends>
178 <header>E5Gui/E5PathPicker.h</header>
179 <container>1</container>
180 </customwidget>
181 </customwidgets>
182 <tabstops>
183 <tabstop>filenamePicker</tabstop>
184 <tabstop>linenoSpinBox</tabstop>
185 <tabstop>conditionCombo</tabstop>
186 <tabstop>ignoreSpinBox</tabstop>
187 <tabstop>temporaryCheckBox</tabstop>
188 <tabstop>enabledCheckBox</tabstop>
189 </tabstops>
190 <resources/>
191 <connections>
192 <connection>
193 <sender>buttonBox</sender>
194 <signal>accepted()</signal>
195 <receiver>EditBreakpointDialog</receiver>
196 <slot>accept()</slot>
197 <hints>
198 <hint type="sourcelabel">
199 <x>21</x>
200 <y>179</y>
201 </hint>
202 <hint type="destinationlabel">
203 <x>21</x>
204 <y>201</y>
205 </hint>
206 </hints>
207 </connection>
208 <connection>
209 <sender>buttonBox</sender>
210 <signal>rejected()</signal>
211 <receiver>EditBreakpointDialog</receiver>
212 <slot>reject()</slot>
213 <hints>
214 <hint type="sourcelabel">
215 <x>97</x>
216 <y>187</y>
217 </hint>
218 <hint type="destinationlabel">
219 <x>97</x>
220 <y>204</y>
221 </hint>
222 </hints>
223 </connection>
224 </connections>
225 </ui>

eric ide

mercurial