diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /krita/plugins/viewplugins/separate_channels/wdg_separations.ui | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krita/plugins/viewplugins/separate_channels/wdg_separations.ui')
-rw-r--r-- | krita/plugins/viewplugins/separate_channels/wdg_separations.ui | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/krita/plugins/viewplugins/separate_channels/wdg_separations.ui b/krita/plugins/viewplugins/separate_channels/wdg_separations.ui new file mode 100644 index 00000000..6c7a8cf7 --- /dev/null +++ b/krita/plugins/viewplugins/separate_channels/wdg_separations.ui @@ -0,0 +1,182 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>WdgSeparations</class> +<widget class="QWidget"> + <property name="name"> + <cstring>WdgSeparations</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>570</width> + <height>350</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>chkColors</cstring> + </property> + <property name="text"> + <string>Output to color, not grayscale</string> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>chkDownscale</cstring> + </property> + <property name="text"> + <string>Downscale to 8-bit before separating</string> + </property> + </widget> + <widget class="QButtonGroup" row="2" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>grpAlpha</cstring> + </property> + <property name="title"> + <string>Alpha Options</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioCopyAlpha</cstring> + </property> + <property name="text"> + <string>Copy alpha channel to each separated channel as an alpha channel</string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioDiscardAlpha</cstring> + </property> + <property name="text"> + <string>Discard alpha channel</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioSeparateAlpha</cstring> + </property> + <property name="text"> + <string>Create separate separation from alpha channel</string> + </property> + </widget> + </vbox> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>grpSource</cstring> + </property> + <property name="title"> + <string>Source</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton" row="0" column="0"> + <property name="name"> + <cstring>radioCurrentLayer</cstring> + </property> + <property name="text"> + <string>Current layer</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton" row="1" column="0"> + <property name="name"> + <cstring>radioAllLayers</cstring> + </property> + <property name="text"> + <string>Flatten all layers before separation</string> + </property> + </widget> + </grid> + </widget> + <widget class="QButtonGroup" row="1" column="2"> + <property name="name"> + <cstring>grpOutput</cstring> + </property> + <property name="title"> + <string>Output</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioLayers</cstring> + </property> + <property name="text"> + <string>To layers</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>radioImages</cstring> + </property> + <property name="text"> + <string>To images</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QLabel" row="0" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>lblColormodel</cstring> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Current color model:</string> + </property> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>radioCurrentLayer</tabstop> + <tabstop>radioLayers</tabstop> + <tabstop>radioDiscardAlpha</tabstop> + <tabstop>chkDownscale</tabstop> + <tabstop>chkColors</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |