summaryrefslogtreecommitdiff
path: root/gr-qtgui/doc/README.qtgui
blob: b5b523bf674c93b95952a9d76814e4b3a476c541 (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)