Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-examples / python / usrp2 / qt_wfm_interface.ui
1 <ui version="4.0" >
2  <class>InterfaceWindow</class>
3  <widget class="QMainWindow" name="InterfaceWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>909</width>
9     <height>711</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <widget class="QPushButton" name="closeButton" >
17     <property name="geometry" >
18      <rect>
19       <x>790</x>
20       <y>580</y>
21       <width>101</width>
22       <height>31</height>
23      </rect>
24     </property>
25     <property name="text" >
26      <string>Close</string>
27     </property>
28    </widget>
29    <widget class="QFrame" name="sinkFrame" >
30     <property name="geometry" >
31      <rect>
32       <x>10</x>
33       <y>10</y>
34       <width>891</width>
35       <height>501</height>
36      </rect>
37     </property>
38     <property name="frameShape" >
39      <enum>QFrame::StyledPanel</enum>
40     </property>
41     <property name="frameShadow" >
42      <enum>QFrame::Raised</enum>
43     </property>
44     <widget class="QWidget" name="horizontalLayoutWidget" >
45      <property name="geometry" >
46       <rect>
47        <x>10</x>
48        <y>10</y>
49        <width>871</width>
50        <height>481</height>
51       </rect>
52      </property>
53      <layout class="QHBoxLayout" name="sinkLayout" />
54     </widget>
55    </widget>
56    <widget class="QGroupBox" name="channelModeBox" >
57     <property name="geometry" >
58      <rect>
59       <x>10</x>
60       <y>520</y>
61       <width>261</width>
62       <height>131</height>
63      </rect>
64     </property>
65     <property name="title" >
66      <string>USRP Parameters</string>
67     </property>
68     <widget class="QLabel" name="bandwidthabel" >
69      <property name="geometry" >
70       <rect>
71        <x>10</x>
72        <y>90</y>
73        <width>101</width>
74        <height>17</height>
75       </rect>
76      </property>
77      <property name="text" >
78       <string>Bandwidth (Hz)</string>
79      </property>
80     </widget>
81     <widget class="QLineEdit" name="bandwidthEdit" >
82      <property name="geometry" >
83       <rect>
84        <x>130</x>
85        <y>90</y>
86        <width>113</width>
87        <height>23</height>
88       </rect>
89      </property>
90     </widget>
91     <widget class="QLineEdit" name="gainEdit" >
92      <property name="geometry" >
93       <rect>
94        <x>130</x>
95        <y>60</y>
96        <width>113</width>
97        <height>23</height>
98       </rect>
99      </property>
100     </widget>
101     <widget class="QLabel" name="gainLabel" >
102      <property name="geometry" >
103       <rect>
104        <x>10</x>
105        <y>60</y>
106        <width>111</width>
107        <height>20</height>
108       </rect>
109      </property>
110      <property name="text" >
111       <string>Gain (dB)</string>
112      </property>
113     </widget>
114     <widget class="QLineEdit" name="freqEdit" >
115      <property name="geometry" >
116       <rect>
117        <x>130</x>
118        <y>30</y>
119        <width>113</width>
120        <height>23</height>
121       </rect>
122      </property>
123     </widget>
124     <widget class="QLabel" name="freqLabel" >
125      <property name="geometry" >
126       <rect>
127        <x>10</x>
128        <y>30</y>
129        <width>111</width>
130        <height>17</height>
131       </rect>
132      </property>
133      <property name="text" >
134       <string>Frequency</string>
135      </property>
136     </widget>
137    </widget>
138    <widget class="QPushButton" name="pauseButton" >
139     <property name="geometry" >
140      <rect>
141       <x>790</x>
142       <y>520</y>
143       <width>101</width>
144       <height>31</height>
145      </rect>
146     </property>
147     <property name="text" >
148      <string>Pause</string>
149     </property>
150    </widget>
151    <widget class="QGroupBox" name="fmBox" >
152     <property name="geometry" >
153      <rect>
154       <x>290</x>
155       <y>520</y>
156       <width>251</width>
157       <height>131</height>
158      </rect>
159     </property>
160     <property name="title" >
161      <string>FM Tuner Parameters</string>
162     </property>
163     <widget class="QLineEdit" name="volumeEdit" >
164      <property name="geometry" >
165       <rect>
166        <x>130</x>
167        <y>20</y>
168        <width>113</width>
169        <height>23</height>
170       </rect>
171      </property>
172     </widget>
173     <widget class="QLabel" name="volumeLabel" >
174      <property name="geometry" >
175       <rect>
176        <x>10</x>
177        <y>20</y>
178        <width>111</width>
179        <height>17</height>
180       </rect>
181      </property>
182      <property name="text" >
183       <string>Volume</string>
184      </property>
185     </widget>
186    </widget>
187   </widget>
188   <widget class="QMenuBar" name="menubar" >
189    <property name="geometry" >
190     <rect>
191      <x>0</x>
192      <y>0</y>
193      <width>909</width>
194      <height>24</height>
195     </rect>
196    </property>
197    <widget class="QMenu" name="menuFile" >
198     <property name="title" >
199      <string>&amp;File</string>
200     </property>
201     <addaction name="actionExit" />
202    </widget>
203    <addaction name="menuFile" />
204   </widget>
205   <widget class="QStatusBar" name="statusbar" />
206   <action name="actionExit" >
207    <property name="text" >
208     <string>E&amp;xit</string>
209    </property>
210   </action>
211  </widget>
212  <tabstops>
213   <tabstop>closeButton</tabstop>
214   <tabstop>gainEdit</tabstop>
215   <tabstop>freqEdit</tabstop>
216   <tabstop>bandwidthEdit</tabstop>
217  </tabstops>
218  <resources/>
219  <connections>
220   <connection>
221    <sender>closeButton</sender>
222    <signal>clicked()</signal>
223    <receiver>InterfaceWindow</receiver>
224    <slot>close()</slot>
225    <hints>
226     <hint type="sourcelabel" >
227      <x>322</x>
228      <y>623</y>
229     </hint>
230     <hint type="destinationlabel" >
231      <x>66</x>
232      <y>561</y>
233     </hint>
234    </hints>
235   </connection>
236   <connection>
237    <sender>actionExit</sender>
238    <signal>triggered()</signal>
239    <receiver>InterfaceWindow</receiver>
240    <slot>close()</slot>
241    <hints>
242     <hint type="sourcelabel" >
243      <x>-1</x>
244      <y>-1</y>
245     </hint>
246     <hint type="destinationlabel" >
247      <x>617</x>
248      <y>327</y>
249     </hint>
250    </hints>
251   </connection>
252  </connections>
253 </ui>