1 <ui version="4.0" stdsetdef="1" >
4 <exportmacro></exportmacro>
5 <class>DeleteDialogBase</class>
6 <widget class="QWidget" name="DeleteDialogBase" >
7 <property name="geometry" >
15 <property name="minimumSize" >
21 <layout class="QVBoxLayout" >
22 <property name="margin" >
26 <layout class="QHBoxLayout" >
27 <property name="margin" >
31 <widget class="QLabel" name="ddWarningIcon" >
32 <property name="sizePolicy" >
34 <hsizetype>4</hsizetype>
35 <vsizetype>4</vsizetype>
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
40 <property name="text" >
41 <string>Icon Placeholder, not in GUI</string>
43 <property name="wordWrap" >
49 <layout class="QVBoxLayout" >
50 <property name="margin" >
54 <widget class="QLabel" name="ddDeleteText" >
55 <property name="text" >
56 <string>Deletion method placeholder, never shown to user.</string>
58 <property name="alignment" >
59 <set>Qt::AlignCenter</set>
61 <property name="wordWrap" >
64 <property name="wordWrap" >
74 <widget class="K3ListBox" name="ddFileList" >
75 <property name="selectionMode" >
76 <enum>NoSelection</enum>
78 <property name="toolTip" stdset="0" >
79 <string>List of files that are about to be deleted.</string>
81 <property name="whatsThis" stdset="0" >
82 <string>This is the list of items that are about to be deleted.</string>
87 <widget class="QLabel" name="ddNumFiles" >
88 <property name="text" >
89 <string>Placeholder for number of files, not in GUI</string>
91 <property name="alignment" >
92 <set>Qt::AlignVCenter|Qt::AlignRight</set>
94 <property name="wordWrap" >
100 <widget class="QCheckBox" name="ddShouldDelete" >
101 <property name="text" >
102 <string>&Delete files instead of moving them to the trash</string>
104 <property name="toolTip" stdset="0" >
105 <string>If checked, files will be permanently removed instead of being placed in the Trash Bin</string>
107 <property name="whatsThis" stdset="0" >
108 <string><qt><p>If this box is checked, files will be <b>permanently removed</b> instead of being placed in the Trash Bin.</p>
110 <p><em>Use this option with caution</em>: Most filesystems are unable to reliably undelete deleted files.</p></qt></string>
116 <layoutdefault spacing="6" margin="11" />
117 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
120 <class>K3ListBox</class>
121 <extends>Q3ListBox</extends>
122 <header>k3listbox.h</header>
127 <sender>ddShouldDelete</sender>
128 <signal>toggled(bool)</signal>
129 <receiver>DeleteDialogBase</receiver>
130 <slot>slotShouldDelete(bool)</slot>