~ubuntu-branches/ubuntu/utopic/debconf-kde/utopic

1 by Matthias Klumpp
Import upstream version 0.1+git20101228
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>DebconfProgress</class>
4
 <widget class="QWidget" name="DebconfProgress">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>294</width>
10
    <height>46</height>
11
   </rect>
12
  </property>
13
  <layout class="QVBoxLayout" name="verticalLayout">
14
   <item>
15
    <widget class="QLabel" name="label">
16
     <property name="text">
17
      <string comment="KDE::DoNotExtract">Label</string>
18
     </property>
19
     <property name="alignment">
20
      <set>Qt::AlignCenter</set>
21
     </property>
22
     <property name="wordWrap">
23
      <bool>true</bool>
24
     </property>
25
    </widget>
26
   </item>
27
   <item>
28
    <widget class="QProgressBar" name="progressBar">
29
     <property name="sizePolicy">
30
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
31
       <horstretch>0</horstretch>
32
       <verstretch>0</verstretch>
33
      </sizepolicy>
34
     </property>
35
     <property name="maximum">
36
      <number>0</number>
37
     </property>
38
    </widget>
39
   </item>
40
  </layout>
41
 </widget>
42
 <resources/>
43
 <connections/>
44
</ui>