Warning, /graphics/krita/plugins/extensions/colorrange/wdg_colorrange.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>WdgColorRange</class>
0008  <widget class="QWidget" name="WdgColorRange">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>363</width>
0014     <height>186</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Color Range</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout_2">
0021    <item column="0" row="0">
0022     <layout class="QGridLayout" name="gridLayout">
0023      <item column="0" row="0">
0024       <widget class="QComboBox" name="cmbSelect">
0025        <item>
0026         <property name="text">
0027          <string>Reds</string>
0028         </property>
0029        </item>
0030        <item>
0031         <property name="text">
0032          <string>Yellows</string>
0033         </property>
0034        </item>
0035        <item>
0036         <property name="text">
0037          <string>Greens</string>
0038         </property>
0039        </item>
0040        <item>
0041         <property name="text">
0042          <string>Cyans</string>
0043         </property>
0044        </item>
0045        <item>
0046         <property name="text">
0047          <string>Blues</string>
0048         </property>
0049        </item>
0050        <item>
0051         <property name="text">
0052          <string>Magentas</string>
0053         </property>
0054        </item>
0055        <item>
0056         <property name="text">
0057          <string>Highlights</string>
0058         </property>
0059        </item>
0060        <item>
0061         <property name="text">
0062          <string>Midtones</string>
0063         </property>
0064        </item>
0065        <item>
0066         <property name="text">
0067          <string>Shadows</string>
0068         </property>
0069        </item>
0070       </widget>
0071      </item>
0072      <item column="0" row="1">
0073       <widget class="QCheckBox" name="chkInvert">
0074        <property name="text">
0075         <string>&amp;Invert</string>
0076        </property>
0077       </widget>
0078      </item>
0079      <item column="0" row="2">
0080       <widget class="QLabel" name="label">
0081        <property name="text">
0082         <string>Fuzziness</string>
0083        </property>
0084       </widget>
0085      </item>
0086      <item column="1" row="2">
0087       <widget class="KisSliderSpinBox" name="intFuzziness" native="true"/>
0088      </item>
0089      <item colspan="2" column="0" row="3">
0090       <widget class="QGroupBox" name="grpSelection">
0091        <property name="title">
0092         <string/>
0093        </property>
0094        <layout class="QVBoxLayout">
0095         <item>
0096          <widget class="QRadioButton" name="radioAdd">
0097           <property name="text">
0098            <string>&amp;Add to current selection</string>
0099           </property>
0100           <property name="checked">
0101            <bool>true</bool>
0102           </property>
0103          </widget>
0104         </item>
0105         <item>
0106          <widget class="QRadioButton" name="radioSubtract">
0107           <property name="text">
0108            <string>Subtract fro&amp;m current selection</string>
0109           </property>
0110          </widget>
0111         </item>
0112        </layout>
0113       </widget>
0114      </item>
0115     </layout>
0116    </item>
0117    <item column="1" row="0">
0118     <layout class="QVBoxLayout">
0119      <property name="leftMargin">
0120       <number>0</number>
0121      </property>
0122      <property name="topMargin">
0123       <number>0</number>
0124      </property>
0125      <property name="rightMargin">
0126       <number>0</number>
0127      </property>
0128      <property name="bottomMargin">
0129       <number>0</number>
0130      </property>
0131      <item>
0132       <widget class="QPushButton" name="bnSelect">
0133        <property name="text">
0134         <string>&amp;Select</string>
0135        </property>
0136       </widget>
0137      </item>
0138      <item>
0139       <widget class="QPushButton" name="bnDeselect">
0140        <property name="text">
0141         <string>&amp;Deselect</string>
0142        </property>
0143       </widget>
0144      </item>
0145      <item>
0146       <spacer name="spacer9">
0147        <property name="orientation">
0148         <enum>Qt::Vertical</enum>
0149        </property>
0150        <property name="sizeType">
0151         <enum>QSizePolicy::Expanding</enum>
0152        </property>
0153        <property name="sizeHint" stdset="0">
0154         <size>
0155          <width>20</width>
0156          <height>40</height>
0157         </size>
0158        </property>
0159       </spacer>
0160      </item>
0161     </layout>
0162    </item>
0163   </layout>
0164  </widget>
0165  <customwidgets>
0166   <customwidget>
0167    <class>KisSliderSpinBox</class>
0168    <extends>QSpinBox</extends>
0169    <header location="global">kis_slider_spin_box.h</header>
0170    <container>1</container>
0171   </customwidget>
0172  </customwidgets>
0173  <resources/>
0174  <connections/>
0175 </ui>