Warning, /graphics/krita/plugins/paintops/hairy/wdgInkOptions.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>WdgInkOptions</class>
0008  <widget class="QWidget" name="WdgInkOptions">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>405</width>
0014     <height>436</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>405</width>
0026     <height>400</height>
0027    </size>
0028   </property>
0029   <widget class="QWidget" name="layoutWidget">
0030    <property name="geometry">
0031     <rect>
0032      <x>300</x>
0033      <y>0</y>
0034      <width>113</width>
0035      <height>391</height>
0036     </rect>
0037    </property>
0038    <layout class="QVBoxLayout" name="verticalLayout">
0039     <property name="leftMargin">
0040      <number>10</number>
0041     </property>
0042     <item>
0043      <widget class="QLabel" name="inkLabel">
0044       <property name="text">
0045        <string>Ink Amount</string>
0046       </property>
0047      </widget>
0048     </item>
0049     <item>
0050      <widget class="KisIntParseSpinBox" name="inkAmountSpinBox">
0051       <property name="maximum">
0052        <number>10000</number>
0053       </property>
0054       <property name="value">
0055        <number>1024</number>
0056       </property>
0057      </widget>
0058     </item>
0059     <item>
0060      <widget class="QCheckBox" name="opacityCBox">
0061       <property name="text">
0062        <string>Opacity</string>
0063       </property>
0064       <property name="checked">
0065        <bool>true</bool>
0066       </property>
0067      </widget>
0068     </item>
0069     <item>
0070      <widget class="QCheckBox" name="saturationCBox">
0071       <property name="enabled">
0072        <bool>true</bool>
0073       </property>
0074       <property name="text">
0075        <string>Saturation</string>
0076       </property>
0077       <property name="checked">
0078        <bool>false</bool>
0079       </property>
0080      </widget>
0081     </item>
0082     <item>
0083      <widget class="QCheckBox" name="soakInkCBox">
0084       <property name="enabled">
0085        <bool>true</bool>
0086       </property>
0087       <property name="toolTip">
0088        <string>Soak ink from the initial position of the stroke</string>
0089       </property>
0090       <property name="text">
0091        <string>Soak ink</string>
0092       </property>
0093       <property name="checked">
0094        <bool>false</bool>
0095       </property>
0096      </widget>
0097     </item>
0098     <item>
0099      <spacer name="verticalSpacer">
0100       <property name="orientation">
0101        <enum>Qt::Vertical</enum>
0102       </property>
0103       <property name="sizeHint" stdset="0">
0104        <size>
0105         <width>20</width>
0106         <height>288</height>
0107        </size>
0108       </property>
0109      </spacer>
0110     </item>
0111    </layout>
0112   </widget>
0113   <widget class="QGroupBox" name="groupBox">
0114    <property name="geometry">
0115     <rect>
0116      <x>0</x>
0117      <y>0</y>
0118      <width>301</width>
0119      <height>270</height>
0120     </rect>
0121    </property>
0122    <property name="sizePolicy">
0123     <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0124      <horstretch>0</horstretch>
0125      <verstretch>0</verstretch>
0126     </sizepolicy>
0127    </property>
0128    <property name="minimumSize">
0129     <size>
0130      <width>0</width>
0131      <height>0</height>
0132     </size>
0133    </property>
0134    <property name="title">
0135     <string>Ink Depletion Curve</string>
0136    </property>
0137    <widget class="KisCurveWidget" name="inkCurve" native="true">
0138     <property name="geometry">
0139      <rect>
0140       <x>9</x>
0141       <y>33</y>
0142       <width>271</width>
0143       <height>228</height>
0144      </rect>
0145     </property>
0146    </widget>
0147   </widget>
0148   <widget class="QGroupBox" name="weightGroup">
0149    <property name="geometry">
0150     <rect>
0151      <x>0</x>
0152      <y>270</y>
0153      <width>281</width>
0154      <height>161</height>
0155     </rect>
0156    </property>
0157    <property name="title">
0158     <string>Saturation Weights</string>
0159    </property>
0160    <layout class="QGridLayout" name="gridLayout">
0161     <item column="0" row="0">
0162      <widget class="QCheckBox" name="useWeightCHBox">
0163       <property name="text">
0164        <string>weighted saturation</string>
0165       </property>
0166      </widget>
0167     </item>
0168     <item column="0" row="2">
0169      <widget class="QLabel" name="label_2">
0170       <property name="text">
0171        <string>Bristle Ink Weight:</string>
0172       </property>
0173      </widget>
0174     </item>
0175     <item column="0" row="1">
0176      <widget class="QLabel" name="label">
0177       <property name="text">
0178        <string>Pressure Weight:</string>
0179       </property>
0180      </widget>
0181     </item>
0182     <item column="2" row="2">
0183      <widget class="KisSliderSpinBox" name="bristleInkAmountSlider" native="true">
0184       <property name="sizePolicy">
0185        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0186         <horstretch>0</horstretch>
0187         <verstretch>0</verstretch>
0188        </sizepolicy>
0189       </property>
0190      </widget>
0191     </item>
0192     <item column="0" row="3">
0193      <widget class="QLabel" name="label_3">
0194       <property name="text">
0195        <string>Bristle Length Weight:</string>
0196       </property>
0197      </widget>
0198     </item>
0199     <item column="2" row="3">
0200      <widget class="KisSliderSpinBox" name="bristleLengthSlider" native="true">
0201       <property name="sizePolicy">
0202        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0203         <horstretch>0</horstretch>
0204         <verstretch>0</verstretch>
0205        </sizepolicy>
0206       </property>
0207      </widget>
0208     </item>
0209     <item column="2" row="1">
0210      <widget class="KisSliderSpinBox" name="pressureSlider" native="true">
0211       <property name="sizePolicy">
0212        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0213         <horstretch>0</horstretch>
0214         <verstretch>0</verstretch>
0215        </sizepolicy>
0216       </property>
0217      </widget>
0218     </item>
0219     <item column="0" row="4">
0220      <widget class="QLabel" name="label_4">
0221       <property name="text">
0222        <string>Ink Depletion Curve Weight:</string>
0223       </property>
0224      </widget>
0225     </item>
0226     <item column="2" row="4">
0227      <widget class="KisSliderSpinBox" name="inkDepletionSlider" native="true">
0228       <property name="sizePolicy">
0229        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0230         <horstretch>0</horstretch>
0231         <verstretch>0</verstretch>
0232        </sizepolicy>
0233       </property>
0234      </widget>
0235     </item>
0236    </layout>
0237   </widget>
0238  </widget>
0239  <customwidgets>
0240   <customwidget>
0241    <class>KisIntParseSpinBox</class>
0242    <extends>QSpinBox</extends>
0243    <header>kis_int_parse_spin_box.h</header>
0244   </customwidget>
0245   <customwidget>
0246    <class>KisSliderSpinBox</class>
0247    <extends>QSpinBox</extends>
0248    <header>kis_slider_spin_box.h</header>
0249    <container>1</container>
0250   </customwidget>
0251   <customwidget>
0252    <class>KisCurveWidget</class>
0253    <extends>QWidget</extends>
0254    <header>widgets/kis_curve_widget.h</header>
0255    <container>1</container>
0256   </customwidget>
0257  </customwidgets>
0258  <resources/>
0259  <connections/>
0260 </ui>