Subversion Repositories public

Rev

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

<?xml version = '1.0' encoding = 'UTF-8'?>
<ui version="4.0" >
  <author>Andreas Theofilu &lt;andreas@theosys.at></author>
  <comment>Shows a progress bar and information about what is going on</comment>
  <class>Progress</class>
  <widget class="QDialog" name="Progress" >
    <property name="geometry" >
      <rect>
        <x>0</x>
        <y>0</y>
        <width>524</width>
        <height>112</height>
      </rect>
    </property>
    <property name="windowTitle" >
      <string>SportWatcher progress</string>
    </property>
    <property name="locale" >
      <locale language="English" country="UnitedStates" />
    </property>
    <layout class="QGridLayout" name="gridLayout_2" >
      <item row="0" column="0" >
        <widget class="QFrame" name="frame" >
          <property name="frameShape" >
            <enum>QFrame::StyledPanel</enum>
          </property>
          <property name="frameShadow" >
            <enum>QFrame::Raised</enum>
          </property>
          <layout class="QGridLayout" name="gridLayout" >
            <item row="0" column="0" >
              <widget class="QLabel" name="lblInfo" >
                <property name="text" >
                  <string>Reading ...</string>
                </property>
                <property name="wordWrap" >
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="2" column="0" >
              <widget class="QLabel" name="lblReading" >
                <property name="text" >
                  <string>Reading...</string>
                </property>
                <property name="wordWrap" >
                  <bool>false</bool>
                </property>
              </widget>
            </item>
            <item row="1" column="0" >
              <widget class="QProgressBar" name="barProgress" >
                <property name="value" >
                  <number>24</number>
                </property>
              </widget>
            </item>
          </layout>
        </widget>
      </item>
    </layout>
  </widget>
  <layoutdefault spacing="6" margin="11" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <includes>
    <include location="local" />
  </includes>
  <resources/>
  <connections/>
</ui>