Subversion Repositories public

Rev

Rev 95 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
95 andreas 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>progressWidgetBase</class>
3
<comment>Shows a progress bar and information about what is going on</comment>
4
<author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
5
<widget class="QDialog">
6
    <property name="name">
7
        <cstring>Progress</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
11
            <x>0</x>
12
            <y>0</y>
13
            <width>524</width>
104 andreas 14
            <height>112</height>
95 andreas 15
        </rect>
16
    </property>
17
    <property name="caption">
18
        <string>SportWatcher progress</string>
19
    </property>
20
    <grid>
21
        <property name="name">
22
            <cstring>unnamed</cstring>
23
        </property>
24
        <widget class="QFrame" row="0" column="0" rowspan="1" colspan="5">
25
            <property name="name">
26
                <cstring>frame3</cstring>
27
            </property>
28
            <property name="frameShape">
29
                <enum>StyledPanel</enum>
30
            </property>
31
            <property name="frameShadow">
32
                <enum>Raised</enum>
33
            </property>
34
            <grid>
35
                <property name="name">
36
                    <cstring>unnamed</cstring>
37
                </property>
38
                <widget class="KProgress" row="1" column="0">
39
                    <property name="name">
40
                        <cstring>barProgress</cstring>
41
                    </property>
42
                </widget>
43
                <widget class="QLabel" row="0" column="0">
44
                    <property name="name">
45
                        <cstring>lblInfo</cstring>
46
                    </property>
47
                    <property name="text">
48
                        <string>Reading ...</string>
49
                    </property>
50
                </widget>
51
                <widget class="QLabel" row="2" column="0">
52
                    <property name="name">
53
                        <cstring>lblReading</cstring>
54
                    </property>
55
                    <property name="text">
56
                        <string>Reading...</string>
57
                    </property>
58
                </widget>
59
            </grid>
60
        </widget>
61
    </grid>
62
</widget>
63
<slots>
64
    <slot>pbDownloadSlot()</slot>
65
    <slot>pbCancelSlot()</slot>
66
</slots>
67
<layoutdefaults spacing="6" margin="11"/>
68
<includehints>
69
    <includehint>kprogress.h</includehint>
70
</includehints>
71
</UI>