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 /k9author/import.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 'k9author/import.ui')
-rw-r--r-- | k9author/import.ui | 207 |
1 files changed, 207 insertions, 0 deletions
diff --git a/k9author/import.ui b/k9author/import.ui new file mode 100644 index 0000000..fc42a9e --- /dev/null +++ b/k9author/import.ui @@ -0,0 +1,207 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>import</class> +<widget class="QWidget"> + <property name="name"> + <cstring>import</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>524</width> + <height>416</height> + </rect> + </property> + <property name="caption"> + <string>import</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Output</string> + </property> + </widget> + <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="4"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QListView" row="0" column="0" rowspan="2" colspan="1"> + <column> + <property name="text"> + <string>Video files</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>...</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>lvDVD</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>200</height> + </size> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="resizeMode"> + <enum>AllColumns</enum> + </property> + </widget> + </grid> + </widget> + <widget class="KComboBox" row="0" column="1"> + <property name="name"> + <cstring>cbOutputDev</cstring> + </property> + </widget> + <widget class="QComboBox" row="0" column="2"> + <item> + <property name="text"> + <string>PAL</string> + </property> + </item> + <item> + <property name="text"> + <string>NTSC</string> + </property> + </item> + <property name="name"> + <cstring>cbFormat</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="QLabel" row="2" column="3"> + <property name="name"> + <cstring>lTotal</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>--:--:--</string> + </property> + </widget> + <widget class="KGradientSelector" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>gsTotal</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>32767</width> + <height>13</height> + </size> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="maxValue"> + <number>180</number> + </property> + <property name="firstColor"> + <color> + <red>255</red> + <green>77</green> + <blue>6</blue> + </color> + </property> + <property name="secondColor"> + <color> + <red>85</red> + <green>255</green> + <blue>0</blue> + </color> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>lvDVD</sender> + <signal>selectionChanged(QListViewItem*)</signal> + <receiver>import</receiver> + <slot>lvDVDItemSelected(QListViewItem*)</slot> + </connection> + <connection> + <sender>cbFormat</sender> + <signal>activated(const QString&)</signal> + <receiver>import</receiver> + <slot>cbFormatActivated(const QString&)</slot> + </connection> +</connections> +<slots> + <slot>lvDVDItemSelected(QListViewItem *)</slot> + <slot>bAddClick()</slot> + <slot>cbFormatActivated(const QString &)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> + <includehint>kselect.h</includehint> +</includehints> +</UI> |