]> git.sesse.net Git - kdenlive/blob - src/widgets/spectrogram_ui.ui
Spectrogram:
[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>605</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="0">
37     <spacer name="horizontalSpacer_2">
38      <property name="orientation">
39       <enum>Qt::Horizontal</enum>
40      </property>
41      <property name="sizeType">
42       <enum>QSizePolicy::Fixed</enum>
43      </property>
44      <property name="sizeHint" stdset="0">
45       <size>
46        <width>10</width>
47        <height>20</height>
48       </size>
49      </property>
50     </spacer>
51    </item>
52    <item row="0" column="1">
53     <widget class="QLabel" name="labelFFTSize">
54      <property name="text">
55       <string>True FFT size:</string>
56      </property>
57     </widget>
58    </item>
59    <item row="0" column="2">
60     <widget class="QLabel" name="labelFFTSizeNumber">
61      <property name="text">
62       <string notr="true"/>
63      </property>
64     </widget>
65    </item>
66    <item row="0" column="3">
67     <spacer name="horizontalSpacer_3">
68      <property name="orientation">
69       <enum>Qt::Horizontal</enum>
70      </property>
71      <property name="sizeHint" stdset="0">
72       <size>
73        <width>40</width>
74        <height>20</height>
75       </size>
76      </property>
77     </spacer>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>