Warning, /graphics/krita/plugins/filters/dodgeburn/DodgeBurnConfigurationBaseWidget.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>DodgeBurnConfigurationBaseWidget</class>
0008  <widget class="QWidget" name="DodgeBurnConfigurationBaseWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>175</width>
0014     <height>195</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout">
0018    <item>
0019     <widget class="QGroupBox" name="buttonGroup1">
0020      <property name="title">
0021       <string>Mode</string>
0022      </property>
0023      <layout class="QVBoxLayout">
0024       <item>
0025        <widget class="QRadioButton" name="radioButtonShadows">
0026         <property name="text">
0027          <string>Shadows</string>
0028         </property>
0029         <property name="checked">
0030          <bool>false</bool>
0031         </property>
0032        </widget>
0033       </item>
0034       <item>
0035        <widget class="QRadioButton" name="radioButtonMidtones">
0036         <property name="text">
0037          <string>Midtones</string>
0038         </property>
0039         <property name="checked">
0040          <bool>true</bool>
0041         </property>
0042        </widget>
0043       </item>
0044       <item>
0045        <widget class="QRadioButton" name="radioButtonHighlights">
0046         <property name="text">
0047          <string>Highlights</string>
0048         </property>
0049        </widget>
0050       </item>
0051      </layout>
0052     </widget>
0053    </item>
0054    <item>
0055     <layout class="QFormLayout" name="formLayout">
0056      <item row="0" column="0">
0057       <widget class="QLabel" name="textLabel1">
0058        <property name="text">
0059         <string>Exposure:</string>
0060        </property>
0061        <property name="alignment">
0062         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0063        </property>
0064        <property name="wordWrap">
0065         <bool>false</bool>
0066        </property>
0067       </widget>
0068      </item>
0069      <item row="0" column="1">
0070       <widget class="KisSliderSpinBox" name="sliderExposure" native="true">
0071        <property name="sizePolicy">
0072         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0073          <horstretch>0</horstretch>
0074          <verstretch>0</verstretch>
0075         </sizepolicy>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081    <item>
0082     <spacer name="spacer1">
0083      <property name="orientation">
0084       <enum>Qt::Vertical</enum>
0085      </property>
0086      <property name="sizeType">
0087       <enum>QSizePolicy::Expanding</enum>
0088      </property>
0089      <property name="sizeHint" stdset="0">
0090       <size>
0091        <width>20</width>
0092        <height>12</height>
0093       </size>
0094      </property>
0095     </spacer>
0096    </item>
0097   </layout>
0098  </widget>
0099  <customwidgets>
0100   <customwidget>
0101    <class>KisSliderSpinBox</class>
0102    <extends>QSpinBox</extends>
0103    <header>kis_slider_spin_box.h</header>
0104    <container>1</container>
0105   </customwidget>
0106  </customwidgets>
0107  <resources/>
0108  <connections/>
0109 </ui>