Warning, /graphics/krita/plugins/filters/unsharp/wdgunsharp.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>WdgUnsharp</class>
0008  <widget class="QWidget" name="WdgUnsharp">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>331</width>
0014     <height>167</height>
0015    </rect>
0016   </property>
0017   <layout class="QFormLayout" name="formLayout">
0018    <item row="0" column="0">
0019     <widget class="QLabel" name="textLabel1">
0020      <property name="sizePolicy">
0021       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0022        <horstretch>0</horstretch>
0023        <verstretch>0</verstretch>
0024       </sizepolicy>
0025      </property>
0026      <property name="text">
0027       <string>Radius:</string>
0028      </property>
0029      <property name="alignment">
0030       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0031      </property>
0032      <property name="wordWrap">
0033       <bool>false</bool>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="0" column="1">
0038     <widget class="KisDoubleSliderSpinBox" name="doubleHalfSize" native="true">
0039      <property name="sizePolicy">
0040       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0041        <horstretch>0</horstretch>
0042        <verstretch>0</verstretch>
0043       </sizepolicy>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="1" column="0">
0048     <widget class="QLabel" name="textLabel3">
0049      <property name="sizePolicy">
0050       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0051        <horstretch>0</horstretch>
0052        <verstretch>0</verstretch>
0053       </sizepolicy>
0054      </property>
0055      <property name="text">
0056       <string comment="Amount in Unsharp mask filter">Amount:</string>
0057      </property>
0058      <property name="alignment">
0059       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0060      </property>
0061      <property name="wordWrap">
0062       <bool>false</bool>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="2" column="0">
0067     <widget class="QLabel" name="textLabel2">
0068      <property name="sizePolicy">
0069       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0070        <horstretch>0</horstretch>
0071        <verstretch>0</verstretch>
0072       </sizepolicy>
0073      </property>
0074      <property name="text">
0075       <string>Threshold:</string>
0076      </property>
0077      <property name="alignment">
0078       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0079      </property>
0080      <property name="wordWrap">
0081       <bool>false</bool>
0082      </property>
0083     </widget>
0084    </item>
0085    <item row="3" column="0">
0086     <widget class="QLabel" name="label">
0087      <property name="text">
0088       <string>Lightness Only:</string>
0089      </property>
0090      <property name="alignment">
0091       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0092      </property>
0093      <property name="wordWrap">
0094       <bool>true</bool>
0095      </property>
0096     </widget>
0097    </item>
0098    <item row="3" column="1">
0099     <widget class="QCheckBox" name="chkLightnessOnly">
0100      <property name="text">
0101       <string notr="true"/>
0102      </property>
0103     </widget>
0104    </item>
0105    <item row="4" column="0" colspan="2">
0106     <spacer>
0107      <property name="orientation">
0108       <enum>Qt::Vertical</enum>
0109      </property>
0110      <property name="sizeType">
0111       <enum>QSizePolicy::Expanding</enum>
0112      </property>
0113      <property name="sizeHint" stdset="0">
0114       <size>
0115        <width>20</width>
0116        <height>21</height>
0117       </size>
0118      </property>
0119     </spacer>
0120    </item>
0121    <item row="1" column="1">
0122     <widget class="KisDoubleSliderSpinBox" name="doubleAmount" native="true">
0123      <property name="sizePolicy">
0124       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0125        <horstretch>0</horstretch>
0126        <verstretch>0</verstretch>
0127       </sizepolicy>
0128      </property>
0129     </widget>
0130    </item>
0131    <item row="2" column="1">
0132     <widget class="KisSliderSpinBox" name="intThreshold" native="true">
0133      <property name="sizePolicy">
0134       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0135        <horstretch>0</horstretch>
0136        <verstretch>0</verstretch>
0137       </sizepolicy>
0138      </property>
0139     </widget>
0140    </item>
0141   </layout>
0142  </widget>
0143  <customwidgets>
0144   <customwidget>
0145    <class>KisSliderSpinBox</class>
0146    <extends>QSpinBox</extends>
0147    <header>kis_slider_spin_box.h</header>
0148    <container>1</container>
0149   </customwidget>
0150   <customwidget>
0151    <class>KisDoubleSliderSpinBox</class>
0152    <extends>QDoubleSpinBox</extends>
0153    <header>kis_slider_spin_box.h</header>
0154    <container>1</container>
0155   </customwidget>
0156  </customwidgets>
0157  <resources/>
0158  <connections/>
0159 </ui>