eric6/Debugger/EditBreakpointDialog.ui

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6942
2602857055c5
child 8143
2c730d5fd177
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

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>
6034
4f88f70d2cd4 Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5508
diff changeset
10 <height>226</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>
6034
4f88f70d2cd4 Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5508
diff changeset
100 <property name="sizeAdjustPolicy">
4f88f70d2cd4 Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5508
diff changeset
101 <enum>QComboBox::AdjustToMinimumContentsLength</enum>
4f88f70d2cd4 Added the capability to remember the most recently used file names and conditions.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5508
diff changeset
102 </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
103 </widget>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
104 </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
105 <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
106 <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
107 <property name="text">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 <string>Ignore Count:</string>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 </property>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 </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
112 <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
113 <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
114 <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
115 <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
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 <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
118 <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
119 </property>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
120 </widget>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
121 </item>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
122 <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
123 <spacer>
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="orientation">
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>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
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="sizeType">
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
128 <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
129 </property>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
130 <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
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 <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
133 <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
134 </size>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
135 </property>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
136 </spacer>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
137 </item>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
138 <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
139 <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
140 <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
141 <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
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 <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
144 <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
145 </property>
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>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
147 </item>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
148 <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
149 <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
150 <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
151 <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
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="text">
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
154 <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
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 <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
157 <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
158 </property>
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>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
160 </item>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
161 <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
162 <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
163 <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
164 <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
165 </property>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
166 <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
167 <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
168 </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
169 </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
170 </item>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 </layout>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 </widget>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 <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
174 <customwidgets>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
175 <customwidget>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
176 <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
177 <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
178 <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
179 <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
180 </customwidget>
3b54b95afc47 Modified the edit breakpoint dialog to use the new combo path picker.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3656
diff changeset
181 </customwidgets>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
182 <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
183 <tabstop>filenamePicker</tabstop>
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
184 <tabstop>linenoSpinBox</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 <tabstop>conditionCombo</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186 <tabstop>ignoreSpinBox</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 <tabstop>temporaryCheckBox</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
188 <tabstop>enabledCheckBox</tabstop>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
189 </tabstops>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
190 <resources/>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 <connections>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 <connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
193 <sender>buttonBox</sender>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
194 <signal>accepted()</signal>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
195 <receiver>EditBreakpointDialog</receiver>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
196 <slot>accept()</slot>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 <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
198 <hint type="sourcelabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 <x>21</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
200 <y>179</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
201 </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
202 <hint type="destinationlabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 <x>21</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
204 <y>201</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
205 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
206 </hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
207 </connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
208 <connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 <sender>buttonBox</sender>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 <signal>rejected()</signal>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
211 <receiver>EditBreakpointDialog</receiver>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
212 <slot>reject()</slot>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
213 <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
214 <hint type="sourcelabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
215 <x>97</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
216 <y>187</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
217 </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
218 <hint type="destinationlabel">
0
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
219 <x>97</x>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
220 <y>204</y>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
221 </hint>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
222 </hints>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
223 </connection>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
224 </connections>
de9c2efb9d02 Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
225 </ui>

eric ide

mercurial