Warning, /graphics/krita/plugins/filters/asccdl/wdg_asccdl.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>WdgASCCDL</class> 0008 <widget class="QWidget" name="WdgASCCDL"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>400</width> 0014 <height>300</height> 0015 </rect> 0016 </property> 0017 <layout class="QGridLayout" name="gridLayout"> 0018 <item column="0" row="3"> 0019 <widget class="KisColorButton" name="btnSlope"> 0020 <property name="text"> 0021 <string>PushButton</string> 0022 </property> 0023 </widget> 0024 </item> 0025 <item column="2" row="3"> 0026 <widget class="KisColorButton" name="btnPower"> 0027 <property name="text"> 0028 <string>PushButton</string> 0029 </property> 0030 </widget> 0031 </item> 0032 <item column="1" row="1"> 0033 <widget class="QLabel" name="lblOffset"> 0034 <property name="text"> 0035 <string>Offset:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item colspan="2" column="0" row="0"> 0040 <widget class="QLabel" name="lblBase"> 0041 <property name="text"> 0042 <string>ASC-CDL color balance</string> 0043 </property> 0044 </widget> 0045 </item> 0046 <item column="1" row="3"> 0047 <widget class="KisColorButton" name="btnOffset"> 0048 <property name="text"> 0049 <string>PushButton</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item column="2" row="1"> 0054 <widget class="QLabel" name="lblPower"> 0055 <property name="text"> 0056 <string>Power:</string> 0057 </property> 0058 </widget> 0059 </item> 0060 <item column="0" row="1"> 0061 <widget class="QLabel" name="lblSlope"> 0062 <property name="text"> 0063 <string>Slope:</string> 0064 </property> 0065 </widget> 0066 </item> 0067 <item column="0" row="2"> 0068 <widget class="KisVisualColorSelector" name="slopeSelector" native="true"/> 0069 </item> 0070 <item column="1" row="2"> 0071 <widget class="KisVisualColorSelector" name="offsetSelector" native="true"/> 0072 </item> 0073 <item column="2" row="2"> 0074 <widget class="KisVisualColorSelector" name="powerSelector" native="true"/> 0075 </item> 0076 <item colspan="3" column="0" row="4"> 0077 <spacer name="verticalSpacer"> 0078 <property name="orientation"> 0079 <enum>Qt::Vertical</enum> 0080 </property> 0081 <property name="sizeHint" stdset="0"> 0082 <size> 0083 <width>20</width> 0084 <height>40</height> 0085 </size> 0086 </property> 0087 </spacer> 0088 </item> 0089 </layout> 0090 </widget> 0091 <customwidgets> 0092 <customwidget> 0093 <class>KisColorButton</class> 0094 <extends>QPushButton</extends> 0095 <header>kis_color_button.h</header> 0096 </customwidget> 0097 <customwidget> 0098 <class>KisVisualColorSelector</class> 0099 <extends>QWidget</extends> 0100 <header>KisVisualColorSelector.h</header> 0101 <container>1</container> 0102 </customwidget> 0103 </customwidgets> 0104 <resources/> 0105 <connections/> 0106 </ui>