Warning, /graphics/krita/libs/ui/forms/wdgstrokeselectionproperties.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>WdgStrokeSelection</class>
0008  <widget class="QWidget" name="WdgStrokeSelection">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>334</width>
0014     <height>208</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="windowTitle">
0024    <string>New Image</string>
0025   </property>
0026   <layout class="QGridLayout" name="gridLayout_2">
0027    <item column="0" row="0">
0028     <widget class="QTabWidget" name="tabWidget">
0029      <property name="currentIndex">
0030       <number>0</number>
0031      </property>
0032      <widget class="QWidget" name="tab">
0033       <attribute name="title">
0034        <string comment="Draws a line around an area">Stroke</string>
0035       </attribute>
0036       <layout class="QGridLayout" name="gridLayout">
0037        <item column="0" row="0">
0038         <widget class="QLabel" name="label_2">
0039          <property name="text">
0040           <string>Type:</string>
0041          </property>
0042         </widget>
0043        </item>
0044        <item column="1" row="0">
0045         <widget class="QComboBox" name="typeBox">
0046          <property name="sizePolicy">
0047           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0048            <horstretch>0</horstretch>
0049            <verstretch>0</verstretch>
0050           </sizepolicy>
0051          </property>
0052          <property name="minimumSize">
0053           <size>
0054            <width>175</width>
0055            <height>0</height>
0056           </size>
0057          </property>
0058          <property name="currentIndex">
0059           <number>0</number>
0060          </property>
0061          <item>
0062           <property name="text">
0063            <string>Current Brush</string>
0064           </property>
0065          </item>
0066          <item>
0067           <property name="text">
0068            <string>Solid line</string>
0069           </property>
0070          </item>
0071         </widget>
0072        </item>
0073        <item column="0" row="1">
0074         <widget class="QLabel" name="label_3">
0075          <property name="text">
0076           <string>Line:</string>
0077          </property>
0078         </widget>
0079        </item>
0080        <item column="1" row="1">
0081         <widget class="QComboBox" name="lineColorBox">
0082          <property name="sizePolicy">
0083           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0084            <horstretch>0</horstretch>
0085            <verstretch>0</verstretch>
0086           </sizepolicy>
0087          </property>
0088          <property name="minimumSize">
0089           <size>
0090            <width>175</width>
0091            <height>0</height>
0092           </size>
0093          </property>
0094          <item>
0095           <property name="text">
0096            <string>Foreground color</string>
0097           </property>
0098          </item>
0099          <item>
0100           <property name="text">
0101            <string>Background color</string>
0102           </property>
0103          </item>
0104          <item>
0105           <property name="text">
0106            <string>Custom color</string>
0107           </property>
0108          </item>
0109         </widget>
0110        </item>
0111        <item column="2" row="1">
0112         <widget class="KColorButton" name="colorSelector">
0113          <property name="text">
0114           <string>Color</string>
0115          </property>
0116          <property name="checkable">
0117           <bool>false</bool>
0118          </property>
0119          <property name="autoDefault">
0120           <bool>false</bool>
0121          </property>
0122          <property name="default">
0123           <bool>false</bool>
0124          </property>
0125          <property name="flat">
0126           <bool>false</bool>
0127          </property>
0128         </widget>
0129        </item>
0130        <item column="0" row="2">
0131         <widget class="QLabel" name="lblSize">
0132          <property name="text">
0133           <string>Width:</string>
0134          </property>
0135          <property name="buddy">
0136           <cstring>lineSize</cstring>
0137          </property>
0138         </widget>
0139        </item>
0140        <item column="1" row="2">
0141         <widget class="QSpinBox" name="lineSize">
0142          <property name="minimumSize">
0143           <size>
0144            <width>175</width>
0145            <height>0</height>
0146           </size>
0147          </property>
0148          <property name="suffix">
0149           <string/>
0150          </property>
0151          <property name="minimum">
0152           <number>1</number>
0153          </property>
0154          <property name="maximum">
0155           <number>1000000</number>
0156          </property>
0157          <property name="value">
0158           <number>1</number>
0159          </property>
0160         </widget>
0161        </item>
0162        <item column="2" row="2">
0163         <widget class="QComboBox" name="sizeBox">
0164          <item>
0165           <property name="text">
0166            <string>px</string>
0167           </property>
0168          </item>
0169          <item>
0170           <property name="text">
0171            <string>mm</string>
0172           </property>
0173          </item>
0174          <item>
0175           <property name="text">
0176            <string>inch</string>
0177           </property>
0178          </item>
0179         </widget>
0180        </item>
0181        <item column="0" row="3">
0182         <widget class="QLabel" name="label">
0183          <property name="text">
0184           <string>Fill:</string>
0185          </property>
0186         </widget>
0187        </item>
0188        <item column="1" row="3">
0189         <widget class="QComboBox" name="fillBox">
0190          <property name="sizePolicy">
0191           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0192            <horstretch>0</horstretch>
0193            <verstretch>0</verstretch>
0194           </sizepolicy>
0195          </property>
0196          <property name="minimumSize">
0197           <size>
0198            <width>175</width>
0199            <height>0</height>
0200           </size>
0201          </property>
0202          <item>
0203           <property name="text">
0204            <string>None</string>
0205           </property>
0206          </item>
0207          <item>
0208           <property name="text">
0209            <string>Line color</string>
0210           </property>
0211          </item>
0212          <item>
0213           <property name="text">
0214            <string>Background color</string>
0215           </property>
0216          </item>
0217          <item>
0218           <property name="text">
0219            <string>Custom color</string>
0220           </property>
0221          </item>
0222          <item>
0223           <property name="text">
0224            <string>Foreground color</string>
0225           </property>
0226          </item>
0227         </widget>
0228        </item>
0229        <item column="2" row="3">
0230         <widget class="KColorButton" name="colorFillSelector">
0231          <property name="text">
0232           <string>Color</string>
0233          </property>
0234         </widget>
0235        </item>
0236       </layout>
0237      </widget>
0238     </widget>
0239    </item>
0240   </layout>
0241  </widget>
0242  <customwidgets>
0243   <customwidget>
0244    <class>KColorButton</class>
0245    <extends>QPushButton</extends>
0246    <header>kcolorbutton.h</header>
0247    <container>1</container>
0248   </customwidget>
0249  </customwidgets>
0250  <resources/>
0251  <connections/>
0252 </ui>