~straemer/ubuntu/quantal/update-manager/fix-for-1058070

« back to all changes in this revision

Viewing changes to UpdateManager/fetch-progress.ui

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-06-29 10:59:30 UTC
  • mfrom: (389.1.2 precise-security)
  • Revision ID: package-import@ubuntu.com-20120629105930-0oaj9vdvykmvkjum
Tags: 1:0.165
* Implementation of "update on start" feature from spec
  https://wiki.ubuntu.com/SoftwareUpdates
* Use a single main window that changes instead of having modal dialogs
* Implement several special-purpose dialogs like "No updates" or
  "Dist upgrade needed" accordingn to the above spec
* Split out release upgrader code and DistUpgrade module into a separate
  source package
* Drop python-update-manager, as it is unused
* debian/tests:
  - Add dep8 tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>Dialog</class>
3
 
 <widget class="QDialog" name="Dialog" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>408</width>
9
 
    <height>129</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Dialog</string>
14
 
  </property>
15
 
  <layout class="QGridLayout" name="gridLayout_3" >
16
 
   <item row="4" column="0" >
17
 
    <widget class="QWidget" native="1" name="installFrame" >
18
 
     <layout class="QGridLayout" name="gridLayout_2" >
19
 
      <property name="margin" >
20
 
       <number>0</number>
21
 
      </property>
22
 
      <item row="1" column="0" colspan="2" >
23
 
       <widget class="QProgressBar" name="installationProgress" >
24
 
        <property name="value" >
25
 
         <number>24</number>
26
 
        </property>
27
 
       </widget>
28
 
      </item>
29
 
      <item row="3" column="0" colspan="2" >
30
 
       <widget class="QWidget" native="1" name="konsoleFrame" />
31
 
      </item>
32
 
      <item row="4" column="0" colspan="2" >
33
 
       <spacer name="verticalSpacer" >
34
 
        <property name="orientation" >
35
 
         <enum>Qt::Vertical</enum>
36
 
        </property>
37
 
        <property name="sizeHint" stdset="0" >
38
 
         <size>
39
 
          <width>397</width>
40
 
          <height>5</height>
41
 
         </size>
42
 
        </property>
43
 
       </spacer>
44
 
      </item>
45
 
      <item row="0" column="0" colspan="2" >
46
 
       <widget class="QLabel" name="installingLabel" >
47
 
        <property name="text" >
48
 
         <string/>
49
 
        </property>
50
 
       </widget>
51
 
      </item>
52
 
     </layout>
53
 
    </widget>
54
 
   </item>
55
 
   <item row="0" column="0" >
56
 
    <widget class="QLabel" name="titleLabel" >
57
 
     <property name="text" >
58
 
      <string/>
59
 
     </property>
60
 
    </widget>
61
 
   </item>
62
 
   <item row="5" column="0" >
63
 
    <widget class="QDialogButtonBox" name="buttonBox" >
64
 
     <property name="standardButtons" >
65
 
      <set>QDialogButtonBox::Close</set>
66
 
     </property>
67
 
    </widget>
68
 
   </item>
69
 
  </layout>
70
 
 </widget>
71
 
 <resources/>
72
 
 <connections>
73
 
  <connection>
74
 
   <sender>buttonBox</sender>
75
 
   <signal>accepted()</signal>
76
 
   <receiver>Dialog</receiver>
77
 
   <slot>accept()</slot>
78
 
   <hints>
79
 
    <hint type="sourcelabel" >
80
 
     <x>271</x>
81
 
     <y>169</y>
82
 
    </hint>
83
 
    <hint type="destinationlabel" >
84
 
     <x>271</x>
85
 
     <y>94</y>
86
 
    </hint>
87
 
   </hints>
88
 
  </connection>
89
 
  <connection>
90
 
   <sender>buttonBox</sender>
91
 
   <signal>rejected()</signal>
92
 
   <receiver>Dialog</receiver>
93
 
   <slot>reject()</slot>
94
 
   <hints>
95
 
    <hint type="sourcelabel" >
96
 
     <x>271</x>
97
 
     <y>169</y>
98
 
    </hint>
99
 
    <hint type="destinationlabel" >
100
 
     <x>271</x>
101
 
     <y>94</y>
102
 
    </hint>
103
 
   </hints>
104
 
  </connection>
105
 
 </connections>
106
 
</ui>