~ubuntu-branches/debian/stretch/psi-plus/stretch

« back to all changes in this revision

Viewing changes to src/plugins/generic/yandexnarodplugin/uploaddialog.ui

  • Committer: Package Import Robot
  • Author(s): Boris Pek
  • Date: 2013-10-23 02:42:20 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20131023024220-bk2hyoenqkwfhpgw
Tags: 0.16.242-1
* New upstream release:
  fixed the problem of initialization of private conversation when both
  sides use libotr 4.0.x. (Closes: #724880)
* Update debian/watch: sources were moved.
* Delete psi-plus-content-downloader package and update all related files.
  This plugin is in psi-plus-plugins package now.
* Update debian/control:
  - remove all currently unneeded Replaces and Breaks fields
  - add build dependency on libidn11-dev
* Update debian/rules: simplify get-orig-source section.
* Update debian/copyright:
  - update Source field due to changes in sources location
  - remove copyright holders whose code was deleted from source tree
    (bundled libidn library was removed)

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>uploadDialogClass</class>
4
 
 <widget class="QWidget" name="uploadDialogClass">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>300</width>
10
 
    <height>218</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="sizePolicy">
14
 
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15
 
    <horstretch>0</horstretch>
16
 
    <verstretch>0</verstretch>
17
 
   </sizepolicy>
18
 
  </property>
19
 
  <property name="minimumSize">
20
 
   <size>
21
 
    <width>300</width>
22
 
    <height>218</height>
23
 
   </size>
24
 
  </property>
25
 
  <property name="maximumSize">
26
 
   <size>
27
 
    <width>300</width>
28
 
    <height>218</height>
29
 
   </size>
30
 
  </property>
31
 
  <property name="windowTitle">
32
 
   <string>Uploading...</string>
33
 
  </property>
34
 
  <property name="windowIcon">
35
 
   <iconset resource="yandexnarod.qrc">
36
 
    <normaloff>:/icons/yandexnarodplugin.png</normaloff>:/icons/yandexnarodplugin.png</iconset>
37
 
  </property>
38
 
  <layout class="QVBoxLayout" name="verticalLayout">
39
 
   <item>
40
 
    <widget class="QLabel" name="labelStatus">
41
 
     <property name="text">
42
 
      <string>Upload started.</string>
43
 
     </property>
44
 
     <property name="alignment">
45
 
      <set>Qt::AlignCenter</set>
46
 
     </property>
47
 
    </widget>
48
 
   </item>
49
 
   <item>
50
 
    <widget class="QLabel" name="labelFile">
51
 
     <property name="text">
52
 
      <string>File: </string>
53
 
     </property>
54
 
     <property name="textFormat">
55
 
      <enum>Qt::PlainText</enum>
56
 
     </property>
57
 
    </widget>
58
 
   </item>
59
 
   <item>
60
 
    <widget class="QLabel" name="labelProgress">
61
 
     <property name="text">
62
 
      <string>Progress:</string>
63
 
     </property>
64
 
    </widget>
65
 
   </item>
66
 
   <item>
67
 
    <widget class="QLabel" name="labelETime">
68
 
     <property name="text">
69
 
      <string>Elapsed time:</string>
70
 
     </property>
71
 
    </widget>
72
 
   </item>
73
 
   <item>
74
 
    <widget class="QLabel" name="labelSpeed">
75
 
     <property name="text">
76
 
      <string>Speed:</string>
77
 
     </property>
78
 
    </widget>
79
 
   </item>
80
 
   <item>
81
 
    <widget class="QLabel" name="labelLink">
82
 
     <property name="sizePolicy">
83
 
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
84
 
       <horstretch>0</horstretch>
85
 
       <verstretch>0</verstretch>
86
 
      </sizepolicy>
87
 
     </property>
88
 
     <property name="text">
89
 
      <string>Link: </string>
90
 
     </property>
91
 
     <property name="openExternalLinks">
92
 
      <bool>true</bool>
93
 
     </property>
94
 
    </widget>
95
 
   </item>
96
 
   <item>
97
 
    <spacer name="verticalSpacer">
98
 
     <property name="orientation">
99
 
      <enum>Qt::Vertical</enum>
100
 
     </property>
101
 
     <property name="sizeHint" stdset="0">
102
 
      <size>
103
 
       <width>0</width>
104
 
       <height>0</height>
105
 
      </size>
106
 
     </property>
107
 
    </spacer>
108
 
   </item>
109
 
   <item>
110
 
    <widget class="QProgressBar" name="progressBar">
111
 
     <property name="sizePolicy">
112
 
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
113
 
       <horstretch>0</horstretch>
114
 
       <verstretch>0</verstretch>
115
 
      </sizepolicy>
116
 
     </property>
117
 
     <property name="value">
118
 
      <number>0</number>
119
 
     </property>
120
 
    </widget>
121
 
   </item>
122
 
   <item>
123
 
    <layout class="QHBoxLayout" name="_3">
124
 
     <item>
125
 
      <spacer name="horizontalSpacer">
126
 
       <property name="orientation">
127
 
        <enum>Qt::Horizontal</enum>
128
 
       </property>
129
 
       <property name="sizeHint" stdset="0">
130
 
        <size>
131
 
         <width>40</width>
132
 
         <height>20</height>
133
 
        </size>
134
 
       </property>
135
 
      </spacer>
136
 
     </item>
137
 
     <item>
138
 
      <widget class="QPushButton" name="btnUploadCancel">
139
 
       <property name="sizePolicy">
140
 
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
141
 
         <horstretch>0</horstretch>
142
 
         <verstretch>0</verstretch>
143
 
        </sizepolicy>
144
 
       </property>
145
 
       <property name="text">
146
 
        <string>Cancel</string>
147
 
       </property>
148
 
      </widget>
149
 
     </item>
150
 
     <item>
151
 
      <spacer name="horizontalSpacer_2">
152
 
       <property name="orientation">
153
 
        <enum>Qt::Horizontal</enum>
154
 
       </property>
155
 
       <property name="sizeHint" stdset="0">
156
 
        <size>
157
 
         <width>40</width>
158
 
         <height>20</height>
159
 
        </size>
160
 
       </property>
161
 
      </spacer>
162
 
     </item>
163
 
    </layout>
164
 
   </item>
165
 
  </layout>
166
 
 </widget>
167
 
 <resources>
168
 
  <include location="yandexnarod.qrc"/>
169
 
 </resources>
170
 
 <connections/>
171
 
</ui>