1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QSpectrumAnalyzerSettingsHelp</class>
4 <widget class="QDialog" name="QSpectrumAnalyzerSettingsHelp">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>1200</width>
10    <height>700</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Help - QSpectrumAnalyzer</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QPlainTextEdit" name="helpTextEdit">
19     <property name="undoRedoEnabled">
20      <bool>false</bool>
21     </property>
22     <property name="textInteractionFlags">
23      <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
24     </property>
25    </widget>
26   </item>
27   <item>
28    <widget class="QDialogButtonBox" name="buttonBox">
29     <property name="orientation">
30      <enum>Qt::Horizontal</enum>
31     </property>
32     <property name="standardButtons">
33      <set>QDialogButtonBox::Close</set>
34     </property>
35    </widget>
36   </item>
37  </layout>
38 </widget>
39 <tabstops>
40  <tabstop>helpTextEdit</tabstop>
41  <tabstop>buttonBox</tabstop>
42 </tabstops>
43 <resources/>
44 <connections>
45  <connection>
46   <sender>buttonBox</sender>
47   <signal>accepted()</signal>
48   <receiver>QSpectrumAnalyzerSettingsHelp</receiver>
49   <slot>accept()</slot>
50   <hints>
51    <hint type="sourcelabel">
52     <x>224</x>
53     <y>672</y>
54    </hint>
55    <hint type="destinationlabel">
56     <x>157</x>
57     <y>274</y>
58    </hint>
59   </hints>
60  </connection>
61  <connection>
62   <sender>buttonBox</sender>
63   <signal>rejected()</signal>
64   <receiver>QSpectrumAnalyzerSettingsHelp</receiver>
65   <slot>reject()</slot>
66   <hints>
67    <hint type="sourcelabel">
68     <x>292</x>
69     <y>678</y>
70    </hint>
71    <hint type="destinationlabel">
72     <x>286</x>
73     <y>274</y>
74    </hint>
75   </hints>
76  </connection>
77 </connections>
78</ui>
79