Changes to the examples to fit updates to qtgui.
[debian/gnuradio] / gr-qtgui / src / python / qt_digital_window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DigitalWindow</class>
4  <widget class="QMainWindow" name="DigitalWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1236</width>
10     <height>741</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QFrame" name="sinkFrame">
20       <property name="minimumSize">
21        <size>
22         <width>0</width>
23         <height>550</height>
24        </size>
25       </property>
26       <property name="frameShape">
27        <enum>QFrame::StyledPanel</enum>
28       </property>
29       <property name="frameShadow">
30        <enum>QFrame::Raised</enum>
31       </property>
32       <layout class="QHBoxLayout" name="horizontalLayout_2">
33        <item>
34         <layout class="QHBoxLayout" name="sinkLayout"/>
35        </item>
36       </layout>
37      </widget>
38     </item>
39     <item>
40      <layout class="QHBoxLayout" name="horizontalLayout">
41       <item>
42        <widget class="QGroupBox" name="sysBox">
43         <property name="sizePolicy">
44          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
45           <horstretch>0</horstretch>
46           <verstretch>0</verstretch>
47          </sizepolicy>
48         </property>
49         <property name="minimumSize">
50          <size>
51           <width>0</width>
52           <height>0</height>
53          </size>
54         </property>
55         <property name="maximumSize">
56          <size>
57           <width>16777215</width>
58           <height>120</height>
59          </size>
60         </property>
61         <property name="title">
62          <string>System Parameters</string>
63         </property>
64         <property name="alignment">
65          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
66         </property>
67         <layout class="QGridLayout" name="gridLayout_2">
68          <item row="0" column="3">
69           <widget class="QLineEdit" name="sampleRateEdit">
70            <property name="maximumSize">
71             <size>
72              <width>100</width>
73              <height>16777215</height>
74             </size>
75            </property>
76           </widget>
77          </item>
78          <item row="0" column="2">
79           <widget class="QLabel" name="sampleRateLabel">
80            <property name="text">
81             <string>Sample Rate (sps)</string>
82            </property>
83           </widget>
84          </item>
85         </layout>
86        </widget>
87       </item>
88       <item>
89        <widget class="QGroupBox" name="rxBox">
90         <property name="maximumSize">
91          <size>
92           <width>16777215</width>
93           <height>120</height>
94          </size>
95         </property>
96         <property name="title">
97          <string>Receiver Parameters</string>
98         </property>
99         <property name="alignment">
100          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
101         </property>
102         <layout class="QGridLayout" name="gridLayout_3">
103          <item row="1" column="0">
104           <widget class="QLabel" name="alphaLabel">
105            <property name="text">
106             <string>Alpha</string>
107            </property>
108           </widget>
109          </item>
110          <item row="1" column="1">
111           <widget class="QLineEdit" name="alphaEdit">
112            <property name="maximumSize">
113             <size>
114              <width>100</width>
115              <height>16777215</height>
116             </size>
117            </property>
118           </widget>
119          </item>
120          <item row="0" column="0">
121           <widget class="QLabel" name="gainMuLabel">
122            <property name="text">
123             <string>Gain mu</string>
124            </property>
125           </widget>
126          </item>
127          <item row="0" column="1">
128           <widget class="QLineEdit" name="gainMuEdit">
129            <property name="maximumSize">
130             <size>
131              <width>100</width>
132              <height>16777215</height>
133             </size>
134            </property>
135           </widget>
136          </item>
137         </layout>
138        </widget>
139       </item>
140       <item>
141        <widget class="QGroupBox" name="channelModeBox">
142         <property name="maximumSize">
143          <size>
144           <width>16777215</width>
145           <height>120</height>
146          </size>
147         </property>
148         <property name="title">
149          <string>Channel Model Parameters</string>
150         </property>
151         <property name="alignment">
152          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
153         </property>
154         <layout class="QGridLayout" name="gridLayout">
155          <property name="sizeConstraint">
156           <enum>QLayout::SetMinimumSize</enum>
157          </property>
158          <item row="0" column="1">
159           <widget class="QLabel" name="snrLabel">
160            <property name="text">
161             <string>SNR (dB)</string>
162            </property>
163           </widget>
164          </item>
165          <item row="0" column="2">
166           <widget class="QLineEdit" name="snrEdit">
167            <property name="maximumSize">
168             <size>
169              <width>100</width>
170              <height>16777215</height>
171             </size>
172            </property>
173           </widget>
174          </item>
175          <item row="1" column="1">
176           <widget class="QLabel" name="freqLabel">
177            <property name="text">
178             <string>Frequency Offset (Hz)</string>
179            </property>
180           </widget>
181          </item>
182          <item row="1" column="2">
183           <widget class="QLineEdit" name="freqEdit">
184            <property name="maximumSize">
185             <size>
186              <width>100</width>
187              <height>16777215</height>
188             </size>
189            </property>
190           </widget>
191          </item>
192          <item row="2" column="1">
193           <widget class="QLabel" name="timeLabel">
194            <property name="text">
195             <string>Timing Offset</string>
196            </property>
197           </widget>
198          </item>
199          <item row="2" column="2">
200           <widget class="QLineEdit" name="timeEdit">
201            <property name="maximumSize">
202             <size>
203              <width>100</width>
204              <height>16777215</height>
205             </size>
206            </property>
207           </widget>
208          </item>
209         </layout>
210        </widget>
211       </item>
212       <item>
213        <spacer name="horizontalSpacer">
214         <property name="orientation">
215          <enum>Qt::Horizontal</enum>
216         </property>
217         <property name="sizeHint" stdset="0">
218          <size>
219           <width>40</width>
220           <height>20</height>
221          </size>
222         </property>
223        </spacer>
224       </item>
225       <item>
226        <layout class="QVBoxLayout" name="verticalLayout_2">
227         <item>
228          <spacer name="verticalSpacer">
229           <property name="orientation">
230            <enum>Qt::Vertical</enum>
231           </property>
232           <property name="sizeHint" stdset="0">
233            <size>
234             <width>20</width>
235             <height>40</height>
236            </size>
237           </property>
238          </spacer>
239         </item>
240         <item>
241          <widget class="QPushButton" name="pauseButton">
242           <property name="sizePolicy">
243            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
244             <horstretch>0</horstretch>
245             <verstretch>0</verstretch>
246            </sizepolicy>
247           </property>
248           <property name="maximumSize">
249            <size>
250             <width>80</width>
251             <height>16777215</height>
252            </size>
253           </property>
254           <property name="text">
255            <string>Pause</string>
256           </property>
257          </widget>
258         </item>
259         <item>
260          <widget class="QPushButton" name="closeButton">
261           <property name="maximumSize">
262            <size>
263             <width>80</width>
264             <height>16777215</height>
265            </size>
266           </property>
267           <property name="text">
268            <string>Close</string>
269           </property>
270          </widget>
271         </item>
272        </layout>
273       </item>
274      </layout>
275     </item>
276    </layout>
277   </widget>
278   <widget class="QMenuBar" name="menubar">
279    <property name="geometry">
280     <rect>
281      <x>0</x>
282      <y>0</y>
283      <width>1236</width>
284      <height>23</height>
285     </rect>
286    </property>
287    <widget class="QMenu" name="menuFile">
288     <property name="title">
289      <string>&amp;File</string>
290     </property>
291     <addaction name="actionExit"/>
292    </widget>
293    <addaction name="menuFile"/>
294   </widget>
295   <widget class="QStatusBar" name="statusbar"/>
296   <action name="actionExit">
297    <property name="text">
298     <string>E&amp;xit</string>
299    </property>
300   </action>
301  </widget>
302  <tabstops>
303   <tabstop>snrEdit</tabstop>
304   <tabstop>freqEdit</tabstop>
305   <tabstop>timeEdit</tabstop>
306  </tabstops>
307  <resources/>
308  <connections>
309   <connection>
310    <sender>closeButton</sender>
311    <signal>clicked()</signal>
312    <receiver>DigitalWindow</receiver>
313    <slot>close()</slot>
314    <hints>
315     <hint type="sourcelabel">
316      <x>322</x>
317      <y>623</y>
318     </hint>
319     <hint type="destinationlabel">
320      <x>66</x>
321      <y>561</y>
322     </hint>
323    </hints>
324   </connection>
325   <connection>
326    <sender>actionExit</sender>
327    <signal>triggered()</signal>
328    <receiver>DigitalWindow</receiver>
329    <slot>close()</slot>
330    <hints>
331     <hint type="sourcelabel">
332      <x>-1</x>
333      <y>-1</y>
334     </hint>
335     <hint type="destinationlabel">
336      <x>617</x>
337      <y>327</y>
338     </hint>
339    </hints>
340   </connection>
341  </connections>
342 </ui>