Warning, /graphics/krita/libs/ui/layerstyles/wdglayerstyles.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>WdgStylesDialog</class> 0008 <widget class="QWidget" name="WdgStylesDialog"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>1607</width> 0014 <height>924</height> 0015 </rect> 0016 </property> 0017 <layout class="QHBoxLayout" name="horizontalLayout"> 0018 <item> 0019 <layout class="QVBoxLayout" name="verticalLayout_2"> 0020 <item> 0021 <widget class="QCheckBox" name="chkMasterFxSwitch"> 0022 <property name="text"> 0023 <string>Enable Effects</string> 0024 </property> 0025 <property name="checked"> 0026 <bool>true</bool> 0027 </property> 0028 </widget> 0029 </item> 0030 <item> 0031 <widget class="QListWidget" name="lstStyleSelector"> 0032 <item> 0033 <property name="text"> 0034 <string>Styles</string> 0035 </property> 0036 </item> 0037 <item> 0038 <property name="text"> 0039 <string>Blending Options</string> 0040 </property> 0041 </item> 0042 <item> 0043 <property name="text"> 0044 <string>Drop Shadow</string> 0045 </property> 0046 <property name="checkState"> 0047 <enum>Unchecked</enum> 0048 </property> 0049 </item> 0050 <item> 0051 <property name="text"> 0052 <string>Inner Shadow</string> 0053 </property> 0054 <property name="checkState"> 0055 <enum>Unchecked</enum> 0056 </property> 0057 </item> 0058 <item> 0059 <property name="text"> 0060 <string>Outer Glow</string> 0061 </property> 0062 <property name="checkState"> 0063 <enum>Unchecked</enum> 0064 </property> 0065 </item> 0066 <item> 0067 <property name="text"> 0068 <string>Inner Glow</string> 0069 </property> 0070 <property name="checkState"> 0071 <enum>Unchecked</enum> 0072 </property> 0073 </item> 0074 <item> 0075 <property name="text"> 0076 <string>Bevel and Emboss</string> 0077 </property> 0078 <property name="checkState"> 0079 <enum>Unchecked</enum> 0080 </property> 0081 </item> 0082 <item> 0083 <property name="text"> 0084 <string>Contour</string> 0085 </property> 0086 <property name="checkState"> 0087 <enum>Unchecked</enum> 0088 </property> 0089 <property name="flags"> 0090 <set>ItemIsSelectable|ItemIsDragEnabled|ItemIsUserCheckable</set> 0091 </property> 0092 </item> 0093 <item> 0094 <property name="text"> 0095 <string>Texture</string> 0096 </property> 0097 <property name="checkState"> 0098 <enum>Unchecked</enum> 0099 </property> 0100 <property name="flags"> 0101 <set>ItemIsSelectable|ItemIsDragEnabled|ItemIsUserCheckable</set> 0102 </property> 0103 </item> 0104 <item> 0105 <property name="text"> 0106 <string>Satin</string> 0107 </property> 0108 <property name="checkState"> 0109 <enum>Unchecked</enum> 0110 </property> 0111 </item> 0112 <item> 0113 <property name="text"> 0114 <string>Color Overlay</string> 0115 </property> 0116 <property name="checkState"> 0117 <enum>Unchecked</enum> 0118 </property> 0119 </item> 0120 <item> 0121 <property name="text"> 0122 <string>Gradient Overlay</string> 0123 </property> 0124 <property name="checkState"> 0125 <enum>Unchecked</enum> 0126 </property> 0127 </item> 0128 <item> 0129 <property name="text"> 0130 <string>Pattern Overlay</string> 0131 </property> 0132 <property name="checkState"> 0133 <enum>Unchecked</enum> 0134 </property> 0135 </item> 0136 <item> 0137 <property name="text"> 0138 <string comment="Layer Style - Stroke">Stroke</string> 0139 </property> 0140 <property name="checkState"> 0141 <enum>Unchecked</enum> 0142 </property> 0143 </item> 0144 </widget> 0145 </item> 0146 </layout> 0147 </item> 0148 <item> 0149 <widget class="QStackedWidget" name="stylesStack"/> 0150 </item> 0151 <item> 0152 <layout class="QVBoxLayout" name="verticalLayout"> 0153 <item> 0154 <widget class="QPushButton" name="btnNewStyle"> 0155 <property name="text"> 0156 <string comment="Save as new layer style...">&Save as...</string> 0157 </property> 0158 </widget> 0159 </item> 0160 <item> 0161 <widget class="QPushButton" name="btnLoadStyle"> 0162 <property name="text"> 0163 <string>&Import...</string> 0164 </property> 0165 </widget> 0166 </item> 0167 <item> 0168 <widget class="QPushButton" name="btnSaveStyle"> 0169 <property name="text"> 0170 <string>&Export...</string> 0171 </property> 0172 </widget> 0173 </item> 0174 <item> 0175 <widget class="QCheckBox" name="chkPreview"> 0176 <property name="text"> 0177 <string>Pre&view</string> 0178 </property> 0179 </widget> 0180 </item> 0181 <item> 0182 <widget class="QLabel" name="lblPreview"> 0183 <property name="sizePolicy"> 0184 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0185 <horstretch>0</horstretch> 0186 <verstretch>0</verstretch> 0187 </sizepolicy> 0188 </property> 0189 <property name="text"> 0190 <string/> 0191 </property> 0192 </widget> 0193 </item> 0194 <item> 0195 <spacer name="verticalSpacer"> 0196 <property name="orientation"> 0197 <enum>Qt::Vertical</enum> 0198 </property> 0199 <property name="sizeHint" stdset="0"> 0200 <size> 0201 <width>20</width> 0202 <height>40</height> 0203 </size> 0204 </property> 0205 </spacer> 0206 </item> 0207 </layout> 0208 </item> 0209 </layout> 0210 </widget> 0211 <resources/> 0212 <connections/> 0213 </ui>