GRC Code Organization

From GNU Radio
Revision as of 17:57, 19 May 2019 by 777arc (talk | contribs)
Jump to navigation Jump to search

These notes are an attempt to figure out how big of a project porting from pygtk to pyqt will be, by identifying which files have pygtk code and how much of it.

All of the pygtk code is in gnuradio/grc/gui, other than a few lines in gnuradio/grc/scripts

gi is GObject Introspection which seems to be a python GTK thing