1
<?xml version="1.0" encoding="UTF-8"?>
3
2
<class>DeleteDialogBase</class>
4
<widget class="QWidget" name="DeleteDialogBase">
5
<property name="geometry">
3
<widget class="QWidget" name="DeleteDialogBase" >
4
<property name="geometry" >
10
9
<height>374</height>
13
<property name="minimumSize">
12
<property name="minimumSize" >
16
15
<height>320</height>
19
<layout class="QVBoxLayout">
20
<property name="spacing">
18
<layout class="QVBoxLayout" >
19
<property name="margin" >
22
<property name="spacing" >
23
<property name="margin">
27
<layout class="QHBoxLayout">
28
<property name="spacing">
26
<layout class="QHBoxLayout" >
27
<property name="margin" >
30
<property name="spacing" >
31
<property name="margin">
35
<widget class="QLabel" name="ddWarningIcon">
36
<property name="sizePolicy">
37
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
34
<widget class="QLabel" name="ddWarningIcon" >
35
<property name="sizePolicy" >
37
<hsizetype>4</hsizetype>
38
<vsizetype>4</vsizetype>
38
39
<horstretch>0</horstretch>
39
40
<verstretch>0</verstretch>
42
<property name="text">
43
<string comment="KDE::DoNotExtract">Icon Placeholder, not in GUI</string>
43
<property name="text" >
44
<string>Icon Placeholder, not in GUI</string>
45
<property name="wordWrap">
46
<property name="wordWrap" >
51
<layout class="QVBoxLayout">
52
<property name="spacing">
52
<layout class="QVBoxLayout" >
53
<property name="margin" >
56
<property name="spacing" >
55
<property name="margin">
59
<widget class="QLabel" name="textLabel1">
60
<property name="text">
60
<widget class="QLabel" name="textLabel1" >
61
<property name="text" >
61
62
<string>Are you sure that you want to remove these items?</string>
63
<property name="alignment">
64
<property name="alignment" >
64
65
<set>Qt::AlignCenter</set>
66
<property name="wordWrap">
67
<property name="wordWrap" >
72
<widget class="QLabel" name="ddDeleteText">
73
<property name="text">
74
<string comment="KDE::DoNotExtract">Deletion method placeholder, never shown to user.</string>
73
<widget class="QLabel" name="ddDeleteText" >
74
<property name="text" >
75
<string>Deletion method placeholder, never shown to user.</string>
76
<property name="alignment">
77
<property name="alignment" >
77
78
<set>Qt::AlignCenter</set>
79
<property name="wordWrap">
80
<property name="wordWrap" >
89
<widget class="QListWidget" name="ddFileList">
90
<property name="selectionMode">
91
<enum>QAbstractItemView::NoSelection</enum>
90
<widget class="K3ListBox" name="ddFileList" >
91
<property name="toolTip" >
92
<string>List of files that are about to be deleted.</string>
94
<property name="whatsThis" >
95
<string>This is the list of items that are about to be deleted.</string>
97
<property name="selectionMode" >
98
<enum>Q3ListBox::NoSelection</enum>
96
<widget class="QLabel" name="ddNumFiles">
97
<property name="text">
98
<string comment="KDE::DoNotExtract">Placeholder for number of files, not in GUI</string>
103
<widget class="QLabel" name="ddNumFiles" >
104
<property name="text" >
105
<string>Placeholder for number of files, not in GUI</string>
100
<property name="alignment">
107
<property name="alignment" >
101
108
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103
<property name="wordWrap">
110
<property name="wordWrap" >
104
111
<bool>false</bool>
109
<widget class="QCheckBox" name="ddShouldDelete">
110
<property name="toolTip">
116
<widget class="QCheckBox" name="ddShouldDelete" >
117
<property name="toolTip" >
111
118
<string>If checked, files will be permanently removed instead of being placed in the Trash Bin</string>
113
<property name="whatsThis">
114
<string><qt><p>If this box is checked, files will be <b>permanently removed</b> instead of being placed in the Trash Bin.</p>
120
<property name="whatsThis" >
121
<string><qt><p>If this box is checked, files will be <b>permanently removed</b> instead of being placed in the Trash Bin.</p>
116
<p><em>Use this option with caution</em>: Most filesystems are unable to reliably undelete deleted files.</p></qt></string>
123
<p><em>Use this option with caution</em>: Most filesystems are unable to reliably undelete deleted files.</p></qt></string>
118
<property name="text">
125
<property name="text" >
119
126
<string>&Delete files instead of moving them to the trash</string>
132
<layoutdefault spacing="6" margin="11" />
133
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
136
<class>K3ListBox</class>
137
<extends>Q3ListBox</extends>
138
<header>k3listbox.h</header>
142
<include location="local" >k3listbox.h</include>