User talk:Duggabe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
==== In 3.8 ==== | ==== In 3.8 ==== | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Bercurve_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Bercurve_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Constellation_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Constellation_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Frequency_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Frequency_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Histogram_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Histogram_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Number_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Number_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Raster_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Time_Raster_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Time_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Waterfall_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Waterfall_Sink - tested OK in 3.9 | ||
=== GUI Widgets === | === GUI Widgets === | ||
Line 33: | Line 33: | ||
==== In 3.8 ==== | ==== In 3.8 ==== | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Check_Box | * https://wiki.gnuradio.org/index.php/QT_GUI_Check_Box - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Chooser | * https://wiki.gnuradio.org/index.php/QT_GUI_Chooser - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Entry | * https://wiki.gnuradio.org/index.php/QT_GUI_Entry - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Label | * https://wiki.gnuradio.org/index.php/QT_GUI_Label - tested OK in 3.9 | ||
<br> | |||
* https://wiki.gnuradio.org/index.php/QT_GUI_Message_Edit_Box | * https://wiki.gnuradio.org/index.php/QT_GUI_Message_Edit_Box | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Push_Button | AttributeError: module 'gnuradio.qtgui' has no attribute 'edit_box_msg' | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Range | <br> | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Tab_Widget | * https://wiki.gnuradio.org/index.php/QT_GUI_Push_Button - tested OK in 3.9 | ||
* https://wiki.gnuradio.org/index.php/QT_GUI_Range - tested OK in 3.9 | |||
* https://wiki.gnuradio.org/index.php/QT_GUI_Tab_Widget - tested OK in 3.9 | |||
==== Added in 3.9 ==== | ==== Added in 3.9 ==== | ||
* | * QT_GUI_App_Background - tested OK in 3.9 | ||
* QT_GUI_Az-El_Plot | * QT_GUI_Az-El_Plot | ||
* QT_GUI_Compass | * QT_GUI_Compass - tested OK in 3.9 | ||
* QT_GUI_Dial | * QT_GUI_Dial - tested OK in 3.9 | ||
* QT_GUI_Dial_Gauge | * QT_GUI_Dial_Gauge - tested OK in 3.9 | ||
* QT_GUI_Digital_Number_Control | * QT_GUI_Digital_Number_Control - tested OK in 3.9 | ||
* QT_GUI_Distance_Radar | * QT_GUI_Distance_Radar - tested OK in 3.9 | ||
* QT_GUI_Fast_Auto-Correlator_Sink | * https://wiki.gnuradio.org/index.php/QT_GUI_Eye_Sink - tested OK in 3.9 | ||
* QT_GUI_Graphic_Item | * QT_GUI_Fast_Auto-Correlator_Sink - tested OK in 3.9 | ||
* QT_GUI_Graphic_Overlay_Sample_Source | * QT_GUI_Graphic_Item - tested OK in 3.9 | ||
* QT_GUI_LED_Indicator | * QT_GUI_Graphic_Overlay_Sample_Source - tested OK in 3.9 | ||
* QT_GUI_Level_Gauge | * QT_GUI_LED_Indicator - tested OK in 3.9 | ||
* QT_GUI_Message_CheckBox | * QT_GUI_Level_Gauge - tested OK in 3.9 | ||
* QT_GUI_Toggle_Button | * QT_GUI_Message_CheckBox - tested OK in 3.9 | ||
* QT_GUI_Toggle_Switch | * QT_GUI_Toggle_Button - tested OK in 3.9 | ||
* QT_GUI_Toggle_Switch - tested OK in 3.9 |
Revision as of 01:46, 23 July 2020
"Recycle Bin": content we no longer link to that we may eventually just delete
- Programming GNU Radio in Python
- Remote GRC Operations - needs updating!
- Using VIM plugins for GNU Radio development
- QTGUI Tutorial - A tutorial on how to develop Python GNU Radio applications.
- Guided_Tutorial_Extras_Sample_Rates#E2.3._A_Note_on_Resampling - covered by Understanding sample rate
- Core concepts of GNU Radio applications - content used in other pages
- WritePythonApplications - content used in other pages
- Tutorial on how to configure OOT packages to find and link against GNU Radio - for 3.7; also, most of the content is covered in Writing blocks in C++
- Writing a Python Function for GRC - for 3.7; content used in other pages; it doesn't work as written!
- How to debug your applications - not well written; would need major rework and update
Testing of QT GUI functions
Instrumentation
In 3.8
- https://wiki.gnuradio.org/index.php/QT_GUI_Bercurve_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Constellation_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Frequency_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Histogram_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Number_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Time_Raster_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Time_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Waterfall_Sink - tested OK in 3.9
GUI Widgets
In 3.8
- https://wiki.gnuradio.org/index.php/QT_GUI_Check_Box - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Chooser - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Entry - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Label - tested OK in 3.9
AttributeError: module 'gnuradio.qtgui' has no attribute 'edit_box_msg'
- https://wiki.gnuradio.org/index.php/QT_GUI_Push_Button - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Range - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Tab_Widget - tested OK in 3.9
Added in 3.9
- QT_GUI_App_Background - tested OK in 3.9
- QT_GUI_Az-El_Plot
- QT_GUI_Compass - tested OK in 3.9
- QT_GUI_Dial - tested OK in 3.9
- QT_GUI_Dial_Gauge - tested OK in 3.9
- QT_GUI_Digital_Number_Control - tested OK in 3.9
- QT_GUI_Distance_Radar - tested OK in 3.9
- https://wiki.gnuradio.org/index.php/QT_GUI_Eye_Sink - tested OK in 3.9
- QT_GUI_Fast_Auto-Correlator_Sink - tested OK in 3.9
- QT_GUI_Graphic_Item - tested OK in 3.9
- QT_GUI_Graphic_Overlay_Sample_Source - tested OK in 3.9
- QT_GUI_LED_Indicator - tested OK in 3.9
- QT_GUI_Level_Gauge - tested OK in 3.9
- QT_GUI_Message_CheckBox - tested OK in 3.9
- QT_GUI_Toggle_Button - tested OK in 3.9
- QT_GUI_Toggle_Switch - tested OK in 3.9