Warning, /graphics/krita/plugins/filters/edgedetection/wdg_edge_detection.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>WidgetEdgeDetection</class>
0008  <widget class="QWidget" name="WidgetEdgeDetection">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>300</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item column="1" row="3">
0019     <widget class="QComboBox" name="cmbOutput">
0020      <property name="toolTip">
0021       <string>Output decides what type of information you want from the lines.</string>
0022      </property>
0023     </widget>
0024    </item>
0025    <item column="1" row="1">
0026     <widget class="QComboBox" name="cmbType">
0027      <property name="toolTip">
0028       <string>The formula decides how the kernel is created, so different formulas choose different values in the kernel, and thus give subtly different results.</string>
0029      </property>
0030      <property name="currentText">
0031       <string/>
0032      </property>
0033     </widget>
0034    </item>
0035    <item colspan="2" column="0" row="5">
0036     <widget class="KisDoubleSliderSpinBox" name="sldHorizontalRadius" native="true"/>
0037    </item>
0038    <item column="1" row="8">
0039     <spacer name="verticalSpacer">
0040      <property name="orientation">
0041       <enum>Qt::Vertical</enum>
0042      </property>
0043      <property name="sizeHint" stdset="0">
0044       <size>
0045        <width>20</width>
0046        <height>40</height>
0047       </size>
0048      </property>
0049     </spacer>
0050    </item>
0051    <item colspan="2" column="0" row="7">
0052     <widget class="QCheckBox" name="chkTransparent">
0053      <property name="toolTip">
0054       <string>This will take a desaturated result and use it to determine what is transparent. This is useful for creating edge and fringe effects.</string>
0055      </property>
0056      <property name="text">
0057       <string>Apply result to alpha channel</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item alignment="Qt::AlignRight" column="0" row="1">
0062     <widget class="QLabel" name="label_3">
0063      <property name="text">
0064       <string>Formula:</string>
0065      </property>
0066     </widget>
0067    </item>
0068    <item colspan="2" column="0" row="6">
0069     <widget class="KisDoubleSliderSpinBox" name="sldVerticalRadius" native="true"/>
0070    </item>
0071    <item alignment="Qt::AlignRight" column="0" row="3">
0072     <widget class="QLabel" name="label_4">
0073      <property name="text">
0074       <string>Output:</string>
0075      </property>
0076     </widget>
0077    </item>
0078    <item alignment="Qt::AlignVCenter" column="2" row="4" rowspan="3">
0079     <widget class="KoAspectButton" name="btnAspect" native="true">
0080      <property name="sizePolicy">
0081       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0082        <horstretch>0</horstretch>
0083        <verstretch>0</verstretch>
0084       </sizepolicy>
0085      </property>
0086      <property name="minimumSize">
0087       <size>
0088        <width>5</width>
0089        <height>20</height>
0090       </size>
0091      </property>
0092     </widget>
0093    </item>
0094    <item column="1" row="0">
0095     <spacer name="horizontalSpacer">
0096      <property name="orientation">
0097       <enum>Qt::Horizontal</enum>
0098      </property>
0099      <property name="sizeHint" stdset="0">
0100       <size>
0101        <width>40</width>
0102        <height>20</height>
0103       </size>
0104      </property>
0105     </spacer>
0106    </item>
0107   </layout>
0108  </widget>
0109  <customwidgets>
0110   <customwidget>
0111    <class>KoAspectButton</class>
0112    <extends>QWidget</extends>
0113    <header>KoAspectButton.h</header>
0114    <container>1</container>
0115   </customwidget>
0116   <customwidget>
0117    <class>KisDoubleSliderSpinBox</class>
0118    <extends>QDoubleSpinBox</extends>
0119    <header>kis_slider_spin_box.h</header>
0120    <container>1</container>
0121   </customwidget>
0122  </customwidgets>
0123  <resources/>
0124  <connections/>
0125 </ui>