1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WdgSeparations</class>
4 <widget class="QWidget" name="WdgSeparations">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>498</width>
10    <height>392</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <item>
15    <layout class="QHBoxLayout" name="horizontalLayout_3">
16     <item>
17      <widget class="QLabel" name="textLabel1">
18       <property name="text">
19        <string>Current color model:</string>
20       </property>
21       <property name="alignment">
22        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
23       </property>
24       <property name="wordWrap">
25        <bool>false</bool>
26       </property>
27      </widget>
28     </item>
29     <item>
30      <widget class="QLabel" name="lblColormodel">
31       <property name="sizePolicy">
32        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33         <horstretch>0</horstretch>
34         <verstretch>0</verstretch>
35        </sizepolicy>
36       </property>
37       <property name="text">
38        <string/>
39       </property>
40       <property name="wordWrap">
41        <bool>false</bool>
42       </property>
43      </widget>
44     </item>
45    </layout>
46   </item>
47   <item>
48    <layout class="QHBoxLayout" name="horizontalLayout_2">
49     <item>
50      <widget class="QGroupBox" name="grpSource">
51       <property name="sizePolicy">
52        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
53         <horstretch>0</horstretch>
54         <verstretch>0</verstretch>
55        </sizepolicy>
56       </property>
57       <property name="title">
58        <string>Source</string>
59       </property>
60       <layout class="QGridLayout">
61        <item row="0" column="0">
62         <widget class="QRadioButton" name="radioCurrentLayer">
63          <property name="text">
64           <string>Current layer</string>
65          </property>
66          <property name="checked">
67           <bool>true</bool>
68          </property>
69         </widget>
70        </item>
71        <item row="1" column="0">
72         <widget class="QRadioButton" name="radioAllLayers">
73          <property name="text">
74           <string>Flatten all layers before separation</string>
75          </property>
76         </widget>
77        </item>
78       </layout>
79      </widget>
80     </item>
81    </layout>
82   </item>
83   <item>
84    <widget class="QGroupBox" name="grpAlpha">
85     <property name="title">
86      <string>Alpha Options</string>
87     </property>
88     <layout class="QGridLayout">
89      <item row="0" column="0">
90       <widget class="QRadioButton" name="radioCopyAlpha">
91        <property name="text">
92         <string>Copy alpha channel to each separated channel as an alpha channel</string>
93        </property>
94       </widget>
95      </item>
96      <item row="1" column="0">
97       <widget class="QRadioButton" name="radioDiscardAlpha">
98        <property name="text">
99         <string>Discard alpha channel</string>
100        </property>
101        <property name="checked">
102         <bool>true</bool>
103        </property>
104       </widget>
105      </item>
106      <item row="2" column="0">
107       <widget class="QRadioButton" name="radioSeparateAlpha">
108        <property name="text">
109         <string>Create separate separation from alpha channel</string>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </widget>
115   </item>
116   <item>
117    <widget class="QCheckBox" name="chkDownscale">
118     <property name="text">
119      <string>Downscale to 8-bit before separating</string>
120     </property>
121    </widget>
122   </item>
123   <item>
124    <widget class="QCheckBox" name="chkColors">
125     <property name="text">
126      <string>Output to color, not grayscale</string>
127     </property>
128    </widget>
129   </item>
130   <item>
131    <widget class="QCheckBox" name="chkActivateCurrentChannel">
132     <property name="toolTip">
133      <string>Activate only the current channel for the new node, deactivate all other channels.</string>
134     </property>
135     <property name="text">
136      <string>Activate the current channel</string>
137     </property>
138    </widget>
139   </item>
140   <item>
141    <spacer>
142     <property name="orientation">
143      <enum>Qt::Vertical</enum>
144     </property>
145     <property name="sizeType">
146      <enum>QSizePolicy::Expanding</enum>
147     </property>
148     <property name="sizeHint" stdset="0">
149      <size>
150       <width>20</width>
151       <height>16</height>
152      </size>
153     </property>
154    </spacer>
155   </item>
156  </layout>
157 </widget>
158 <tabstops>
159  <tabstop>radioCurrentLayer</tabstop>
160  <tabstop>radioDiscardAlpha</tabstop>
161  <tabstop>chkDownscale</tabstop>
162  <tabstop>chkColors</tabstop>
163 </tabstops>
164 <resources/>
165 <connections/>
166</ui>
167