Warning, /multimedia/kdenlive/src/ui/vectorscope_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>Vectorscope_UI</class>
0008  <widget class="QWidget" name="Vectorscope_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>450</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="baseSize">
0024    <size>
0025     <width>400</width>
0026     <height>450</height>
0027    </size>
0028   </property>
0029   <layout class="QGridLayout" name="gridLayout">
0030    <item row="0" column="0">
0031     <widget class="QLabel" name="lblPaintMode">
0032      <property name="text">
0033       <string>Paint mode:</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="0" column="1" colspan="5">
0038     <widget class="KComboBox" name="paintMode">
0039      <property name="sizePolicy">
0040       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0041        <horstretch>0</horstretch>
0042        <verstretch>0</verstretch>
0043       </sizepolicy>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="1" column="0">
0048     <widget class="QLabel" name="lblBackground">
0049      <property name="text">
0050       <string>Background:</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="1" column="1" colspan="3">
0055     <widget class="KComboBox" name="backgroundMode">
0056      <property name="sizePolicy">
0057       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0058        <horstretch>0</horstretch>
0059        <verstretch>0</verstretch>
0060       </sizepolicy>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="3" column="0" colspan="2">
0065     <spacer name="verticalSpacer">
0066      <property name="orientation">
0067       <enum>Qt::Vertical</enum>
0068      </property>
0069      <property name="sizeHint" stdset="0">
0070       <size>
0071        <width>20</width>
0072        <height>344</height>
0073       </size>
0074      </property>
0075     </spacer>
0076    </item>
0077    <item row="3" column="2">
0078     <spacer name="horizontalSpacer">
0079      <property name="orientation">
0080       <enum>Qt::Horizontal</enum>
0081      </property>
0082      <property name="sizeHint" stdset="0">
0083       <size>
0084        <width>40</width>
0085        <height>20</height>
0086       </size>
0087      </property>
0088     </spacer>
0089    </item>
0090    <item row="1" column="4" colspan="2">
0091     <widget class="QLabel" name="lblGain">
0092      <property name="text">
0093       <string comment="KDE::DoNotExtract">(notr)</string>
0094      </property>
0095      <property name="alignment">
0096       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0097      </property>
0098     </widget>
0099    </item>
0100    <item row="3" column="5">
0101     <widget class="QSlider" name="sliderGain">
0102      <property name="sizePolicy">
0103       <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0104        <horstretch>0</horstretch>
0105        <verstretch>0</verstretch>
0106       </sizepolicy>
0107      </property>
0108      <property name="orientation">
0109       <enum>Qt::Vertical</enum>
0110      </property>
0111     </widget>
0112    </item>
0113   </layout>
0114  </widget>
0115  <customwidgets>
0116   <customwidget>
0117    <class>KComboBox</class>
0118    <extends>QComboBox</extends>
0119    <header>kcombobox.h</header>
0120   </customwidget>
0121  </customwidgets>
0122  <resources/>
0123  <connections/>
0124 </ui>