~lubuntu-dev/lxde/libfm-qt-debian-git

« back to all changes in this revision

Viewing changes to src/file-operation-dialog.ui

  • Committer: Alf Gaida
  • Date: 2015-12-17 15:45:00 UTC
  • Revision ID: git-v1:99d4cf5e0b3761023e2285ffb96a79d050f0bdf4
Tags: upstream/0.10.0+20151214
Adding upstream version 0.10.0+20151214.

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">
 
3
 <class>FileOperationDialog</class>
 
4
 <widget class="QDialog" name="FileOperationDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>450</width>
 
10
    <height>246</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string/>
 
15
  </property>
 
16
  <layout class="QFormLayout" name="formLayout_2">
 
17
   <item row="0" column="0" colspan="2">
 
18
    <widget class="QLabel" name="message">
 
19
     <property name="text">
 
20
      <string/>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="1" column="1">
 
25
    <layout class="QFormLayout" name="formLayout">
 
26
     <property name="fieldGrowthPolicy">
 
27
      <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
 
28
     </property>
 
29
     <item row="1" column="0">
 
30
      <widget class="QLabel" name="destLabel">
 
31
       <property name="text">
 
32
        <string>Destination:</string>
 
33
       </property>
 
34
      </widget>
 
35
     </item>
 
36
     <item row="1" column="1">
 
37
      <widget class="QLabel" name="dest">
 
38
       <property name="sizePolicy">
 
39
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
40
         <horstretch>0</horstretch>
 
41
         <verstretch>0</verstretch>
 
42
        </sizepolicy>
 
43
       </property>
 
44
       <property name="text">
 
45
        <string/>
 
46
       </property>
 
47
       <property name="wordWrap">
 
48
        <bool>true</bool>
 
49
       </property>
 
50
      </widget>
 
51
     </item>
 
52
     <item row="2" column="0">
 
53
      <widget class="QLabel" name="label_3">
 
54
       <property name="text">
 
55
        <string>Processing:</string>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item row="2" column="1">
 
60
      <widget class="QLabel" name="curFile">
 
61
       <property name="sizePolicy">
 
62
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
63
         <horstretch>0</horstretch>
 
64
         <verstretch>0</verstretch>
 
65
        </sizepolicy>
 
66
       </property>
 
67
       <property name="text">
 
68
        <string>Preparing...</string>
 
69
       </property>
 
70
      </widget>
 
71
     </item>
 
72
     <item row="3" column="0">
 
73
      <widget class="QLabel" name="label_4">
 
74
       <property name="text">
 
75
        <string>Progress</string>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
     <item row="3" column="1">
 
80
      <widget class="QProgressBar" name="progressBar">
 
81
       <property name="alignment">
 
82
        <set>Qt::AlignCenter</set>
 
83
       </property>
 
84
      </widget>
 
85
     </item>
 
86
     <item row="4" column="0">
 
87
      <widget class="QLabel" name="label_5">
 
88
       <property name="sizePolicy">
 
89
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
90
         <horstretch>0</horstretch>
 
91
         <verstretch>0</verstretch>
 
92
        </sizepolicy>
 
93
       </property>
 
94
       <property name="text">
 
95
        <string>Time remaining:</string>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
     <item row="4" column="1">
 
100
      <widget class="QLabel" name="timeRemaining">
 
101
       <property name="sizePolicy">
 
102
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
103
         <horstretch>0</horstretch>
 
104
         <verstretch>0</verstretch>
 
105
        </sizepolicy>
 
106
       </property>
 
107
       <property name="text">
 
108
        <string/>
 
109
       </property>
 
110
      </widget>
 
111
     </item>
 
112
     <item row="0" column="0" colspan="2">
 
113
      <widget class="QListWidget" name="sourceFiles">
 
114
       <property name="sizePolicy">
 
115
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
116
         <horstretch>0</horstretch>
 
117
         <verstretch>0</verstretch>
 
118
        </sizepolicy>
 
119
       </property>
 
120
      </widget>
 
121
     </item>
 
122
    </layout>
 
123
   </item>
 
124
   <item row="2" column="0" colspan="2">
 
125
    <widget class="QDialogButtonBox" name="buttonBox">
 
126
     <property name="orientation">
 
127
      <enum>Qt::Horizontal</enum>
 
128
     </property>
 
129
     <property name="standardButtons">
 
130
      <set>QDialogButtonBox::Cancel</set>
 
131
     </property>
 
132
    </widget>
 
133
   </item>
 
134
  </layout>
 
135
 </widget>
 
136
 <resources/>
 
137
 <connections>
 
138
  <connection>
 
139
   <sender>buttonBox</sender>
 
140
   <signal>accepted()</signal>
 
141
   <receiver>FileOperationDialog</receiver>
 
142
   <slot>accept()</slot>
 
143
   <hints>
 
144
    <hint type="sourcelabel">
 
145
     <x>248</x>
 
146
     <y>254</y>
 
147
    </hint>
 
148
    <hint type="destinationlabel">
 
149
     <x>157</x>
 
150
     <y>274</y>
 
151
    </hint>
 
152
   </hints>
 
153
  </connection>
 
154
  <connection>
 
155
   <sender>buttonBox</sender>
 
156
   <signal>rejected()</signal>
 
157
   <receiver>FileOperationDialog</receiver>
 
158
   <slot>reject()</slot>
 
159
   <hints>
 
160
    <hint type="sourcelabel">
 
161
     <x>316</x>
 
162
     <y>260</y>
 
163
    </hint>
 
164
    <hint type="destinationlabel">
 
165
     <x>286</x>
 
166
     <y>274</y>
 
167
    </hint>
 
168
   </hints>
 
169
  </connection>
 
170
 </connections>
 
171
</ui>