--- a/src/eric7/UI/DeleteFilesConfirmationDialog.ui Wed Dec 21 11:24:45 2022 +0100 +++ b/src/eric7/UI/DeleteFilesConfirmationDialog.ui Wed Dec 21 11:42:18 2022 +0100 @@ -1,47 +1,58 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>DeleteFilesConfirmationDialog</class> - <widget class="QDialog" name="DeleteFilesConfirmationDialog" > - <property name="geometry" > + <widget class="QDialog" name="DeleteFilesConfirmationDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>458</width> - <height>288</height> + <width>500</width> + <height>350</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string/> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QLabel" name="message" > - <property name="text" > + <widget class="QLabel" name="message"> + <property name="text"> <string>Dummy</string> </property> - <property name="alignment" > + <property name="alignment"> <set>Qt::AlignVCenter</set> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> - <widget class="QListWidget" name="filesList" > - <property name="focusPolicy" > + <widget class="QLabel" name="label"> + <property name="text"> + <string><font color="#FF0000"><b>WARNING:</b> This operation is not reversible!</font></string> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="filesList"> + <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> - <property name="selectionMode" > + <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set> </property> </widget>