Subversion Repositories public

Rev

Rev 104 | Details | Compare with Previous | Last modification | View Log | RSS feed

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