Warning, /graphics/krita/plugins/paintops/libpaintop/forms/wdgcoloroptions.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>WdgColorOptions</class>
0008  <widget class="QWidget" name="WdgColorOptions">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>509</width>
0014     <height>320</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0019     <horstretch>255</horstretch>
0020     <verstretch>255</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>460</width>
0026     <height>320</height>
0027    </size>
0028   </property>
0029   <layout class="QVBoxLayout" name="verticalLayout">
0030    <item>
0031     <widget class="QCheckBox" name="randomHSVCHBox">
0032      <property name="text">
0033       <string>Random HSV</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <layout class="QFormLayout" name="formLayout">
0039      <item column="0" row="0">
0040       <widget class="QLabel" name="label">
0041        <property name="text">
0042         <string>Hue:</string>
0043        </property>
0044        <property name="alignment">
0045         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0046        </property>
0047       </widget>
0048      </item>
0049      <item column="1" row="0">
0050       <widget class="KisSliderSpinBox" name="hueSlider">
0051        <property name="sizePolicy">
0052         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0053          <horstretch>10</horstretch>
0054          <verstretch>0</verstretch>
0055         </sizepolicy>
0056        </property>
0057       </widget>
0058      </item>
0059      <item column="0" row="1">
0060       <widget class="QLabel" name="label_2">
0061        <property name="text">
0062         <string>Saturation:</string>
0063        </property>
0064        <property name="alignment">
0065         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0066        </property>
0067       </widget>
0068      </item>
0069      <item column="1" row="1">
0070       <widget class="KisSliderSpinBox" name="saturationSlider">
0071        <property name="sizePolicy">
0072         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0073          <horstretch>10</horstretch>
0074          <verstretch>0</verstretch>
0075         </sizepolicy>
0076        </property>
0077       </widget>
0078      </item>
0079      <item column="0" row="2">
0080       <widget class="QLabel" name="label_3">
0081        <property name="text">
0082         <string>Value:</string>
0083        </property>
0084        <property name="alignment">
0085         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0086        </property>
0087       </widget>
0088      </item>
0089      <item column="1" row="2">
0090       <widget class="KisSliderSpinBox" name="valueSlider">
0091        <property name="sizePolicy">
0092         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0093          <horstretch>10</horstretch>
0094          <verstretch>0</verstretch>
0095         </sizepolicy>
0096        </property>
0097       </widget>
0098      </item>
0099     </layout>
0100    </item>
0101    <item>
0102     <widget class="QCheckBox" name="randomOpacityCHBox">
0103      <property name="text">
0104       <string>Random opacity</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item>
0109     <layout class="QGridLayout" name="chboxGridLayout">
0110      <property name="sizeConstraint">
0111       <enum>QLayout::SetMinimumSize</enum>
0112      </property>
0113      <item column="0" row="0">
0114       <widget class="QCheckBox" name="colorPerParticleCHBox">
0115        <property name="sizePolicy">
0116         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0117          <horstretch>0</horstretch>
0118          <verstretch>0</verstretch>
0119         </sizepolicy>
0120        </property>
0121        <property name="text">
0122         <string>Color per particle</string>
0123        </property>
0124       </widget>
0125      </item>
0126      <item column="1" row="0">
0127       <spacer name="horizontalSpacer">
0128        <property name="orientation">
0129         <enum>Qt::Horizontal</enum>
0130        </property>
0131        <property name="sizeType">
0132         <enum>QSizePolicy::Fixed</enum>
0133        </property>
0134        <property name="sizeHint" stdset="0">
0135         <size>
0136          <width>58</width>
0137          <height>20</height>
0138         </size>
0139        </property>
0140       </spacer>
0141      </item>
0142      <item column="2" row="0">
0143       <widget class="QCheckBox" name="fillBackgroundCHBox">
0144        <property name="sizePolicy">
0145         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0146          <horstretch>0</horstretch>
0147          <verstretch>0</verstretch>
0148         </sizepolicy>
0149        </property>
0150        <property name="toolTip">
0151         <string>If checked, grid brush fill every particle's background with background color. The background of particle is rectangle of grid width and height and by default it is transparent.</string>
0152        </property>
0153        <property name="text">
0154         <string>Fill background</string>
0155        </property>
0156       </widget>
0157      </item>
0158      <item column="0" row="1">
0159       <widget class="QCheckBox" name="sampleInputCHBox">
0160        <property name="sizePolicy">
0161         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0162          <horstretch>0</horstretch>
0163          <verstretch>0</verstretch>
0164         </sizepolicy>
0165        </property>
0166        <property name="text">
0167         <string>Sample Input layer</string>
0168        </property>
0169       </widget>
0170      </item>
0171      <item column="2" row="1">
0172       <widget class="QCheckBox" name="mixBgColorCHBox">
0173        <property name="sizePolicy">
0174         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0175          <horstretch>0</horstretch>
0176          <verstretch>0</verstretch>
0177         </sizepolicy>
0178        </property>
0179        <property name="text">
0180         <string>Mix with background color</string>
0181        </property>
0182       </widget>
0183      </item>
0184      <item column="1" row="1">
0185       <spacer name="horizontalSpacer_2">
0186        <property name="orientation">
0187         <enum>Qt::Horizontal</enum>
0188        </property>
0189        <property name="sizeType">
0190         <enum>QSizePolicy::Fixed</enum>
0191        </property>
0192        <property name="sizeHint" stdset="0">
0193         <size>
0194          <width>58</width>
0195          <height>20</height>
0196         </size>
0197        </property>
0198       </spacer>
0199      </item>
0200     </layout>
0201    </item>
0202    <item>
0203     <spacer name="verticalSpacer">
0204      <property name="orientation">
0205       <enum>Qt::Vertical</enum>
0206      </property>
0207      <property name="sizeHint" stdset="0">
0208       <size>
0209        <width>20</width>
0210        <height>114</height>
0211       </size>
0212      </property>
0213     </spacer>
0214    </item>
0215   </layout>
0216  </widget>
0217  <customwidgets>
0218   <customwidget>
0219    <class>KisSliderSpinBox</class>
0220    <extends>QSpinBox</extends>
0221    <header>kis_slider_spin_box.h</header>
0222    <container>1</container>
0223   </customwidget>
0224  </customwidgets>
0225  <resources/>
0226  <connections/>
0227 </ui>