]> git.sesse.net Git - kdenlive/blob - src/widgets/spectrogram_ui.ui
Spectrogram added (but not yet efficient)
[kdenlive] / src / widgets / spectrogram_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Spectrogram_UI</class>
4  <widget class="QWidget" name="Spectrogram_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="5">
18     <widget class="QComboBox" name="windowSize"/>
19    </item>
20    <item row="0" column="4">
21     <widget class="QComboBox" name="windowFunction"/>
22    </item>
23    <item row="1" column="5">
24     <spacer name="verticalSpacer">
25      <property name="orientation">
26       <enum>Qt::Vertical</enum>
27      </property>
28      <property name="sizeHint" stdset="0">
29       <size>
30        <width>20</width>
31        <height>40</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="0" column="3">
37     <spacer name="horizontalSpacer">
38      <property name="orientation">
39       <enum>Qt::Horizontal</enum>
40      </property>
41      <property name="sizeHint" stdset="0">
42       <size>
43        <width>40</width>
44        <height>20</height>
45       </size>
46      </property>
47     </spacer>
48    </item>
49    <item row="0" column="0">
50     <spacer name="horizontalSpacer_2">
51      <property name="orientation">
52       <enum>Qt::Horizontal</enum>
53      </property>
54      <property name="sizeType">
55       <enum>QSizePolicy::Fixed</enum>
56      </property>
57      <property name="sizeHint" stdset="0">
58       <size>
59        <width>10</width>
60        <height>20</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item row="0" column="1">
66     <widget class="QLabel" name="labelFFTSize">
67      <property name="text">
68       <string>True FFT size:</string>
69      </property>
70     </widget>
71    </item>
72    <item row="0" column="2">
73     <widget class="QLabel" name="labelFFTSizeNumber">
74      <property name="text">
75       <string/>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>