Warning, /graphics/krita/plugins/generators/simplexnoise/wdgsimplexnoiseoptions.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>WdgSimplexNoiseOptions</class>
0008  <widget class="QWidget" name="WdgSimplexNoiseOptions">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>312</width>
0014     <height>227</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>0</width>
0026     <height>175</height>
0027    </size>
0028   </property>
0029   <layout class="QGridLayout">
0030    <property name="leftMargin">
0031     <number>0</number>
0032    </property>
0033    <property name="topMargin">
0034     <number>0</number>
0035    </property>
0036    <property name="rightMargin">
0037     <number>0</number>
0038    </property>
0039    <property name="bottomMargin">
0040     <number>0</number>
0041    </property>
0042    <item column="0" row="3">
0043     <layout class="QHBoxLayout" name="layout_frequency">
0044      <item>
0045       <widget class="QLabel" name="label_frequency">
0046        <property name="sizePolicy">
0047         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0048          <horstretch>0</horstretch>
0049          <verstretch>0</verstretch>
0050         </sizepolicy>
0051        </property>
0052        <property name="text">
0053         <string>Frequency:</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item>
0058       <widget class="KisDoubleSliderSpinBox" name="slider_frequency" native="true"/>
0059      </item>
0060     </layout>
0061    </item>
0062    <item column="0" row="7">
0063     <spacer name="verticalSpacer">
0064      <property name="orientation">
0065       <enum>Qt::Vertical</enum>
0066      </property>
0067      <property name="sizeHint" stdset="0">
0068       <size>
0069        <width>20</width>
0070        <height>40</height>
0071       </size>
0072      </property>
0073     </spacer>
0074    </item>
0075    <item column="0" row="2">
0076     <widget class="QCheckBox" name="cb_looping">
0077      <property name="text">
0078       <string>Looping</string>
0079      </property>
0080     </widget>
0081    </item>
0082    <item column="0" row="5">
0083     <widget class="QGroupBox" name="seed_groupbox">
0084      <property name="sizePolicy">
0085       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0086        <horstretch>0</horstretch>
0087        <verstretch>0</verstretch>
0088       </sizepolicy>
0089      </property>
0090      <property name="title">
0091       <string>Use Custom Seed</string>
0092      </property>
0093      <property name="flat">
0094       <bool>false</bool>
0095      </property>
0096      <property name="checkable">
0097       <bool>false</bool>
0098      </property>
0099      <layout class="QVBoxLayout" name="seed_group">
0100       <item>
0101        <widget class="QLineEdit" name="seed_text"/>
0102       </item>
0103      </layout>
0104     </widget>
0105    </item>
0106    <item column="0" row="4">
0107     <widget class="QGroupBox" name="ratio_groupbox">
0108      <property name="sizePolicy">
0109       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0110        <horstretch>0</horstretch>
0111        <verstretch>0</verstretch>
0112       </sizepolicy>
0113      </property>
0114      <property name="title">
0115       <string comment="Ratio as in fill layer options">Ratio:</string>
0116      </property>
0117      <layout class="QHBoxLayout" name="ratio_layout">
0118       <item>
0119        <layout class="QHBoxLayout" name="ratiox_layout">
0120         <item>
0121          <widget class="QLabel" name="ratiox_label">
0122           <property name="sizePolicy">
0123            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0124             <horstretch>0</horstretch>
0125             <verstretch>0</verstretch>
0126            </sizepolicy>
0127           </property>
0128           <property name="text">
0129            <string>X:</string>
0130           </property>
0131          </widget>
0132         </item>
0133         <item>
0134          <widget class="KisDoubleSliderSpinBox" name="ratiox_slider" native="true"/>
0135         </item>
0136        </layout>
0137       </item>
0138       <item>
0139        <layout class="QHBoxLayout" name="ratioy_layout">
0140         <item>
0141          <widget class="QLabel" name="ratioy_label">
0142           <property name="sizePolicy">
0143            <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0144             <horstretch>0</horstretch>
0145             <verstretch>0</verstretch>
0146            </sizepolicy>
0147           </property>
0148           <property name="text">
0149            <string>Y:</string>
0150           </property>
0151          </widget>
0152         </item>
0153         <item>
0154          <widget class="KisDoubleSliderSpinBox" name="ratioy_slider" native="true"/>
0155         </item>
0156        </layout>
0157       </item>
0158      </layout>
0159     </widget>
0160    </item>
0161   </layout>
0162  </widget>
0163  <customwidgets>
0164   <customwidget>
0165    <class>KisDoubleSliderSpinBox</class>
0166    <extends>QDoubleSpinBox</extends>
0167    <header>kis_slider_spin_box.h</header>
0168    <container>1</container>
0169   </customwidget>
0170  </customwidgets>
0171  <resources/>
0172  <connections/>
0173 </ui>