Subversion Repositories public

Rev

Rev 104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 232
Line 1... Line 1...
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1
<?xml version = '1.0' encoding = 'UTF-8'?>
-
 
2
<ui version="4.0" >
2
<class>progressWidgetBase</class>
3
  <author>Andreas Theofilu &lt;andreas@theosys.at></author>
3
<comment>Shows a progress bar and information about what is going on</comment>
4
  <comment>Shows a progress bar and information about what is going on</comment>
4
<author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
5
  <class>Progress</class>
5
<widget class="QDialog">
6
  <widget class="QDialog" name="Progress" >
6
    <property name="name">
7
    <property name="geometry" >
-
 
8
      <rect>
-
 
9
        <x>0</x>
-
 
10
        <y>0</y>
-
 
11
        <width>524</width>
7
        <cstring>Progress</cstring>
12
        <height>112</height>
-
 
13
      </rect>
8
    </property>
14
    </property>
9
    <property name="geometry">
15
    <property name="windowTitle" >
10
        <rect>
-
 
11
            <x>0</x>
-
 
12
            <y>0</y>
-
 
13
            <width>524</width>
-
 
14
            <height>112</height>
16
      <string>SportWatcher progress</string>
15
        </rect>
-
 
16
    </property>
17
    </property>
17
    <property name="caption">
18
    <property name="locale" >
18
        <string>SportWatcher progress</string>
19
      <locale language="English" country="UnitedStates" />
19
    </property>
20
    </property>
20
    <grid>
-
 
21
        <property name="name">
21
    <layout class="QGridLayout" name="gridLayout_2" >
22
            <cstring>unnamed</cstring>
22
      <item row="0" column="0" >
23
        </property>
-
 
24
        <widget class="QFrame" row="0" column="0" rowspan="1" colspan="5">
23
        <widget class="QFrame" name="frame" >
25
            <property name="name">
24
          <property name="frameShape" >
26
                <cstring>frame3</cstring>
25
            <enum>QFrame::StyledPanel</enum>
27
            </property>
26
          </property>
28
            <property name="frameShape">
27
          <property name="frameShadow" >
29
                <enum>StyledPanel</enum>
28
            <enum>QFrame::Raised</enum>
30
            </property>
29
          </property>
31
            <property name="frameShadow">
30
          <layout class="QGridLayout" name="gridLayout" >
32
                <enum>Raised</enum>
31
            <item row="0" column="0" >
33
            </property>
32
              <widget class="QLabel" name="lblInfo" >
34
            <grid>
-
 
35
                <property name="name">
33
                <property name="text" >
36
                    <cstring>unnamed</cstring>
34
                  <string>Reading ...</string>
37
                </property>
35
                </property>
38
                <widget class="KProgress" row="1" column="0">
36
                <property name="wordWrap" >
39
                    <property name="name">
37
                  <bool>false</bool>
40
                        <cstring>barProgress</cstring>
38
                </property>
41
                    </property>
39
              </widget>
42
                </widget>
40
            </item>
-
 
41
            <item row="2" column="0" >
43
                <widget class="QLabel" row="0" column="0">
42
              <widget class="QLabel" name="lblReading" >
44
                    <property name="name">
43
                <property name="text" >
45
                        <cstring>lblInfo</cstring>
44
                  <string>Reading...</string>
46
                    </property>
45
                </property>
47
                    <property name="text">
46
                <property name="wordWrap" >
48
                        <string>Reading ...</string>
47
                  <bool>false</bool>
49
                    </property>
48
                </property>
50
                </widget>
49
              </widget>
51
                <widget class="QLabel" row="2" column="0">
50
            </item>
52
                    <property name="name">
51
            <item row="1" column="0" >
53
                        <cstring>lblReading</cstring>
52
              <widget class="QProgressBar" name="barProgress" >
54
                    </property>
-
 
55
                    <property name="text">
53
                <property name="value" >
56
                        <string>Reading...</string>
54
                  <number>24</number>
57
                    </property>
55
                </property>
58
                </widget>
56
              </widget>
59
            </grid>
57
            </item>
-
 
58
          </layout>
60
        </widget>
59
        </widget>
61
    </grid>
60
      </item>
62
</widget>
61
    </layout>
63
<slots>
62
  </widget>
64
    <slot>pbDownloadSlot()</slot>
63
  <layoutdefault spacing="6" margin="11" />
65
    <slot>pbCancelSlot()</slot>
64
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
66
</slots>
65
  <includes>
67
<layoutdefaults spacing="6" margin="11"/>
66
    <include location="local" />
68
<includehints>
67
  </includes>
69
    <includehint>kprogress.h</includehint>
68
  <resources/>
70
</includehints>
69
  <connections/>
71
</UI>
70
</ui>