Warning, /multimedia/kdenlive/src/ui/histogram_ui.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-only OR LicenseRef-KDE-Accepted-GPL
0006  </author>
0007  <class>Histogram_UI</class>
0008  <widget class="QWidget" name="Histogram_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>396</width>
0014     <height>296</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item row="0" column="0">
0019     <layout class="QVBoxLayout" name="verticalLayout">
0020      <item>
0021       <layout class="QHBoxLayout" name="horizontalLayout_2">
0022        <item>
0023         <widget class="QLabel" name="lblComponents">
0024          <property name="font">
0025           <font>
0026            <weight>75</weight>
0027            <bold>true</bold>
0028           </font>
0029          </property>
0030          <property name="text">
0031           <string>Components:</string>
0032          </property>
0033         </widget>
0034        </item>
0035        <item>
0036         <widget class="QCheckBox" name="cbS">
0037          <property name="toolTip">
0038           <string>RGB summed up.</string>
0039          </property>
0040          <property name="text">
0041           <string>Sum</string>
0042          </property>
0043         </widget>
0044        </item>
0045        <item>
0046         <widget class="QCheckBox" name="cbY">
0047          <property name="toolTip">
0048           <string>Luma value.</string>
0049          </property>
0050          <property name="whatsThis">
0051           <string/>
0052          </property>
0053          <property name="text">
0054           <string>Y</string>
0055          </property>
0056         </widget>
0057        </item>
0058        <item>
0059         <widget class="QCheckBox" name="cbR">
0060          <property name="text">
0061           <string>R</string>
0062          </property>
0063         </widget>
0064        </item>
0065        <item>
0066         <widget class="QCheckBox" name="cbG">
0067          <property name="text">
0068           <string>G</string>
0069          </property>
0070         </widget>
0071        </item>
0072        <item>
0073         <widget class="QCheckBox" name="cbB">
0074          <property name="text">
0075           <string>B</string>
0076          </property>
0077         </widget>
0078        </item>
0079        <item>
0080         <spacer name="horizontalSpacer_2">
0081          <property name="orientation">
0082           <enum>Qt::Horizontal</enum>
0083          </property>
0084          <property name="sizeHint" stdset="0">
0085           <size>
0086            <width>40</width>
0087            <height>20</height>
0088           </size>
0089          </property>
0090         </spacer>
0091        </item>
0092       </layout>
0093      </item>
0094      <item>
0095       <layout class="QHBoxLayout" name="horizontalLayout">
0096        <item>
0097         <widget class="QLabel" name="lblScale">
0098          <property name="font">
0099           <font>
0100            <weight>75</weight>
0101            <bold>true</bold>
0102           </font>
0103          </property>
0104          <property name="text">
0105           <string>Scale:</string>
0106          </property>
0107         </widget>
0108        </item>
0109        <item>
0110         <widget class="QRadioButton" name="rbLinear">
0111          <property name="text">
0112           <string>Linear</string>
0113          </property>
0114          <property name="checked">
0115           <bool>true</bool>
0116          </property>
0117         </widget>
0118        </item>
0119        <item>
0120         <widget class="QRadioButton" name="rbLogarithmic">
0121          <property name="text">
0122           <string>Logarithmic</string>
0123          </property>
0124         </widget>
0125        </item>
0126        <item>
0127         <spacer name="horizontalSpacer">
0128          <property name="orientation">
0129           <enum>Qt::Horizontal</enum>
0130          </property>
0131          <property name="sizeHint" stdset="0">
0132           <size>
0133            <width>40</width>
0134            <height>20</height>
0135           </size>
0136          </property>
0137         </spacer>
0138        </item>
0139       </layout>
0140      </item>
0141      <item>
0142       <spacer name="verticalSpacer">
0143        <property name="orientation">
0144         <enum>Qt::Vertical</enum>
0145        </property>
0146        <property name="sizeHint" stdset="0">
0147         <size>
0148          <width>20</width>
0149          <height>40</height>
0150         </size>
0151        </property>
0152       </spacer>
0153      </item>
0154     </layout>
0155    </item>
0156   </layout>
0157  </widget>
0158  <resources/>
0159  <connections/>
0160 </ui>