Warning, /multimedia/kdenlive/src/ui/spectrogram_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>Spectrogram_UI</class>
0008  <widget class="QWidget" name="Spectrogram_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>605</width>
0014     <height>300</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item row="0" column="5">
0019     <widget class="KComboBox" name="windowSize"/>
0020    </item>
0021    <item row="0" column="4">
0022     <widget class="KComboBox" name="windowFunction"/>
0023    </item>
0024    <item row="1" column="5">
0025     <spacer name="verticalSpacer">
0026      <property name="orientation">
0027       <enum>Qt::Vertical</enum>
0028      </property>
0029      <property name="sizeHint" stdset="0">
0030       <size>
0031        <width>20</width>
0032        <height>40</height>
0033       </size>
0034      </property>
0035     </spacer>
0036    </item>
0037    <item row="0" column="0">
0038     <spacer name="horizontalSpacer_2">
0039      <property name="orientation">
0040       <enum>Qt::Horizontal</enum>
0041      </property>
0042      <property name="sizeType">
0043       <enum>QSizePolicy::Fixed</enum>
0044      </property>
0045      <property name="sizeHint" stdset="0">
0046       <size>
0047        <width>10</width>
0048        <height>20</height>
0049       </size>
0050      </property>
0051     </spacer>
0052    </item>
0053    <item row="0" column="1">
0054     <widget class="QLabel" name="labelFFTSize">
0055      <property name="text">
0056       <string>True FFT size:</string>
0057      </property>
0058     </widget>
0059    </item>
0060    <item row="0" column="2">
0061     <widget class="QLabel" name="labelFFTSizeNumber">
0062      <property name="text">
0063       <string notr="true"/>
0064      </property>
0065     </widget>
0066    </item>
0067    <item row="0" column="3">
0068     <spacer name="horizontalSpacer_3">
0069      <property name="orientation">
0070       <enum>Qt::Horizontal</enum>
0071      </property>
0072      <property name="sizeHint" stdset="0">
0073       <size>
0074        <width>40</width>
0075        <height>20</height>
0076       </size>
0077      </property>
0078     </spacer>
0079    </item>
0080   </layout>
0081  </widget>
0082  <customwidgets>
0083   <customwidget>
0084    <class>KComboBox</class>
0085    <extends>QComboBox</extends>
0086    <header>kcombobox.h</header>
0087   </customwidget>
0088  </customwidgets>
0089  <resources/>
0090  <connections/>
0091 </ui>