1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QSpectrumAnalyzerPersistence</class>
4 <widget class="QDialog" name="QSpectrumAnalyzerPersistence">
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>Persistence - 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_2">
21       <property name="text">
22        <string>Decay function:</string>
23       </property>
24       <property name="buddy">
25        <cstring>decayFunctionComboBox</cstring>
26       </property>
27      </widget>
28     </item>
29     <item row="0" column="1">
30      <widget class="QComboBox" name="decayFunctionComboBox">
31       <property name="currentIndex">
32        <number>1</number>
33       </property>
34       <item>
35        <property name="text">
36         <string>linear</string>
37        </property>
38       </item>
39       <item>
40        <property name="text">
41         <string>exponential</string>
42        </property>
43       </item>
44      </widget>
45     </item>
46     <item row="1" column="0">
47      <widget class="QLabel" name="label">
48       <property name="text">
49        <string>Persistence length:</string>
50       </property>
51       <property name="buddy">
52        <cstring>persistenceLengthSpinBox</cstring>
53       </property>
54      </widget>
55     </item>
56     <item row="1" column="1">
57      <widget class="QSpinBox" name="persistenceLengthSpinBox">
58       <property name="value">
59        <number>5</number>
60       </property>
61      </widget>
62     </item>
63    </layout>
64   </item>
65   <item>
66    <spacer name="verticalSpacer">
67     <property name="orientation">
68      <enum>Qt::Vertical</enum>
69     </property>
70     <property name="sizeHint" stdset="0">
71      <size>
72       <width>20</width>
73       <height>5</height>
74      </size>
75     </property>
76    </spacer>
77   </item>
78   <item>
79    <widget class="QDialogButtonBox" name="buttonBox">
80     <property name="orientation">
81      <enum>Qt::Horizontal</enum>
82     </property>
83     <property name="standardButtons">
84      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
85     </property>
86    </widget>
87   </item>
88  </layout>
89 </widget>
90 <tabstops>
91  <tabstop>decayFunctionComboBox</tabstop>
92  <tabstop>persistenceLengthSpinBox</tabstop>
93  <tabstop>buttonBox</tabstop>
94 </tabstops>
95 <resources/>
96 <connections>
97  <connection>
98   <sender>buttonBox</sender>
99   <signal>accepted()</signal>
100   <receiver>QSpectrumAnalyzerPersistence</receiver>
101   <slot>accept()</slot>
102   <hints>
103    <hint type="sourcelabel">
104     <x>243</x>
105     <y>123</y>
106    </hint>
107    <hint type="destinationlabel">
108     <x>157</x>
109     <y>129</y>
110    </hint>
111   </hints>
112  </connection>
113  <connection>
114   <sender>buttonBox</sender>
115   <signal>rejected()</signal>
116   <receiver>QSpectrumAnalyzerPersistence</receiver>
117   <slot>reject()</slot>
118   <hints>
119    <hint type="sourcelabel">
120     <x>243</x>
121     <y>123</y>
122    </hint>
123    <hint type="destinationlabel">
124     <x>249</x>
125     <y>129</y>
126    </hint>
127   </hints>
128  </connection>
129 </connections>
130</ui>
131