Warning, /graphics/krita/plugins/dockers/gamutmask/forms/wdgGamutMaskChooser.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>wdgGamutMaskChooser</class>
0008  <widget class="QWidget" name="wdgGamutMaskChooser">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>363</width>
0014     <height>322</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout_3">
0018    <item>
0019     <widget class="KisGamutMaskChooser" name="maskChooser" native="true">
0020      <property name="sizePolicy">
0021       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0022        <horstretch>0</horstretch>
0023        <verstretch>0</verstretch>
0024       </sizepolicy>
0025      </property>
0026     </widget>
0027    </item>
0028    <item>
0029     <widget class="QFrame" name="editControlsBox">
0030      <property name="frameShape">
0031       <enum>QFrame::NoFrame</enum>
0032      </property>
0033      <property name="frameShadow">
0034       <enum>QFrame::Plain</enum>
0035      </property>
0036      <layout class="QHBoxLayout" name="horizontalLayout">
0037       <property name="leftMargin">
0038        <number>0</number>
0039       </property>
0040       <property name="topMargin">
0041        <number>0</number>
0042       </property>
0043       <property name="rightMargin">
0044        <number>0</number>
0045       </property>
0046       <property name="bottomMargin">
0047        <number>0</number>
0048       </property>
0049       <item>
0050        <widget class="QToolButton" name="bnMaskNew">
0051         <property name="toolTip">
0052          <string>Create new mask</string>
0053         </property>
0054         <property name="text">
0055          <string/>
0056         </property>
0057         <property name="autoRaise">
0058          <bool>true</bool>
0059         </property>
0060        </widget>
0061       </item>
0062       <item>
0063        <widget class="QToolButton" name="bnMaskEditor">
0064         <property name="toolTip">
0065          <string>Edit selected mask</string>
0066         </property>
0067         <property name="text">
0068          <string/>
0069         </property>
0070         <property name="autoRaise">
0071          <bool>true</bool>
0072         </property>
0073        </widget>
0074       </item>
0075       <item>
0076        <widget class="QToolButton" name="bnMaskDuplicate">
0077         <property name="toolTip">
0078          <string>Duplicate selected mask</string>
0079         </property>
0080         <property name="text">
0081          <string/>
0082         </property>
0083         <property name="autoRaise">
0084          <bool>true</bool>
0085         </property>
0086        </widget>
0087       </item>
0088       <item>
0089        <spacer name="horizontalSpacer">
0090         <property name="orientation">
0091          <enum>Qt::Horizontal</enum>
0092         </property>
0093         <property name="sizeHint" stdset="0">
0094          <size>
0095           <width>40</width>
0096           <height>20</height>
0097          </size>
0098         </property>
0099        </spacer>
0100       </item>
0101       <item>
0102        <widget class="QToolButton" name="bnMaskDelete">
0103         <property name="toolTip">
0104          <string>Delete selected mask</string>
0105         </property>
0106         <property name="text">
0107          <string/>
0108         </property>
0109         <property name="autoRaise">
0110          <bool>true</bool>
0111         </property>
0112        </widget>
0113       </item>
0114      </layout>
0115     </widget>
0116    </item>
0117    <item>
0118     <widget class="QGroupBox" name="maskPropertiesBox">
0119      <property name="sizePolicy">
0120       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0121        <horstretch>0</horstretch>
0122        <verstretch>0</verstretch>
0123       </sizepolicy>
0124      </property>
0125      <property name="title">
0126       <string>Edit the gamut mask</string>
0127      </property>
0128      <layout class="QVBoxLayout" name="verticalLayout_2">
0129       <item>
0130        <layout class="QFormLayout" name="formLayout">
0131         <property name="verticalSpacing">
0132          <number>6</number>
0133         </property>
0134         <item row="0" column="0">
0135          <widget class="QLabel" name="maskTitleLabel">
0136           <property name="text">
0137            <string>Title</string>
0138           </property>
0139          </widget>
0140         </item>
0141         <item row="0" column="1">
0142          <widget class="QLineEdit" name="maskTitleEdit">
0143           <property name="maxLength">
0144            <number>30</number>
0145           </property>
0146          </widget>
0147         </item>
0148         <item row="1" column="0">
0149          <widget class="QLabel" name="maskDescriptionLabel">
0150           <property name="text">
0151            <string>Description</string>
0152           </property>
0153          </widget>
0154         </item>
0155         <item row="1" column="1">
0156          <widget class="QPlainTextEdit" name="maskDescriptionEdit">
0157           <property name="sizePolicy">
0158            <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0159             <horstretch>0</horstretch>
0160             <verstretch>0</verstretch>
0161            </sizepolicy>
0162           </property>
0163           <property name="minimumSize">
0164            <size>
0165             <width>0</width>
0166             <height>0</height>
0167            </size>
0168           </property>
0169           <property name="maximumSize">
0170            <size>
0171             <width>16777215</width>
0172             <height>45</height>
0173            </size>
0174           </property>
0175           <property name="baseSize">
0176            <size>
0177             <width>0</width>
0178             <height>0</height>
0179            </size>
0180           </property>
0181          </widget>
0182         </item>
0183        </layout>
0184       </item>
0185       <item>
0186        <layout class="QHBoxLayout" name="horizontalLayout_3">
0187         <item>
0188          <widget class="QToolButton" name="bnCancelMaskEdit">
0189           <property name="toolTip">
0190            <string>Cancel</string>
0191           </property>
0192           <property name="text">
0193            <string/>
0194           </property>
0195           <property name="autoRaise">
0196            <bool>true</bool>
0197           </property>
0198          </widget>
0199         </item>
0200         <item>
0201          <spacer name="horizontalSpacer_2">
0202           <property name="orientation">
0203            <enum>Qt::Horizontal</enum>
0204           </property>
0205           <property name="sizeHint" stdset="0">
0206            <size>
0207             <width>40</width>
0208             <height>20</height>
0209            </size>
0210           </property>
0211          </spacer>
0212         </item>
0213         <item>
0214          <widget class="QToolButton" name="bnPreviewMask">
0215           <property name="enabled">
0216            <bool>true</bool>
0217           </property>
0218           <property name="toolTip">
0219            <string>Preview</string>
0220           </property>
0221           <property name="text">
0222            <string/>
0223           </property>
0224           <property name="autoRaise">
0225            <bool>true</bool>
0226           </property>
0227          </widget>
0228         </item>
0229         <item>
0230          <widget class="QToolButton" name="bnSaveMask">
0231           <property name="toolTip">
0232            <string>Save</string>
0233           </property>
0234           <property name="text">
0235            <string/>
0236           </property>
0237           <property name="autoRaise">
0238            <bool>true</bool>
0239           </property>
0240          </widget>
0241         </item>
0242        </layout>
0243       </item>
0244      </layout>
0245     </widget>
0246    </item>
0247   </layout>
0248  </widget>
0249  <customwidgets>
0250   <customwidget>
0251    <class>KisGamutMaskChooser</class>
0252    <extends>QWidget</extends>
0253    <header>KisGamutMaskChooser.h</header>
0254    <container>1</container>
0255   </customwidget>
0256  </customwidgets>
0257  <resources/>
0258  <connections/>
0259 </ui>