diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:32:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 00:32:19 +0000 |
commit | 0d382a262c0638d0f572fc37193ccc5ed3dc895f (patch) | |
tree | 8578dcddfce4191f3f7a142a37769df7add48475 /libk9copy/dvdprogress.ui | |
download | k9copy-0d382a262c0638d0f572fc37193ccc5ed3dc895f.tar.gz k9copy-0d382a262c0638d0f572fc37193ccc5ed3dc895f.zip |
Added old abandoned version of k9copy
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libk9copy/dvdprogress.ui')
-rwxr-xr-x | libk9copy/dvdprogress.ui | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/libk9copy/dvdprogress.ui b/libk9copy/dvdprogress.ui new file mode 100755 index 0000000..dabdac2 --- /dev/null +++ b/libk9copy/dvdprogress.ui @@ -0,0 +1,141 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>DVDProgress</class> +<widget class="QDialog"> + <property name="name"> + <cstring>DVDProgress</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>278</width> + <height>150</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>150</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>400</width> + <height>150</height> + </size> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="caption"> + <string>k9Copy - DVD Analyze</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>lblTotal</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QProgressBar"> + <property name="name"> + <cstring>pbTotal</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="progress"> + <number>100</number> + </property> + <property name="percentageVisible"> + <bool>false</bool> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout1</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>lblTitle</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QProgressBar"> + <property name="name"> + <cstring>pbTitle</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="totalSteps"> + <number>100</number> + </property> + <property name="progress"> + <number>100</number> + </property> + <property name="centerIndicator"> + <bool>true</bool> + </property> + <property name="percentageVisible"> + <bool>false</bool> + </property> + </widget> + </vbox> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>lblStatus</cstring> + </property> + <property name="cursor"> + <cursor>3</cursor> + </property> + <property name="text"> + <string></string> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |