Warning, /graphics/krita/plugins/extensions/separate_channels/wdg_separations.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <ui version="4.0">
0003  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>WdgSeparations</class>
0008  <widget class="QWidget" name="WdgSeparations">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>498</width>
0014     <height>392</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <layout class="QHBoxLayout" name="horizontalLayout_3">
0020      <item>
0021       <widget class="QLabel" name="textLabel1">
0022        <property name="text">
0023         <string>Current color model:</string>
0024        </property>
0025        <property name="alignment">
0026         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027        </property>
0028        <property name="wordWrap">
0029         <bool>false</bool>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QLabel" name="lblColormodel">
0035        <property name="sizePolicy">
0036         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0037          <horstretch>0</horstretch>
0038          <verstretch>0</verstretch>
0039         </sizepolicy>
0040        </property>
0041        <property name="text">
0042         <string/>
0043        </property>
0044        <property name="wordWrap">
0045         <bool>false</bool>
0046        </property>
0047       </widget>
0048      </item>
0049     </layout>
0050    </item>
0051    <item>
0052     <layout class="QHBoxLayout" name="horizontalLayout_2">
0053      <item>
0054       <widget class="QGroupBox" name="grpSource">
0055        <property name="sizePolicy">
0056         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0057          <horstretch>0</horstretch>
0058          <verstretch>0</verstretch>
0059         </sizepolicy>
0060        </property>
0061        <property name="title">
0062         <string>Source</string>
0063        </property>
0064        <layout class="QGridLayout">
0065         <item column="0" row="0">
0066          <widget class="QRadioButton" name="radioCurrentLayer">
0067           <property name="text">
0068            <string>Current layer</string>
0069           </property>
0070           <property name="checked">
0071            <bool>true</bool>
0072           </property>
0073          </widget>
0074         </item>
0075         <item column="0" row="1">
0076          <widget class="QRadioButton" name="radioAllLayers">
0077           <property name="text">
0078            <string>Flatten all layers before separation</string>
0079           </property>
0080          </widget>
0081         </item>
0082        </layout>
0083       </widget>
0084      </item>
0085     </layout>
0086    </item>
0087    <item>
0088     <widget class="QGroupBox" name="grpAlpha">
0089      <property name="title">
0090       <string>Alpha Options</string>
0091      </property>
0092      <layout class="QGridLayout">
0093       <item column="0" row="0">
0094        <widget class="QRadioButton" name="radioCopyAlpha">
0095         <property name="text">
0096          <string>Copy alpha channel to each separated channel as an alpha channel</string>
0097         </property>
0098        </widget>
0099       </item>
0100       <item column="0" row="1">
0101        <widget class="QRadioButton" name="radioDiscardAlpha">
0102         <property name="text">
0103          <string>Discard alpha channel</string>
0104         </property>
0105         <property name="checked">
0106          <bool>true</bool>
0107         </property>
0108        </widget>
0109       </item>
0110       <item column="0" row="2">
0111        <widget class="QRadioButton" name="radioSeparateAlpha">
0112         <property name="text">
0113          <string>Create separate separation from alpha channel</string>
0114         </property>
0115        </widget>
0116       </item>
0117      </layout>
0118     </widget>
0119    </item>
0120    <item>
0121     <widget class="QCheckBox" name="chkDownscale">
0122      <property name="text">
0123       <string>Downscale to 8-bit before separating</string>
0124      </property>
0125     </widget>
0126    </item>
0127    <item>
0128     <widget class="QCheckBox" name="chkColors">
0129      <property name="text">
0130       <string>Output to color, not grayscale</string>
0131      </property>
0132     </widget>
0133    </item>
0134    <item>
0135     <widget class="QCheckBox" name="chkActivateCurrentChannel">
0136      <property name="toolTip">
0137       <string>Activate only the current channel for the new node, deactivate all other channels.</string>
0138      </property>
0139      <property name="text">
0140       <string>Activate the current channel</string>
0141      </property>
0142     </widget>
0143    </item>
0144    <item>
0145     <spacer>
0146      <property name="orientation">
0147       <enum>Qt::Vertical</enum>
0148      </property>
0149      <property name="sizeType">
0150       <enum>QSizePolicy::Expanding</enum>
0151      </property>
0152      <property name="sizeHint" stdset="0">
0153       <size>
0154        <width>20</width>
0155        <height>16</height>
0156       </size>
0157      </property>
0158     </spacer>
0159    </item>
0160   </layout>
0161  </widget>
0162  <tabstops>
0163   <tabstop>radioCurrentLayer</tabstop>
0164   <tabstop>radioDiscardAlpha</tabstop>
0165   <tabstop>chkDownscale</tabstop>
0166   <tabstop>chkColors</tabstop>
0167  </tabstops>
0168  <resources/>
0169  <connections/>
0170 </ui>