Debugger/EditBreakpointDialog.ui

Fri, 27 Nov 2015 20:07:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Nov 2015 20:07:55 +0100
changeset 4579
3b54b95afc47
parent 3656
441956d8fce5
child 5508
30626def80dc
permissions
-rw-r--r--

Modified the edit breakpoint dialog to use the new combo path picker.

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

eric ide

mercurial