GRC Code Organization: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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 | |||
Revision as of 17:48, 19 May 2019
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