Warning, /graphics/krita/libs/ui/forms/wdgmaskfromselection.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>WdgMaskFromSelection</class> 0008 <widget class="QWidget" name="WdgMaskFromSelection"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>219</width> 0014 <height>240</height> 0015 </rect> 0016 </property> 0017 <layout class="QGridLayout"> 0018 <item column="0" row="0"> 0019 <widget class="QGroupBox" name="grpSelectionSource"> 0020 <property name="title"> 0021 <string>Source Selection</string> 0022 </property> 0023 <layout class="QGridLayout"> 0024 <item column="0" row="0"> 0025 <widget class="QCheckBox" name="chkLocal"> 0026 <property name="text"> 0027 <string>&Layer Selection</string> 0028 </property> 0029 </widget> 0030 </item> 0031 <item column="0" row="1"> 0032 <widget class="QCheckBox" name="chkImage"> 0033 <property name="text"> 0034 <string>&Image Selection</string> 0035 </property> 0036 </widget> 0037 </item> 0038 </layout> 0039 </widget> 0040 </item> 0041 <item column="0" row="1"> 0042 <widget class="QGroupBox" name="groupBox"> 0043 <property name="title"> 0044 <string>Combination method</string> 0045 </property> 0046 <layout class="QGridLayout"> 0047 <item column="0" row="0"> 0048 <widget class="QRadioButton" name="radioButton"> 0049 <property name="text"> 0050 <string>&Combined area</string> 0051 </property> 0052 <property name="checked"> 0053 <bool>true</bool> 0054 </property> 0055 </widget> 0056 </item> 0057 <item column="0" row="1"> 0058 <widget class="QRadioButton" name="radioButton_2"> 0059 <property name="text"> 0060 <string>&Shared area</string> 0061 </property> 0062 </widget> 0063 </item> 0064 <item column="0" row="2"> 0065 <spacer> 0066 <property name="orientation"> 0067 <enum>Qt::Vertical</enum> 0068 </property> 0069 <property name="sizeHint"> 0070 <size> 0071 <width>20</width> 0072 <height>40</height> 0073 </size> 0074 </property> 0075 </spacer> 0076 </item> 0077 </layout> 0078 </widget> 0079 </item> 0080 </layout> 0081 </widget> 0082 <resources/> 0083 <connections/> 0084 </ui>