diff options
Diffstat (limited to 'tderadio3/src/standardscandialog-ui.ui')
-rw-r--r-- | tderadio3/src/standardscandialog-ui.ui | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/tderadio3/src/standardscandialog-ui.ui b/tderadio3/src/standardscandialog-ui.ui new file mode 100644 index 0000000..394ccfc --- /dev/null +++ b/tderadio3/src/standardscandialog-ui.ui @@ -0,0 +1,136 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>StandardScanDialogUI</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>StandardScanDialogUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>359</width> + <height>104</height> + </rect> + </property> + <property name="caption"> + <string>Stations search in progress ...</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQProgressBar" row="0" column="0"> + <property name="name"> + <cstring>progressBar</cstring> + </property> + <property name="progress"> + <number>50</number> + </property> + <property name="indicatorFollowsStyle"> + <bool>true</bool> + </property> + <property name="percentageVisible"> + <bool>true</bool> + </property> + </widget> + <widget class="TQLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer8_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>100</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQPushButton"> + <property name="name"> + <cstring>buttonCancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer8</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>70</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="TQLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel"> + <property name="name"> + <cstring>labelTimeDescr</cstring> + </property> + <property name="text"> + <string>remaining time</string> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>labelTime</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><p align="right">nothing here</p></string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<connections> +</connections> +<includes> +</includes> +<variables> +</variables> +<Q_SLOTS> +</Q_SLOTS> +<layoutdefaults spacing="6" margin="11"/> +</UI> |