1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QSpectrumAnalyzerSmooth</class>
4 <widget class="QDialog" name="QSpectrumAnalyzerSmooth">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>250</width>
10    <height>130</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Smoothing - QSpectrumAnalyzer</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QFormLayout" name="formLayout">
19     <item row="0" column="0">
20      <widget class="QLabel" name="label">
21       <property name="text">
22        <string>&amp;Window function:</string>
23       </property>
24       <property name="buddy">
25        <cstring>windowFunctionComboBox</cstring>
26       </property>
27      </widget>
28     </item>
29     <item row="0" column="1">
30      <widget class="QComboBox" name="windowFunctionComboBox">
31       <property name="currentIndex">
32        <number>1</number>
33       </property>
34       <item>
35        <property name="text">
36         <string>rectangular</string>
37        </property>
38       </item>
39       <item>
40        <property name="text">
41         <string>hanning</string>
42        </property>
43       </item>
44       <item>
45        <property name="text">
46         <string>hamming</string>
47        </property>
48       </item>
49       <item>
50        <property name="text">
51         <string>bartlett</string>
52        </property>
53       </item>
54       <item>
55        <property name="text">
56         <string>blackman</string>
57        </property>
58       </item>
59      </widget>
60     </item>
61     <item row="1" column="0">
62      <widget class="QLabel" name="label_2">
63       <property name="text">
64        <string>Window len&amp;gth:</string>
65       </property>
66       <property name="buddy">
67        <cstring>windowLengthSpinBox</cstring>
68       </property>
69      </widget>
70     </item>
71     <item row="1" column="1">
72      <widget class="QSpinBox" name="windowLengthSpinBox">
73       <property name="minimum">
74        <number>3</number>
75       </property>
76       <property name="maximum">
77        <number>1001</number>
78       </property>
79       <property name="value">
80        <number>11</number>
81       </property>
82      </widget>
83     </item>
84    </layout>
85   </item>
86   <item>
87    <spacer name="verticalSpacer">
88     <property name="orientation">
89      <enum>Qt::Vertical</enum>
90     </property>
91     <property name="sizeHint" stdset="0">
92      <size>
93       <width>20</width>
94       <height>1</height>
95      </size>
96     </property>
97    </spacer>
98   </item>
99   <item>
100    <widget class="QDialogButtonBox" name="buttonBox">
101     <property name="orientation">
102      <enum>Qt::Horizontal</enum>
103     </property>
104     <property name="standardButtons">
105      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106     </property>
107    </widget>
108   </item>
109  </layout>
110 </widget>
111 <tabstops>
112  <tabstop>windowFunctionComboBox</tabstop>
113  <tabstop>windowLengthSpinBox</tabstop>
114  <tabstop>buttonBox</tabstop>
115 </tabstops>
116 <resources/>
117 <connections>
118  <connection>
119   <sender>buttonBox</sender>
120   <signal>accepted()</signal>
121   <receiver>QSpectrumAnalyzerSmooth</receiver>
122   <slot>accept()</slot>
123   <hints>
124    <hint type="sourcelabel">
125     <x>218</x>
126     <y>104</y>
127    </hint>
128    <hint type="destinationlabel">
129     <x>157</x>
130     <y>129</y>
131    </hint>
132   </hints>
133  </connection>
134  <connection>
135   <sender>buttonBox</sender>
136   <signal>rejected()</signal>
137   <receiver>QSpectrumAnalyzerSmooth</receiver>
138   <slot>reject()</slot>
139   <hints>
140    <hint type="sourcelabel">
141     <x>218</x>
142     <y>110</y>
143    </hint>
144    <hint type="destinationlabel">
145     <x>224</x>
146     <y>129</y>
147    </hint>
148   </hints>
149  </connection>
150 </connections>
151</ui>
152