Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
tdepim/korn/progress_dialog.ui

121 wiersze
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>&amp;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>
<signals>
<signal>cancelPressed()</signal>
</signals>
<slots>
<slot>setText( const TQString &amp; 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>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>