Rev 104 | 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>145</height>
</rect>
</property>
<property name="caption">
<string>SportWatcher progress</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>80</width>
<height>20</height>
</size>
</property>
</spacer>
<spacer row="1" column="2">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>60</width>
<height>20</height>
</size>
</property>
</spacer>
<spacer row="1" column="4">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>120</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KPushButton" row="1" column="1">
<property name="name">
<cstring>pbDownload</cstring>
</property>
<property name="text">
<string>Start download</string>
</property>
</widget>
<widget class="KPushButton" row="1" column="3">
<property name="name">
<cstring>pbCancel</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<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>
<connections>
<connection>
<sender>pbDownload</sender>
<signal>clicked()</signal>
<receiver>Progress</receiver>
<slot>pbDownloadSlot()</slot>
</connection>
<connection>
<sender>pbCancel</sender>
<signal>clicked()</signal>
<receiver>Progress</receiver>
<slot>pbCancelSlot()</slot>
</connection>
</connections>
<slots>
<slot>pbDownloadSlot()</slot>
<slot>pbCancelSlot()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kprogress.h</includehint>
</includehints>
</UI>