You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
3.9 KiB
121 lines
3.9 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>DoubleProgressDialog</class>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>DoubleProgressDialog</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>286</width>
|
|
<height>140</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Progress</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>lbText</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQProgressBar">
|
|
<property name="name">
|
|
<cstring>pbBoxes</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQProgressBar">
|
|
<property name="name">
|
|
<cstring>pbProgress</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>layout1</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<spacer>
|
|
<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>41</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>pbCancel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<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>41</width>
|
|
<height>31</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</hbox>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>pbCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>DoubleProgressDialog</receiver>
|
|
<slot>cancelbutton()</slot>
|
|
</connection>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>pbCancel</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" impldecl="in implementation">progress_dialog.ui.h</include>
|
|
</includes>
|
|
<Q_SIGNALS>
|
|
<signal>cancelPressed()</signal>
|
|
</Q_SIGNALS>
|
|
<Q_SLOTS>
|
|
<slot>setText( const TQString & str )</slot>
|
|
<slot>setNumberOfBoxes( int number )</slot>
|
|
<slot>setProgressOfBoxes( int number )</slot>
|
|
<slot>setNumberOfSteps( int number )</slot>
|
|
<slot>setProgress( int number )</slot>
|
|
<slot access="private" specifier="non virtual">cancelbutton()</slot>
|
|
</Q_SLOTS>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|