Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
5372
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>StartHistoryEditDialog</class> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QDialog" name="StartHistoryEditDialog"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>600</width> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <height>400</height> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <property name="windowTitle"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <string>Edit History</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="sizeGripEnabled"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <bool>true</bool> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <layout class="QVBoxLayout" name="verticalLayout"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <layout class="QGridLayout" name="gridLayout"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <item row="0" column="0" rowspan="5"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <widget class="QListWidget" name="historyList"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <property name="alternatingRowColors"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <bool>true</bool> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <property name="selectionMode"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <enum>QAbstractItemView::ExtendedSelection</enum> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <item row="0" column="1"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <widget class="QPushButton" name="editButton"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <property name="toolTip"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <string>Press to edit the selected entry</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <property name="text"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <string>Edit...</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <item row="1" column="1"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <widget class="Line" name="line"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <property name="orientation"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <enum>Qt::Horizontal</enum> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <item row="2" column="1"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <widget class="QPushButton" name="deleteButton"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <property name="toolTip"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <string>Press to delete the selected entries</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <property name="text"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <string>Delete Selected</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <item row="3" column="1"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <widget class="QPushButton" name="deleteAllButton"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <property name="toolTip"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <string>Press to delete all entries</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <property name="text"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <string>Delete All</string> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <item row="4" column="1"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <spacer name="verticalSpacer"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <property name="orientation"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <enum>Qt::Vertical</enum> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <property name="sizeHint" stdset="0"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <size> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <width>20</width> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <height>40</height> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </size> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </spacer> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </layout> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <widget class="QDialogButtonBox" name="buttonBox"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <property name="orientation"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <enum>Qt::Horizontal</enum> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <property name="standardButtons"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | </property> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </item> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </layout> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </widget> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <resources/> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <connections> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <connection> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <sender>buttonBox</sender> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <signal>accepted()</signal> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | <receiver>StartHistoryEditDialog</receiver> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <slot>accept()</slot> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <hints> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <hint type="sourcelabel"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <x>248</x> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | <y>254</y> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | </hint> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <hint type="destinationlabel"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <x>157</x> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <y>274</y> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | </hint> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </hints> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | </connection> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | <connection> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <sender>buttonBox</sender> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <signal>rejected()</signal> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <receiver>StartHistoryEditDialog</receiver> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | <slot>reject()</slot> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <hints> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <hint type="sourcelabel"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <x>316</x> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <y>260</y> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | </hint> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | <hint type="destinationlabel"> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | <x>286</x> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <y>274</y> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </hint> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </hints> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | </connection> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | </connections> |
7ba8d3d61fdd
Added the capability to edit the history lists to the start dialogs of the debugger.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | </ui> |