Rev 95 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>progressWidgetBase</class>
<comment>Shows a progress bar and information about what is going on</comment>
<author>Andreas Theofilu <andreas@theosys.at></author>
<widget class="QDialog">
<property name="name">
<cstring>Progress</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>524</width>
<height>112</height>
</rect>
</property>
<property name="caption">
<string>SportWatcher progress</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QFrame" row="0" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>frame3</cstring>
</property>
<property name="frameShape">
<enum>StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KProgress" row="1" column="0">
<property name="name">
<cstring>barProgress</cstring>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>lblInfo</cstring>
</property>
<property name="text">
<string>Reading ...</string>
</property>
</widget>
<widget class="QLabel" row="2" column="0">
<property name="name">
<cstring>lblReading</cstring>
</property>
<property name="text">
<string>Reading...</string>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<slots>
<slot>pbDownloadSlot()</slot>
<slot>pbCancelSlot()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kprogress.h</includehint>
</includehints>
</UI>