Warning, /graphics/krita/libs/ui/widgets/KoFillConfigWidget.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>KoFillConfigWidget</class> 0008 <widget class="QWidget" name="KoFillConfigWidget"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>599</width> 0014 <height>324</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 <item> 0025 <layout class="QHBoxLayout" name="fillConfigTypeLayout"> 0026 <property name="spacing"> 0027 <number>0</number> 0028 </property> 0029 <item> 0030 <widget class="QToolButton" name="btnNoFill"> 0031 <property name="sizePolicy"> 0032 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0033 <horstretch>0</horstretch> 0034 <verstretch>0</verstretch> 0035 </sizepolicy> 0036 </property> 0037 <property name="toolTip"> 0038 <string>No fill</string> 0039 </property> 0040 <property name="text"> 0041 <string>None</string> 0042 </property> 0043 <property name="checkable"> 0044 <bool>true</bool> 0045 </property> 0046 <property name="checked"> 0047 <bool>true</bool> 0048 </property> 0049 <property name="autoRaise"> 0050 <bool>true</bool> 0051 </property> 0052 </widget> 0053 </item> 0054 <item> 0055 <widget class="QToolButton" name="btnSolidFill"> 0056 <property name="sizePolicy"> 0057 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0058 <horstretch>0</horstretch> 0059 <verstretch>0</verstretch> 0060 </sizepolicy> 0061 </property> 0062 <property name="toolTip"> 0063 <string>Solid color fill</string> 0064 </property> 0065 <property name="text"> 0066 <string>Solid</string> 0067 </property> 0068 <property name="checkable"> 0069 <bool>true</bool> 0070 </property> 0071 <property name="autoRaise"> 0072 <bool>true</bool> 0073 </property> 0074 </widget> 0075 </item> 0076 <item> 0077 <widget class="QToolButton" name="btnGradientFill"> 0078 <property name="sizePolicy"> 0079 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0080 <horstretch>0</horstretch> 0081 <verstretch>0</verstretch> 0082 </sizepolicy> 0083 </property> 0084 <property name="toolTip"> 0085 <string>Gradient fill</string> 0086 </property> 0087 <property name="text"> 0088 <string>Gradient</string> 0089 </property> 0090 <property name="checkable"> 0091 <bool>true</bool> 0092 </property> 0093 <property name="autoRaise"> 0094 <bool>true</bool> 0095 </property> 0096 </widget> 0097 </item> 0098 <item> 0099 <widget class="QToolButton" name="btnPatternFill"> 0100 <property name="sizePolicy"> 0101 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0102 <horstretch>0</horstretch> 0103 <verstretch>0</verstretch> 0104 </sizepolicy> 0105 </property> 0106 <property name="toolTip"> 0107 <string>Pattern fill</string> 0108 </property> 0109 <property name="text"> 0110 <string>Pattern</string> 0111 </property> 0112 <property name="checkable"> 0113 <bool>true</bool> 0114 </property> 0115 <property name="autoRaise"> 0116 <bool>true</bool> 0117 </property> 0118 </widget> 0119 </item> 0120 <item> 0121 <widget class="QToolButton" name="btnMeshFill"> 0122 <property name="text"> 0123 <string>Mesh Gradient</string> 0124 </property> 0125 <property name="checkable"> 0126 <bool>true</bool> 0127 </property> 0128 <property name="autoRaise"> 0129 <bool>true</bool> 0130 </property> 0131 </widget> 0132 </item> 0133 <item> 0134 <spacer name="horizontalSpacer"> 0135 <property name="orientation"> 0136 <enum>Qt::Horizontal</enum> 0137 </property> 0138 <property name="sizeType"> 0139 <enum>QSizePolicy::Preferred</enum> 0140 </property> 0141 <property name="sizeHint" stdset="0"> 0142 <size> 0143 <width>5</width> 0144 <height>5</height> 0145 </size> 0146 </property> 0147 </spacer> 0148 </item> 0149 <item> 0150 <widget class="QLabel" name="lblFillTitle"> 0151 <property name="text"> 0152 <string notr="true">TypeText</string> 0153 </property> 0154 </widget> 0155 </item> 0156 <item> 0157 <spacer name="horizontalSpacer_2"> 0158 <property name="orientation"> 0159 <enum>Qt::Horizontal</enum> 0160 </property> 0161 <property name="sizeHint" stdset="0"> 0162 <size> 0163 <width>10</width> 0164 <height>5</height> 0165 </size> 0166 </property> 0167 </spacer> 0168 </item> 0169 </layout> 0170 </item> 0171 <item> 0172 <layout class="QHBoxLayout" name="solidFillLayout"> 0173 <item> 0174 <widget class="QLabel" name="soldStrokeColorLabel"> 0175 <property name="text"> 0176 <string>Color:</string> 0177 </property> 0178 </widget> 0179 </item> 0180 <item> 0181 <widget class="KoColorPopupButton" name="btnChooseSolidColor"> 0182 <property name="sizePolicy"> 0183 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0184 <horstretch>0</horstretch> 0185 <verstretch>0</verstretch> 0186 </sizepolicy> 0187 </property> 0188 <property name="text"> 0189 <string>...</string> 0190 </property> 0191 <property name="popupMode"> 0192 <enum>QToolButton::InstantPopup</enum> 0193 </property> 0194 <property name="autoRaise"> 0195 <bool>true</bool> 0196 </property> 0197 <property name="arrowType"> 0198 <enum>Qt::NoArrow</enum> 0199 </property> 0200 </widget> 0201 </item> 0202 <item> 0203 <widget class="QToolButton" name="btnSolidColorSample"> 0204 <property name="text"> 0205 <string>...</string> 0206 </property> 0207 <property name="checkable"> 0208 <bool>true</bool> 0209 </property> 0210 <property name="autoRaise"> 0211 <bool>true</bool> 0212 </property> 0213 </widget> 0214 </item> 0215 </layout> 0216 </item> 0217 <item> 0218 <layout class="QFormLayout" name="gradientLayout1"> 0219 <item column="0" row="0"> 0220 <widget class="QLabel" name="typeLabel"> 0221 <property name="text"> 0222 <string>Type:</string> 0223 </property> 0224 </widget> 0225 </item> 0226 <item column="1" row="0"> 0227 <widget class="QComboBox" name="cmbGradientType"> 0228 <property name="sizePolicy"> 0229 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0230 <horstretch>0</horstretch> 0231 <verstretch>0</verstretch> 0232 </sizepolicy> 0233 </property> 0234 <property name="minimumSize"> 0235 <size> 0236 <width>0</width> 0237 <height>30</height> 0238 </size> 0239 </property> 0240 <item> 0241 <property name="text"> 0242 <string comment="Gradient type - Linear">Linear</string> 0243 </property> 0244 </item> 0245 <item> 0246 <property name="text"> 0247 <string>Radial</string> 0248 </property> 0249 </item> 0250 </widget> 0251 </item> 0252 <item column="0" row="1"> 0253 <widget class="QLabel" name="repeatLabel"> 0254 <property name="text"> 0255 <string>Repeat:</string> 0256 </property> 0257 </widget> 0258 </item> 0259 <item column="1" row="1"> 0260 <widget class="QComboBox" name="cmbGradientRepeat"> 0261 <property name="sizePolicy"> 0262 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0263 <horstretch>0</horstretch> 0264 <verstretch>0</verstretch> 0265 </sizepolicy> 0266 </property> 0267 <property name="minimumSize"> 0268 <size> 0269 <width>0</width> 0270 <height>30</height> 0271 </size> 0272 </property> 0273 <item> 0274 <property name="text"> 0275 <string>None</string> 0276 </property> 0277 </item> 0278 <item> 0279 <property name="text"> 0280 <string>Repeat</string> 0281 </property> 0282 </item> 0283 <item> 0284 <property name="text"> 0285 <string>Reflect</string> 0286 </property> 0287 </item> 0288 </widget> 0289 </item> 0290 </layout> 0291 </item> 0292 <item> 0293 <layout class="QHBoxLayout" name="gradientLayout2"> 0294 <item> 0295 <widget class="QLabel" name="presetLabel"> 0296 <property name="text"> 0297 <string>Preset:</string> 0298 </property> 0299 </widget> 0300 </item> 0301 <item> 0302 <widget class="KoColorPopupButton" name="btnChoosePredefinedGradient"> 0303 <property name="sizePolicy"> 0304 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0305 <horstretch>0</horstretch> 0306 <verstretch>0</verstretch> 0307 </sizepolicy> 0308 </property> 0309 <property name="minimumSize"> 0310 <size> 0311 <width>40</width> 0312 <height>0</height> 0313 </size> 0314 </property> 0315 <property name="text"> 0316 <string>...</string> 0317 </property> 0318 <property name="popupMode"> 0319 <enum>QToolButton::InstantPopup</enum> 0320 </property> 0321 <property name="autoRaise"> 0322 <bool>true</bool> 0323 </property> 0324 <property name="arrowType"> 0325 <enum>Qt::NoArrow</enum> 0326 </property> 0327 </widget> 0328 </item> 0329 <item> 0330 <widget class="QToolButton" name="btnSaveGradient"> 0331 <property name="text"> 0332 <string>...</string> 0333 </property> 0334 <property name="checkable"> 0335 <bool>false</bool> 0336 </property> 0337 <property name="autoRaise"> 0338 <bool>true</bool> 0339 </property> 0340 </widget> 0341 </item> 0342 </layout> 0343 </item> 0344 <item> 0345 <widget class="Line" name="gradientTypeLine"> 0346 <property name="orientation"> 0347 <enum>Qt::Horizontal</enum> 0348 </property> 0349 </widget> 0350 </item> 0351 <item> 0352 <layout class="QVBoxLayout" name="meshgradientLayout"> 0353 <item> 0354 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0355 <item> 0356 <widget class="QLabel" name="stopColorLabel"> 0357 <property name="text"> 0358 <string comment="Gradient stop color selector label">Stop:</string> 0359 </property> 0360 </widget> 0361 </item> 0362 <item> 0363 <widget class="KisColorButton" name="meshStopColorButton"> 0364 <property name="text"> 0365 <string>PushButton</string> 0366 </property> 0367 </widget> 0368 </item> 0369 </layout> 0370 </item> 0371 <item> 0372 <layout class="QHBoxLayout" name="horizontalLayout"> 0373 <item> 0374 <widget class="QLabel" name="rowsLabel"> 0375 <property name="text"> 0376 <string>Rows:</string> 0377 </property> 0378 </widget> 0379 </item> 0380 <item> 0381 <widget class="QSpinBox" name="spinbRows"> 0382 <property name="frame"> 0383 <bool>true</bool> 0384 </property> 0385 </widget> 0386 </item> 0387 </layout> 0388 </item> 0389 <item> 0390 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0391 <item> 0392 <widget class="QLabel" name="columnsLabel"> 0393 <property name="text"> 0394 <string>Columns:</string> 0395 </property> 0396 </widget> 0397 </item> 0398 <item> 0399 <widget class="QSpinBox" name="spinbColumns"/> 0400 </item> 0401 </layout> 0402 </item> 0403 <item> 0404 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0405 <item> 0406 <widget class="QLabel" name="smoothingTypeLabel"> 0407 <property name="text"> 0408 <string>Smoothing:</string> 0409 </property> 0410 </widget> 0411 </item> 0412 <item> 0413 <widget class="QComboBox" name="cmbSmoothingType"> 0414 <item> 0415 <property name="text"> 0416 <string>Bilinear</string> 0417 </property> 0418 </item> 0419 <item> 0420 <property name="text"> 0421 <string>Bicubic</string> 0422 </property> 0423 </item> 0424 </widget> 0425 </item> 0426 </layout> 0427 </item> 0428 </layout> 0429 </item> 0430 <item> 0431 <layout class="QVBoxLayout" name="lastLayout"> 0432 <item> 0433 <widget class="KisStopGradientEditor" name="wdgGradientEditor" native="true"/> 0434 </item> 0435 </layout> 0436 </item> 0437 <item> 0438 <spacer name="bottomSpacer"> 0439 <property name="orientation"> 0440 <enum>Qt::Vertical</enum> 0441 </property> 0442 <property name="sizeHint" stdset="0"> 0443 <size> 0444 <width>20</width> 0445 <height>40</height> 0446 </size> 0447 </property> 0448 </spacer> 0449 </item> 0450 </layout> 0451 </widget> 0452 <customwidgets> 0453 <customwidget> 0454 <class>KoColorPopupButton</class> 0455 <extends>QToolButton</extends> 0456 <header>KoColorPopupButton.h</header> 0457 </customwidget> 0458 <customwidget> 0459 <class>KisStopGradientEditor</class> 0460 <extends>QWidget</extends> 0461 <header>KisStopGradientEditor.h</header> 0462 <container>1</container> 0463 </customwidget> 0464 <customwidget> 0465 <class>KisColorButton</class> 0466 <extends>QPushButton</extends> 0467 <header>kis_color_button.h</header> 0468 </customwidget> 0469 </customwidgets> 0470 <resources/> 0471 <connections/> 0472 </ui>