~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to qt/window_install.ui

  • Committer: niemeyer
  • Date: 2004-02-25 15:03:32 UTC
  • Revision ID: gustavo@niemeyer.net-20040225150332-d4bd5961c369ed94
[qt]
- Initial RPM install dialog support.
- Fixed toolbar icons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>WindowInstall</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>WindowInstall</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>471</width>
 
12
            <height>139</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>5</hsizetype>
 
18
            <vsizetype>5</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <property name="caption">
 
24
        <string>Install Progress</string>
 
25
    </property>
 
26
    <property name="modal">
 
27
        <bool>true</bool>
 
28
    </property>
 
29
    <vbox>
 
30
        <property name="name">
 
31
            <cstring>unnamed</cstring>
 
32
        </property>
 
33
        <widget class="QLayoutWidget">
 
34
            <property name="name">
 
35
                <cstring>layout1</cstring>
 
36
            </property>
 
37
            <vbox>
 
38
                <property name="name">
 
39
                    <cstring>unnamed</cstring>
 
40
                </property>
 
41
                <widget class="QLabel">
 
42
                    <property name="name">
 
43
                        <cstring>_itemLabel</cstring>
 
44
                    </property>
 
45
                    <property name="font">
 
46
                        <font>
 
47
                            <bold>1</bold>
 
48
                        </font>
 
49
                    </property>
 
50
                    <property name="text">
 
51
                        <string></string>
 
52
                    </property>
 
53
                </widget>
 
54
                <widget class="QLabel">
 
55
                    <property name="name">
 
56
                        <cstring>_summaryLabel</cstring>
 
57
                    </property>
 
58
                    <property name="text">
 
59
                        <string></string>
 
60
                    </property>
 
61
                </widget>
 
62
                <widget class="Line">
 
63
                    <property name="name">
 
64
                        <cstring>line1</cstring>
 
65
                    </property>
 
66
                    <property name="frameShape">
 
67
                        <enum>HLine</enum>
 
68
                    </property>
 
69
                    <property name="frameShadow">
 
70
                        <enum>Sunken</enum>
 
71
                    </property>
 
72
                    <property name="orientation">
 
73
                        <enum>Horizontal</enum>
 
74
                    </property>
 
75
                </widget>
 
76
                <widget class="QProgressBar">
 
77
                    <property name="name">
 
78
                        <cstring>_itemProgress</cstring>
 
79
                    </property>
 
80
                </widget>
 
81
                <widget class="QProgressBar">
 
82
                    <property name="name">
 
83
                        <cstring>_totalProgress</cstring>
 
84
                    </property>
 
85
                </widget>
 
86
            </vbox>
 
87
        </widget>
 
88
    </vbox>
 
89
</widget>
 
90
<layoutdefaults spacing="6" margin="11"/>
 
91
</UI>