Thu, 11 Jul 2024 14:21:34 +0200
MicroPython
- Updated the list of known CircuitPython boards for CPy 9.1.0.
- Updated the list of known UF2 capable boards.
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
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>DeleteFilesConfirmationDialog</class> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
4 | <widget class="QDialog" name="DeleteFilesConfirmationDialog"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
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> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
9 | <width>500</width> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
10 | <height>350</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> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
13 | <property name="windowTitle"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <string/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
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> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
19 | <layout class="QVBoxLayout"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <item> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
21 | <widget class="QLabel" name="message"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
22 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <string>Dummy</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
25 | <property name="alignment"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <set>Qt::AlignVCenter</set> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
28 | <property name="wordWrap"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
29 | <bool>true</bool> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
30 | </property> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <item> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
34 | <widget class="QLabel" name="label"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
35 | <property name="text"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
36 | <string><font color="#FF0000"><b>WARNING:</b> This operation is not reversible!</font></string> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
37 | </property> |
9634
67b961a59678
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9633
diff
changeset
|
38 | <property name="wordWrap"> |
67b961a59678
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9633
diff
changeset
|
39 | <bool>true</bool> |
67b961a59678
Updated translations.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9633
diff
changeset
|
40 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
41 | </widget> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
42 | </item> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
43 | <item> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
44 | <widget class="QListWidget" name="filesList"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
45 | <property name="focusPolicy"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <enum>Qt::NoFocus</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
48 | <property name="selectionMode"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <enum>QAbstractItemView::NoSelection</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <item> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
54 | <widget class="QDialogButtonBox" name="buttonBox"> |
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
55 | <property name="orientation"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <enum>Qt::Horizontal</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </property> |
9633
7555478c1d55
Extended the delete files confirmation dialog to show a warning message about the irreversibility of the operation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
58 | <property name="standardButtons"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set> |
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> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | <tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <tabstop>filesList</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <resources/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <connections/> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | </ui> |