src/eric7/UI/DeleteFilesConfirmationDialog.ui

branch
eric7
changeset 9633
7555478c1d55
parent 9209
b99e7fd55fd3
child 9634
67b961a59678
--- 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>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;WARNING:&lt;/b&gt; This operation is not reversible!&lt;/font&gt;</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>

eric ide

mercurial