Warning, /graphics/krita/plugins/paintops/hatching/wdghatchingpreferences.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>WdgHatchingPreferences</class>
0008  <widget class="QWidget" name="WdgHatchingPreferences">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>258</width>
0014     <height>177</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   <layout class="QVBoxLayout" name="verticalLayout">
0024    <property name="margin">
0025     <number>0</number>
0026    </property>
0027    <item>
0028     <widget class="QGroupBox" name="groupBox_2">
0029      <property name="title">
0030       <string>Graphical Tweaks</string>
0031      </property>
0032      <layout class="QVBoxLayout" name="verticalLayout_2">
0033       <item>
0034        <widget class="QCheckBox" name="antialiasCheckBox">
0035         <property name="text">
0036          <string>Antialiased lines</string>
0037         </property>
0038         <property name="checked">
0039          <bool>true</bool>
0040         </property>
0041        </widget>
0042       </item>
0043       <item>
0044        <widget class="QCheckBox" name="subpixelPrecisionCheckBox">
0045         <property name="text">
0046          <string>Subpixel precision</string>
0047         </property>
0048         <property name="checked">
0049          <bool>true</bool>
0050         </property>
0051        </widget>
0052       </item>
0053       <item>
0054        <widget class="QCheckBox" name="opaqueBackgroundCheckBox">
0055         <property name="text">
0056          <string>Color background</string>
0057         </property>
0058        </widget>
0059       </item>
0060      </layout>
0061     </widget>
0062    </item>
0063    <item>
0064     <spacer name="verticalSpacer">
0065      <property name="orientation">
0066       <enum>Qt::Vertical</enum>
0067      </property>
0068      <property name="sizeHint" stdset="0">
0069       <size>
0070        <width>0</width>
0071        <height>0</height>
0072       </size>
0073      </property>
0074     </spacer>
0075    </item>
0076   </layout>
0077  </widget>
0078  <resources/>
0079  <connections/>
0080 </ui>