Warning, /multimedia/amarok/src/dialogs/deletedialogbase.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" stdsetdef="1" >
0002   <author></author>
0003   <comment></comment>
0004   <exportmacro></exportmacro>
0005   <class>DeleteDialogBase</class>
0006   <widget class="QWidget" name="DeleteDialogBase" >
0007     <property name="geometry" >
0008       <rect>
0009         <x>0</x>
0010         <y>0</y>
0011         <width>542</width>
0012         <height>374</height>
0013       </rect>
0014     </property>
0015     <property name="minimumSize" >
0016       <size>
0017         <width>420</width>
0018         <height>320</height>
0019       </size>
0020     </property>
0021     <layout class="QVBoxLayout" >
0022       <property name="margin" >
0023         <number>0</number>
0024       </property>
0025       <item>
0026         <layout class="QHBoxLayout" >
0027           <property name="margin" >
0028             <number>0</number>
0029           </property>
0030           <item>
0031             <widget class="QLabel" name="ddWarningIcon" >
0032               <property name="sizePolicy" >
0033                 <sizepolicy>
0034                   <hsizetype>4</hsizetype>
0035                   <vsizetype>4</vsizetype>
0036                   <horstretch>0</horstretch>
0037                   <verstretch>0</verstretch>
0038                 </sizepolicy>
0039               </property>
0040               <property name="text" >
0041                 <string>Icon Placeholder, not in GUI</string>
0042               </property>
0043               <property name="wordWrap" >
0044                 <bool>false</bool>
0045               </property>
0046             </widget>
0047           </item>
0048           <item>
0049             <layout class="QVBoxLayout" >
0050               <property name="margin" >
0051                 <number>0</number>
0052               </property>
0053               <item>
0054                 <widget class="QLabel" name="ddDeleteText" >
0055                   <property name="text" >
0056                     <string>Deletion method placeholder, never shown to user.</string>
0057                   </property>
0058                   <property name="alignment" >
0059                     <set>Qt::AlignCenter</set>
0060                   </property>
0061                   <property name="wordWrap" >
0062                     <bool>true</bool>
0063                   </property>
0064                   <property name="wordWrap" >
0065                     <bool>false</bool>
0066                   </property>
0067                 </widget>
0068               </item>
0069             </layout>
0070           </item>
0071         </layout>
0072       </item>
0073       <item>
0074         <widget class="K3ListBox" name="ddFileList" >
0075           <property name="selectionMode" >
0076             <enum>NoSelection</enum>
0077           </property>
0078           <property name="toolTip" stdset="0" >
0079             <string>List of files that are about to be deleted.</string>
0080           </property>
0081           <property name="whatsThis" stdset="0" >
0082             <string>This is the list of items that are about to be deleted.</string>
0083           </property>
0084         </widget>
0085       </item>
0086       <item>
0087         <widget class="QLabel" name="ddNumFiles" >
0088           <property name="text" >
0089             <string>Placeholder for number of files, not in GUI</string>
0090           </property>
0091           <property name="alignment" >
0092             <set>Qt::AlignVCenter|Qt::AlignRight</set>
0093           </property>
0094           <property name="wordWrap" >
0095             <bool>false</bool>
0096           </property>
0097         </widget>
0098       </item>
0099       <item>
0100         <widget class="QCheckBox" name="ddShouldDelete" >
0101           <property name="text" >
0102             <string>&amp;Delete files instead of moving them to the trash</string>
0103           </property>
0104           <property name="toolTip" stdset="0" >
0105             <string>If checked, files will be permanently removed instead of being placed in the Trash Bin</string>
0106           </property>
0107           <property name="whatsThis" stdset="0" >
0108             <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>
0109 
0110 &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>
0111           </property>
0112         </widget>
0113       </item>
0114     </layout>
0115   </widget>
0116   <layoutdefault spacing="6" margin="11" />
0117   <customwidgets>
0118     <customwidget>
0119       <class>K3ListBox</class>
0120       <extends>Q3ListBox</extends>
0121       <header>k3listbox.h</header>
0122     </customwidget>
0123   </customwidgets>
0124   <connections>
0125     <connection>
0126       <sender>ddShouldDelete</sender>
0127       <signal>toggled(bool)</signal>
0128       <receiver>DeleteDialogBase</receiver>
0129       <slot>slotShouldDelete(bool)</slot>
0130     </connection>
0131   </connections>
0132 </ui>