Warning, /graphics/krita/plugins/tools/defaulttool/referenceimagestool/WdgToolOptions.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>WdgToolOptions</class> 0008 <widget class="QWidget" name="WdgToolOptions"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>288</width> 0014 <height>352</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="spacing"> 0025 <number>6</number> 0026 </property> 0027 <property name="bottomMargin"> 0028 <number>0</number> 0029 </property> 0030 <item> 0031 <widget class="KisShapePropertySlider" name="opacitySlider" native="true"/> 0032 </item> 0033 <item> 0034 <widget class="KisShapePropertySlider" name="saturationSlider" native="true"/> 0035 </item> 0036 <item> 0037 <widget class="QCheckBox" name="chkKeepAspectRatio"> 0038 <property name="text"> 0039 <string>Keep aspect ratio</string> 0040 </property> 0041 </widget> 0042 </item> 0043 <item> 0044 <widget class="QLabel" name="saveLocationLabel"> 0045 <property name="text"> 0046 <string>Save Location:</string> 0047 </property> 0048 </widget> 0049 </item> 0050 <item> 0051 <widget class="QComboBox" name="referenceImageLocationCombobox"/> 0052 </item> 0053 <item> 0054 <widget class="QLabel" name="referenceImageOptionsLabel"> 0055 <property name="text"> 0056 <string>Add/Select an image to show options</string> 0057 </property> 0058 <property name="wordWrap"> 0059 <bool>true</bool> 0060 </property> 0061 </widget> 0062 </item> 0063 <item> 0064 <spacer name="verticalSpacer"> 0065 <property name="orientation"> 0066 <enum>Qt::Vertical</enum> 0067 </property> 0068 <property name="sizeType"> 0069 <enum>QSizePolicy::MinimumExpanding</enum> 0070 </property> 0071 <property name="sizeHint" stdset="0"> 0072 <size> 0073 <width>20</width> 0074 <height>20</height> 0075 </size> 0076 </property> 0077 </spacer> 0078 </item> 0079 <item> 0080 <widget class="Line" name="line"> 0081 <property name="orientation"> 0082 <enum>Qt::Horizontal</enum> 0083 </property> 0084 </widget> 0085 </item> 0086 <item> 0087 <layout class="QHBoxLayout" name="horizontalLayout"> 0088 <property name="spacing"> 0089 <number>0</number> 0090 </property> 0091 <item> 0092 <widget class="QToolButton" name="bnAddReferenceImage"> 0093 <property name="sizePolicy"> 0094 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0095 <horstretch>0</horstretch> 0096 <verstretch>0</verstretch> 0097 </sizepolicy> 0098 </property> 0099 <property name="text"> 0100 <string/> 0101 </property> 0102 <property name="iconSize"> 0103 <size> 0104 <width>18</width> 0105 <height>18</height> 0106 </size> 0107 </property> 0108 <property name="autoRaise"> 0109 <bool>true</bool> 0110 </property> 0111 </widget> 0112 </item> 0113 <item> 0114 <widget class="QToolButton" name="bnPasteReferenceImage"> 0115 <property name="sizePolicy"> 0116 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0117 <horstretch>0</horstretch> 0118 <verstretch>0</verstretch> 0119 </sizepolicy> 0120 </property> 0121 <property name="text"> 0122 <string/> 0123 </property> 0124 <property name="iconSize"> 0125 <size> 0126 <width>18</width> 0127 <height>18</height> 0128 </size> 0129 </property> 0130 <property name="autoRaise"> 0131 <bool>true</bool> 0132 </property> 0133 </widget> 0134 </item> 0135 <item> 0136 <spacer name="horizontalSpacer"> 0137 <property name="orientation"> 0138 <enum>Qt::Horizontal</enum> 0139 </property> 0140 <property name="sizeHint" stdset="0"> 0141 <size> 0142 <width>20</width> 0143 <height>20</height> 0144 </size> 0145 </property> 0146 </spacer> 0147 </item> 0148 <item> 0149 <widget class="QToolButton" name="bnLoad"> 0150 <property name="sizePolicy"> 0151 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0152 <horstretch>0</horstretch> 0153 <verstretch>0</verstretch> 0154 </sizepolicy> 0155 </property> 0156 <property name="text"> 0157 <string/> 0158 </property> 0159 <property name="iconSize"> 0160 <size> 0161 <width>18</width> 0162 <height>18</height> 0163 </size> 0164 </property> 0165 <property name="autoRaise"> 0166 <bool>true</bool> 0167 </property> 0168 </widget> 0169 </item> 0170 <item> 0171 <widget class="QToolButton" name="bnSave"> 0172 <property name="sizePolicy"> 0173 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0174 <horstretch>0</horstretch> 0175 <verstretch>0</verstretch> 0176 </sizepolicy> 0177 </property> 0178 <property name="text"> 0179 <string/> 0180 </property> 0181 <property name="iconSize"> 0182 <size> 0183 <width>18</width> 0184 <height>18</height> 0185 </size> 0186 </property> 0187 <property name="autoRaise"> 0188 <bool>true</bool> 0189 </property> 0190 </widget> 0191 </item> 0192 <item> 0193 <spacer name="horizontalSpacer_2"> 0194 <property name="orientation"> 0195 <enum>Qt::Horizontal</enum> 0196 </property> 0197 <property name="sizeHint" stdset="0"> 0198 <size> 0199 <width>40</width> 0200 <height>20</height> 0201 </size> 0202 </property> 0203 </spacer> 0204 </item> 0205 <item> 0206 <widget class="QPushButton" name="bnDelete"> 0207 <property name="sizePolicy"> 0208 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0209 <horstretch>0</horstretch> 0210 <verstretch>0</verstretch> 0211 </sizepolicy> 0212 </property> 0213 <property name="minimumSize"> 0214 <size> 0215 <width>0</width> 0216 <height>0</height> 0217 </size> 0218 </property> 0219 <property name="text"> 0220 <string>All</string> 0221 </property> 0222 <property name="iconSize"> 0223 <size> 0224 <width>18</width> 0225 <height>18</height> 0226 </size> 0227 </property> 0228 <property name="flat"> 0229 <bool>false</bool> 0230 </property> 0231 </widget> 0232 </item> 0233 </layout> 0234 </item> 0235 </layout> 0236 </widget> 0237 <customwidgets> 0238 <customwidget> 0239 <class>KisShapePropertySlider</class> 0240 <extends>QWidget</extends> 0241 <header>KisSelectionPropertySlider.h</header> 0242 <container>1</container> 0243 </customwidget> 0244 </customwidgets> 0245 <resources/> 0246 <connections/> 0247 </ui>