diff options
author | trondeau | 2009-06-17 04:32:16 +0000 |
---|---|---|
committer | trondeau | 2009-06-17 04:32:16 +0000 |
commit | 5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e (patch) | |
tree | 96d23d0b3b099062c2f618216b5d31622db45ef2 /gnuradio-examples/python/digital/qt_digital_window.ui | |
parent | bc0a3ff98377e41fa1e31d448d45b2b377b54cea (diff) | |
download | gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.tar.gz gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.tar.bz2 gnuradio-5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e.zip |
Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the digital examples for better visualization and understanding of the signals and performance.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital/qt_digital_window.ui')
-rw-r--r-- | gnuradio-examples/python/digital/qt_digital_window.ui | 395 |
1 files changed, 395 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital/qt_digital_window.ui b/gnuradio-examples/python/digital/qt_digital_window.ui new file mode 100644 index 000000000..669942cb9 --- /dev/null +++ b/gnuradio-examples/python/digital/qt_digital_window.ui @@ -0,0 +1,395 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DigitalWindow</class> + <widget class="QMainWindow" name="DigitalWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1236</width> + <height>739</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralwidget"> + <widget class="QPushButton" name="closeButton"> + <property name="geometry"> + <rect> + <x>1120</x> + <y>640</y> + <width>101</width> + <height>31</height> + </rect> + </property> + <property name="text"> + <string>Close</string> + </property> + </widget> + <widget class="QFrame" name="sinkFrame"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>1221</width> + <height>501</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <widget class="QWidget" name="horizontalLayoutWidget"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>1201</width> + <height>481</height> + </rect> + </property> + <layout class="QHBoxLayout" name="sinkLayout"/> + </widget> + </widget> + <widget class="QGroupBox" name="channelModeBox"> + <property name="geometry"> + <rect> + <x>290</x> + <y>520</y> + <width>291</width> + <height>161</height> + </rect> + </property> + <property name="title"> + <string>Channel Model Parameters</string> + </property> + <widget class="QLabel" name="timeLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>90</y> + <width>101</width> + <height>17</height> + </rect> + </property> + <property name="text"> + <string>Timing Offset</string> + </property> + </widget> + <widget class="QLineEdit" name="timeEdit"> + <property name="geometry"> + <rect> + <x>160</x> + <y>90</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLineEdit" name="snrEdit"> + <property name="geometry"> + <rect> + <x>160</x> + <y>30</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="snrLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>SNR (dB)</string> + </property> + </widget> + <widget class="QLineEdit" name="freqEdit"> + <property name="geometry"> + <rect> + <x>160</x> + <y>60</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="freqLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>60</y> + <width>141</width> + <height>17</height> + </rect> + </property> + <property name="text"> + <string>Frequency Offset (Hz)</string> + </property> + </widget> + </widget> + <widget class="QGroupBox" name="rxBox"> + <property name="geometry"> + <rect> + <x>590</x> + <y>520</y> + <width>251</width> + <height>161</height> + </rect> + </property> + <property name="title"> + <string>Receiver Parameters</string> + </property> + <widget class="QLineEdit" name="gainMuEdit"> + <property name="geometry"> + <rect> + <x>120</x> + <y>30</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="gainMuLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Gain mu</string> + </property> + </widget> + <widget class="QLineEdit" name="alphaEdit"> + <property name="geometry"> + <rect> + <x>120</x> + <y>60</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="alphaLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>60</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Alpha</string> + </property> + </widget> + </widget> + <widget class="QGroupBox" name="sysBox"> + <property name="geometry"> + <rect> + <x>20</x> + <y>520</y> + <width>261</width> + <height>161</height> + </rect> + </property> + <property name="title"> + <string>System Parameters</string> + </property> + <widget class="QLineEdit" name="sampleRateEdit"> + <property name="geometry"> + <rect> + <x>140</x> + <y>30</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="sampleRateLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>121</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Sample Rate (sps)</string> + </property> + </widget> + </widget> + <widget class="QPushButton" name="pauseButton"> + <property name="geometry"> + <rect> + <x>1120</x> + <y>520</y> + <width>101</width> + <height>31</height> + </rect> + </property> + <property name="text"> + <string>Pause</string> + </property> + </widget> + <widget class="QGroupBox" name="rxBox_2"> + <property name="geometry"> + <rect> + <x>850</x> + <y>520</y> + <width>251</width> + <height>161</height> + </rect> + </property> + <property name="title"> + <string>Received Packet Info</string> + </property> + <widget class="QLineEdit" name="pktsRcvdEdit"> + <property name="geometry"> + <rect> + <x>120</x> + <y>30</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="pktsRcvdLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>30</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Packets Rcvd.</string> + </property> + </widget> + <widget class="QLineEdit" name="pktsCorrectEdit"> + <property name="geometry"> + <rect> + <x>120</x> + <y>60</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + <widget class="QLabel" name="pktsCorrectLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>60</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Packets Correct</string> + </property> + </widget> + <widget class="QLabel" name="perLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>90</y> + <width>111</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>PER</string> + </property> + </widget> + <widget class="QLineEdit" name="perEdit"> + <property name="geometry"> + <rect> + <x>120</x> + <y>90</y> + <width>113</width> + <height>23</height> + </rect> + </property> + </widget> + </widget> + </widget> + <widget class="QMenuBar" name="menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1236</width> + <height>25</height> + </rect> + </property> + <widget class="QMenu" name="menuFile"> + <property name="title"> + <string>&File</string> + </property> + <addaction name="actionExit"/> + </widget> + <addaction name="menuFile"/> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <action name="actionExit"> + <property name="text"> + <string>E&xit</string> + </property> + </action> + </widget> + <tabstops> + <tabstop>closeButton</tabstop> + <tabstop>snrEdit</tabstop> + <tabstop>freqEdit</tabstop> + <tabstop>timeEdit</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>closeButton</sender> + <signal>clicked()</signal> + <receiver>DigitalWindow</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>322</x> + <y>623</y> + </hint> + <hint type="destinationlabel"> + <x>66</x> + <y>561</y> + </hint> + </hints> + </connection> + <connection> + <sender>actionExit</sender> + <signal>triggered()</signal> + <receiver>DigitalWindow</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>-1</x> + <y>-1</y> + </hint> + <hint type="destinationlabel"> + <x>617</x> + <y>327</y> + </hint> + </hints> + </connection> + </connections> +</ui> |