summaryrefslogtreecommitdiff
path: root/gr-qtgui/doc/README.qtgui
blob: e54c3d907afe756e92f3e0df6d8c8f9037d640a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This is the gr-qtgui package. It contains various QT-based graphical
user interface blocks that add graphical sinks to a GNU Radio
flowgraph. The Python namespaces is in gnuradio.qtgui, which would be normally
imported as:

    from gnuradio import qtgui

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using: 

    help(qtgui)