Using qt's designer program to build an interface from the .ui file. This makes qt_di...
[debian/gnuradio] / gr-qtgui / src / python / qt_digital_window.ui
1 <ui version="4.0" >
2  <class>DigitalWindow</class>
3  <widget class="QMainWindow" name="DigitalWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1236</width>
9     <height>655</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <widget class="QLineEdit" name="noiseEdit" >
17     <property name="geometry" >
18      <rect>
19       <x>120</x>
20       <y>520</y>
21       <width>113</width>
22       <height>23</height>
23      </rect>
24     </property>
25    </widget>
26    <widget class="QLabel" name="noiseLabel" >
27     <property name="geometry" >
28      <rect>
29       <x>10</x>
30       <y>520</y>
31       <width>111</width>
32       <height>20</height>
33      </rect>
34     </property>
35     <property name="text" >
36      <string>Noise Amplitude</string>
37     </property>
38    </widget>
39    <widget class="QPushButton" name="closeButton" >
40     <property name="geometry" >
41      <rect>
42       <x>260</x>
43       <y>580</y>
44       <width>80</width>
45       <height>27</height>
46      </rect>
47     </property>
48     <property name="text" >
49      <string>Close</string>
50     </property>
51    </widget>
52    <widget class="QLineEdit" name="freqEdit" >
53     <property name="geometry" >
54      <rect>
55       <x>120</x>
56       <y>550</y>
57       <width>113</width>
58       <height>23</height>
59      </rect>
60     </property>
61    </widget>
62    <widget class="QLineEdit" name="timeEdit" >
63     <property name="geometry" >
64      <rect>
65       <x>120</x>
66       <y>580</y>
67       <width>113</width>
68       <height>23</height>
69      </rect>
70     </property>
71    </widget>
72    <widget class="QLabel" name="freqLabel" >
73     <property name="geometry" >
74      <rect>
75       <x>10</x>
76       <y>550</y>
77       <width>101</width>
78       <height>17</height>
79      </rect>
80     </property>
81     <property name="text" >
82      <string>Frequency Offset</string>
83     </property>
84    </widget>
85    <widget class="QLabel" name="timeLabel" >
86     <property name="geometry" >
87      <rect>
88       <x>10</x>
89       <y>580</y>
90       <width>101</width>
91       <height>17</height>
92      </rect>
93     </property>
94     <property name="text" >
95      <string>Timing Offset</string>
96     </property>
97    </widget>
98    <widget class="QFrame" name="sinkFrame" >
99     <property name="geometry" >
100      <rect>
101       <x>10</x>
102       <y>10</y>
103       <width>1221</width>
104       <height>501</height>
105      </rect>
106     </property>
107     <property name="frameShape" >
108      <enum>QFrame::StyledPanel</enum>
109     </property>
110     <property name="frameShadow" >
111      <enum>QFrame::Raised</enum>
112     </property>
113     <widget class="QWidget" name="horizontalLayoutWidget" >
114      <property name="geometry" >
115       <rect>
116        <x>10</x>
117        <y>10</y>
118        <width>1201</width>
119        <height>481</height>
120       </rect>
121      </property>
122      <layout class="QHBoxLayout" name="sinkLayout" />
123     </widget>
124    </widget>
125   </widget>
126   <widget class="QMenuBar" name="menubar" >
127    <property name="geometry" >
128     <rect>
129      <x>0</x>
130      <y>0</y>
131      <width>1236</width>
132      <height>22</height>
133     </rect>
134    </property>
135    <widget class="QMenu" name="menuFile" >
136     <property name="title" >
137      <string>&amp;File</string>
138     </property>
139     <addaction name="actionExit" />
140    </widget>
141    <addaction name="menuFile" />
142   </widget>
143   <widget class="QStatusBar" name="statusbar" />
144   <action name="actionExit" >
145    <property name="text" >
146     <string>E&amp;xit</string>
147    </property>
148   </action>
149  </widget>
150  <tabstops>
151   <tabstop>closeButton</tabstop>
152   <tabstop>noiseEdit</tabstop>
153   <tabstop>freqEdit</tabstop>
154   <tabstop>timeEdit</tabstop>
155  </tabstops>
156  <resources/>
157  <connections>
158   <connection>
159    <sender>closeButton</sender>
160    <signal>clicked()</signal>
161    <receiver>DigitalWindow</receiver>
162    <slot>close()</slot>
163    <hints>
164     <hint type="sourcelabel" >
165      <x>322</x>
166      <y>623</y>
167     </hint>
168     <hint type="destinationlabel" >
169      <x>66</x>
170      <y>561</y>
171     </hint>
172    </hints>
173   </connection>
174   <connection>
175    <sender>actionExit</sender>
176    <signal>triggered()</signal>
177    <receiver>DigitalWindow</receiver>
178    <slot>close()</slot>
179    <hints>
180     <hint type="sourcelabel" >
181      <x>-1</x>
182      <y>-1</y>
183     </hint>
184     <hint type="destinationlabel" >
185      <x>617</x>
186      <y>327</y>
187     </hint>
188    </hints>
189   </connection>
190  </connections>
191 </ui>