Warning, /graphics/krita/plugins/filters/gaussianhighpass/wdggaussianhighpass.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>WdgGaussianHighPass</class>
0008  <widget class="QWidget" name="WdgGaussianHighPass">
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   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <layout class="QFormLayout" name="formLayout">
0024    <item row="0" column="0">
0025     <widget class="QLabel" name="textLabel1">
0026      <property name="sizePolicy">
0027       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0028        <horstretch>0</horstretch>
0029        <verstretch>0</verstretch>
0030       </sizepolicy>
0031      </property>
0032      <property name="text">
0033       <string>Radius:</string>
0034      </property>
0035      <property name="alignment">
0036       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0037      </property>
0038      <property name="wordWrap">
0039       <bool>false</bool>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="1" column="0">
0044     <spacer>
0045      <property name="orientation">
0046       <enum>Qt::Vertical</enum>
0047      </property>
0048      <property name="sizeType">
0049       <enum>QSizePolicy::Expanding</enum>
0050      </property>
0051      <property name="sizeHint" stdset="0">
0052       <size>
0053        <width>20</width>
0054        <height>21</height>
0055       </size>
0056      </property>
0057     </spacer>
0058    </item>
0059    <item row="0" column="1">
0060     <widget class="KisDoubleSliderSpinBox" name="doubleblurAmount" native="true">
0061      <property name="sizePolicy">
0062       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0063        <horstretch>0</horstretch>
0064        <verstretch>0</verstretch>
0065       </sizepolicy>
0066      </property>
0067     </widget>
0068    </item>
0069   </layout>
0070  </widget>
0071  <customwidgets>
0072   <customwidget>
0073    <class>KisDoubleSliderSpinBox</class>
0074    <extends>QDoubleSpinBox</extends>
0075    <header>kis_slider_spin_box.h</header>
0076    <container>1</container>
0077   </customwidget>
0078  </customwidgets>
0079  <resources/>
0080  <connections/>
0081 </ui>