slight improvement to the context view layout imo.
[amarok.git] / src / deletedialogbase.ui
blobf93628f3a96b6dcd718d91b852c42ec2f75c5b40
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>DeleteDialogBase</class>
6   <widget class="QWidget" name="DeleteDialogBase" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>542</width>
12         <height>374</height>
13       </rect>
14     </property>
15     <property name="minimumSize" >
16       <size>
17         <width>420</width>
18         <height>320</height>
19       </size>
20     </property>
21     <layout class="QVBoxLayout" >
22       <property name="margin" >
23         <number>0</number>
24       </property>
25       <item>
26         <layout class="QHBoxLayout" >
27           <property name="margin" >
28             <number>0</number>
29           </property>
30           <item>
31             <widget class="QLabel" name="ddWarningIcon" >
32               <property name="sizePolicy" >
33                 <sizepolicy>
34                   <hsizetype>4</hsizetype>
35                   <vsizetype>4</vsizetype>
36                   <horstretch>0</horstretch>
37                   <verstretch>0</verstretch>
38                 </sizepolicy>
39               </property>
40               <property name="text" >
41                 <string>Icon Placeholder, not in GUI</string>
42               </property>
43               <property name="wordWrap" >
44                 <bool>false</bool>
45               </property>
46             </widget>
47           </item>
48           <item>
49             <layout class="QVBoxLayout" >
50               <property name="margin" >
51                 <number>0</number>
52               </property>
53               <item>
54                 <widget class="QLabel" name="ddDeleteText" >
55                   <property name="text" >
56                     <string>Deletion method placeholder, never shown to user.</string>
57                   </property>
58                   <property name="alignment" >
59                     <set>Qt::AlignCenter</set>
60                   </property>
61                   <property name="wordWrap" >
62                     <bool>true</bool>
63                   </property>
64                   <property name="wordWrap" >
65                     <bool>false</bool>
66                   </property>
67                 </widget>
68               </item>
69             </layout>
70           </item>
71         </layout>
72       </item>
73       <item>
74         <widget class="K3ListBox" name="ddFileList" >
75           <property name="selectionMode" >
76             <enum>NoSelection</enum>
77           </property>
78           <property name="toolTip" stdset="0" >
79             <string>List of files that are about to be deleted.</string>
80           </property>
81           <property name="whatsThis" stdset="0" >
82             <string>This is the list of items that are about to be deleted.</string>
83           </property>
84         </widget>
85       </item>
86       <item>
87         <widget class="QLabel" name="ddNumFiles" >
88           <property name="text" >
89             <string>Placeholder for number of files, not in GUI</string>
90           </property>
91           <property name="alignment" >
92             <set>Qt::AlignVCenter|Qt::AlignRight</set>
93           </property>
94           <property name="wordWrap" >
95             <bool>false</bool>
96           </property>
97         </widget>
98       </item>
99       <item>
100         <widget class="QCheckBox" name="ddShouldDelete" >
101           <property name="text" >
102             <string>&amp;Delete files instead of moving them to the trash</string>
103           </property>
104           <property name="toolTip" stdset="0" >
105             <string>If checked, files will be permanently removed instead of being placed in the Trash Bin</string>
106           </property>
107           <property name="whatsThis" stdset="0" >
108             <string>&lt;qt>&lt;p>If this box is checked, files will be &lt;b>permanently removed&lt;/b> instead of being placed in the Trash Bin.&lt;/p>
110 &lt;p>&lt;em>Use this option with caution&lt;/em>: Most filesystems are unable to reliably undelete deleted files.&lt;/p>&lt;/qt></string>
111           </property>
112         </widget>
113       </item>
114     </layout>
115   </widget>
116   <layoutdefault spacing="6" margin="11" />
117   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
118   <customwidgets>
119     <customwidget>
120       <class>K3ListBox</class>
121       <extends>Q3ListBox</extends>
122       <header>k3listbox.h</header>
123     </customwidget>
124   </customwidgets>
125   <connections>
126     <connection>
127       <sender>ddShouldDelete</sender>
128       <signal>toggled(bool)</signal>
129       <receiver>DeleteDialogBase</receiver>
130       <slot>slotShouldDelete(bool)</slot>
131     </connection>
132   </connections>
133 </ui>