~ubuntu-branches/ubuntu/oneiric/partitionmanager/oneiric

« back to all changes in this revision

Viewing changes to src/gui/progressdialogwidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-01-23 17:57:36 UTC
  • Revision ID: james.westby@ubuntu.com-20090123175736-2ltrhgg3m55dokbm
Tags: upstream-1.0.0~beta1a
ImportĀ upstreamĀ versionĀ 1.0.0~beta1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ProgressDialogWidgetBase</class>
 
3
 <widget class="QWidget" name="ProgressDialogWidgetBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>732</width>
 
9
    <height>320</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="minimumSize" >
 
13
   <size>
 
14
    <width>720</width>
 
15
    <height>320</height>
 
16
   </size>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" name="verticalLayout" >
 
19
   <item>
 
20
    <widget class="QTreeWidget" name="m_TreeTasks" >
 
21
     <property name="selectionMode" >
 
22
      <enum>QAbstractItemView::NoSelection</enum>
 
23
     </property>
 
24
     <property name="wordWrap" >
 
25
      <bool>true</bool>
 
26
     </property>
 
27
     <property name="columnCount" >
 
28
      <number>2</number>
 
29
     </property>
 
30
     <column>
 
31
      <property name="text" >
 
32
       <string>Operations and Jobs</string>
 
33
      </property>
 
34
     </column>
 
35
     <column>
 
36
      <property name="text" >
 
37
       <string>Time Elapsed</string>
 
38
      </property>
 
39
     </column>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <spacer name="verticalSpacer" >
 
44
     <property name="orientation" >
 
45
      <enum>Qt::Vertical</enum>
 
46
     </property>
 
47
     <property name="sizeType" >
 
48
      <enum>QSizePolicy::Fixed</enum>
 
49
     </property>
 
50
     <property name="sizeHint" stdset="0" >
 
51
      <size>
 
52
       <width>20</width>
 
53
       <height>10</height>
 
54
      </size>
 
55
     </property>
 
56
    </spacer>
 
57
   </item>
 
58
   <item>
 
59
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
60
     <item>
 
61
      <widget class="QLabel" name="m_LabelTime" >
 
62
       <property name="text" >
 
63
        <string>Total Time: 00:00:00</string>
 
64
       </property>
 
65
       <property name="alignment" >
 
66
        <set>Qt::AlignCenter</set>
 
67
       </property>
 
68
      </widget>
 
69
     </item>
 
70
    </layout>
 
71
   </item>
 
72
   <item>
 
73
    <layout class="QVBoxLayout" name="m_MainLayout" >
 
74
     <item>
 
75
      <widget class="QProgressBar" name="m_ProgressSub" >
 
76
       <property name="format" >
 
77
        <string>Operation: %p%</string>
 
78
       </property>
 
79
      </widget>
 
80
     </item>
 
81
     <item>
 
82
      <widget class="QLabel" name="m_LabelStatus" >
 
83
       <property name="enabled" >
 
84
        <bool>true</bool>
 
85
       </property>
 
86
       <property name="text" >
 
87
        <string>Status</string>
 
88
       </property>
 
89
       <property name="alignment" >
 
90
        <set>Qt::AlignCenter</set>
 
91
       </property>
 
92
      </widget>
 
93
     </item>
 
94
     <item>
 
95
      <widget class="QProgressBar" name="m_ProgressTotal" >
 
96
       <property name="value" >
 
97
        <number>0</number>
 
98
       </property>
 
99
       <property name="format" >
 
100
        <string>Total: %p%</string>
 
101
       </property>
 
102
      </widget>
 
103
     </item>
 
104
    </layout>
 
105
   </item>
 
106
   <item>
 
107
    <spacer name="verticalSpacer_2" >
 
108
     <property name="orientation" >
 
109
      <enum>Qt::Vertical</enum>
 
110
     </property>
 
111
     <property name="sizeType" >
 
112
      <enum>QSizePolicy::Fixed</enum>
 
113
     </property>
 
114
     <property name="sizeHint" stdset="0" >
 
115
      <size>
 
116
       <width>20</width>
 
117
       <height>10</height>
 
118
      </size>
 
119
     </property>
 
120
    </spacer>
 
121
   </item>
 
122
  </layout>
 
123
 </widget>
 
124
 <resources/>
 
125
 <connections/>
 
126
</ui>