Warning, /graphics/krita/plugins/paintops/defaultpaintops/duplicate/wdgduplicateop.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>DuplicateOpOptionsWidget</class> 0008 <widget class="QWidget" name="DuplicateOpOptionsWidget"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>521</width> 0014 <height>193</height> 0015 </rect> 0016 </property> 0017 <layout class="QGridLayout" name="gridLayout"> 0018 <item column="0" row="0"> 0019 <layout class="QHBoxLayout" name="horizontalLayout"> 0020 <item> 0021 <layout class="QVBoxLayout" name="verticalLayout"> 0022 <item> 0023 <widget class="QCheckBox" name="cbHealing"> 0024 <property name="text"> 0025 <string>Healing</string> 0026 </property> 0027 </widget> 0028 </item> 0029 <item> 0030 <widget class="QCheckBox" name="cbPerspective"> 0031 <property name="toolTip"> 0032 <string>To correct perspective, first create a perspective grid.</string> 0033 </property> 0034 <property name="visible"> 0035 <bool>false</bool> 0036 </property> 0037 <property name="text"> 0038 <string>Correct the perspective</string> 0039 </property> 0040 </widget> 0041 </item> 0042 <item> 0043 <widget class="QCheckBox" name="cbSourcePoint"> 0044 <property name="toolTip"> 0045 <string>Move the clone origin with the brush. Uncheck to keep cloning from the selected point.</string> 0046 </property> 0047 <property name="text"> 0048 <string>Source point move</string> 0049 </property> 0050 <property name="checked"> 0051 <bool>true</bool> 0052 </property> 0053 </widget> 0054 </item> 0055 <item> 0056 <widget class="QCheckBox" name="cbResetSourcePoint"> 0057 <property name="toolTip"> 0058 <string>Reset the origin every time you make a new stroke.</string> 0059 </property> 0060 <property name="text"> 0061 <string>Source point reset before a new stroke</string> 0062 </property> 0063 <property name="checked"> 0064 <bool>false</bool> 0065 </property> 0066 </widget> 0067 </item> 0068 <item> 0069 <widget class="QCheckBox" name="chkCloneProjection"> 0070 <property name="toolTip"> 0071 <string>When checked, clone from all visible layers. Otherwise, clone from the active layer.</string> 0072 </property> 0073 <property name="text"> 0074 <string>Clone From All Visible Layers</string> 0075 </property> 0076 </widget> 0077 </item> 0078 <item> 0079 <spacer name="verticalSpacer_2"> 0080 <property name="orientation"> 0081 <enum>Qt::Vertical</enum> 0082 </property> 0083 <property name="sizeHint" stdset="0"> 0084 <size> 0085 <width>20</width> 0086 <height>40</height> 0087 </size> 0088 </property> 0089 </spacer> 0090 </item> 0091 </layout> 0092 </item> 0093 <item> 0094 <widget class="QLabel" name="label"> 0095 <property name="sizePolicy"> 0096 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 0097 <horstretch>0</horstretch> 0098 <verstretch>0</verstretch> 0099 </sizepolicy> 0100 </property> 0101 <property name="text"> 0102 <string><html><head/><body><p><span style=" font-weight:600;">Clone Brush:</span></p><p>Select the source point from the current layer with Ctrl-click. Use Ctrl+Alt-click to select a source from the previously picked layer.</p></body></html></string> 0103 </property> 0104 <property name="alignment"> 0105 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 0106 </property> 0107 <property name="wordWrap"> 0108 <bool>true</bool> 0109 </property> 0110 <property name="margin"> 0111 <number>2</number> 0112 </property> 0113 </widget> 0114 </item> 0115 </layout> 0116 </item> 0117 <item column="0" row="1"> 0118 <spacer name="verticalSpacer"> 0119 <property name="orientation"> 0120 <enum>Qt::Vertical</enum> 0121 </property> 0122 <property name="sizeHint" stdset="0"> 0123 <size> 0124 <width>20</width> 0125 <height>40</height> 0126 </size> 0127 </property> 0128 </spacer> 0129 </item> 0130 </layout> 0131 </widget> 0132 <resources/> 0133 <connections/> 0134 </ui>