~neon/juk/master

« back to all changes in this revision

Viewing changes to deletedialogbase.ui

  • Committer: Michael Pyne
  • Date: 2008-01-09 03:54:23 UTC
  • Revision ID: git-v1:b8d97f6ad4dc58441f9e3b100150ee753c3a4c94
Bump trunk version before I forget

svn path=/trunk/KDE/kdemultimedia/juk/; revision=758776

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
 
1
<ui version="4.0" >
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" >
6
5
   <rect>
7
6
    <x>0</x>
8
7
    <y>0</y>
10
9
    <height>374</height>
11
10
   </rect>
12
11
  </property>
13
 
  <property name="minimumSize">
 
12
  <property name="minimumSize" >
14
13
   <size>
15
14
    <width>420</width>
16
15
    <height>320</height>
17
16
   </size>
18
17
  </property>
19
 
  <layout class="QVBoxLayout">
20
 
   <property name="spacing">
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>11</number>
 
21
   </property>
 
22
   <property name="spacing" >
21
23
    <number>6</number>
22
24
   </property>
23
 
   <property name="margin">
24
 
    <number>11</number>
25
 
   </property>
26
25
   <item>
27
 
    <layout class="QHBoxLayout">
28
 
     <property name="spacing">
 
26
    <layout class="QHBoxLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
29
31
      <number>6</number>
30
32
     </property>
31
 
     <property name="margin">
32
 
      <number>0</number>
33
 
     </property>
34
33
     <item>
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" >
 
36
        <sizepolicy>
 
37
         <hsizetype>4</hsizetype>
 
38
         <vsizetype>4</vsizetype>
38
39
         <horstretch>0</horstretch>
39
40
         <verstretch>0</verstretch>
40
41
        </sizepolicy>
41
42
       </property>
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>
44
45
       </property>
45
 
       <property name="wordWrap">
 
46
       <property name="wordWrap" >
46
47
        <bool>false</bool>
47
48
       </property>
48
49
      </widget>
49
50
     </item>
50
51
     <item>
51
 
      <layout class="QVBoxLayout">
52
 
       <property name="spacing">
 
52
      <layout class="QVBoxLayout" >
 
53
       <property name="margin" >
 
54
        <number>0</number>
 
55
       </property>
 
56
       <property name="spacing" >
53
57
        <number>6</number>
54
58
       </property>
55
 
       <property name="margin">
56
 
        <number>0</number>
57
 
       </property>
58
59
       <item>
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>
62
63
         </property>
63
 
         <property name="alignment">
 
64
         <property name="alignment" >
64
65
          <set>Qt::AlignCenter</set>
65
66
         </property>
66
 
         <property name="wordWrap">
 
67
         <property name="wordWrap" >
67
68
          <bool>false</bool>
68
69
         </property>
69
70
        </widget>
70
71
       </item>
71
72
       <item>
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>
75
76
         </property>
76
 
         <property name="alignment">
 
77
         <property name="alignment" >
77
78
          <set>Qt::AlignCenter</set>
78
79
         </property>
79
 
         <property name="wordWrap">
 
80
         <property name="wordWrap" >
80
81
          <bool>true</bool>
81
82
         </property>
82
83
        </widget>
86
87
    </layout>
87
88
   </item>
88
89
   <item>
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>
 
93
     </property>
 
94
     <property name="whatsThis" >
 
95
      <string>This is the list of items that are about to be deleted.</string>
 
96
     </property>
 
97
     <property name="selectionMode" >
 
98
      <enum>Q3ListBox::NoSelection</enum>
92
99
     </property>
93
100
    </widget>
94
101
   </item>
95
102
   <item>
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>
99
106
     </property>
100
 
     <property name="alignment">
 
107
     <property name="alignment" >
101
108
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102
109
     </property>
103
 
     <property name="wordWrap">
 
110
     <property name="wordWrap" >
104
111
      <bool>false</bool>
105
112
     </property>
106
113
    </widget>
107
114
   </item>
108
115
   <item>
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>
112
119
     </property>
113
 
     <property name="whatsThis">
114
 
      <string>&lt;qt&gt;&lt;p&gt;If this box is checked, files will be &lt;b&gt;permanently removed&lt;/b&gt; instead of being placed in the Trash Bin.&lt;/p&gt;
 
120
     <property name="whatsThis" >
 
121
      <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>
115
122
 
116
 
&lt;p&gt;&lt;em&gt;Use this option with caution&lt;/em&gt;: Most filesystems are unable to reliably undelete deleted files.&lt;/p&gt;&lt;/qt&gt;</string>
 
123
&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>
117
124
     </property>
118
 
     <property name="text">
 
125
     <property name="text" >
119
126
      <string>&amp;Delete files instead of moving them to the trash</string>
120
127
     </property>
121
128
    </widget>
122
129
   </item>
123
130
  </layout>
124
131
 </widget>
 
132
 <layoutdefault spacing="6" margin="11" />
 
133
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
134
 <customwidgets>
 
135
  <customwidget>
 
136
   <class>K3ListBox</class>
 
137
   <extends>Q3ListBox</extends>
 
138
   <header>k3listbox.h</header>
 
139
  </customwidget>
 
140
 </customwidgets>
 
141
 <includes>
 
142
  <include location="local" >k3listbox.h</include>
 
143
 </includes>
125
144
 <resources/>
126
145
 <connections>
127
146
  <connection>
130
149
   <receiver>DeleteDialogBase</receiver>
131
150
   <slot>slotShouldDelete(bool)</slot>
132
151
   <hints>
133
 
    <hint type="sourcelabel">
 
152
    <hint type="sourcelabel" >
134
153
     <x>20</x>
135
154
     <y>20</y>
136
155
    </hint>
137
 
    <hint type="destinationlabel">
 
156
    <hint type="destinationlabel" >
138
157
     <x>20</x>
139
158
     <y>20</y>
140
159
    </hint>