How to achieve a GNU radio-like IDE using QT?
-
Now I'm wondering which lib I could use?
I want to write an IDE which can achieve the GUI operation just like GNU radio. User can add a new module and finish the configuration using the GUI operation. -
You might get a starting point by looking at the "diagram scene example":http://qt-project.org/doc/qt-5/qtwidgets-graphicsview-diagramscene-example.html
-
[quote author="chrisaverage" date="1410095171"]You might get a starting point by looking at the "diagram scene example":http://qt-project.org/doc/qt-5/qtwidgets-graphicsview-diagramscene-example.html[/quote]
Thanks~ I'll check it out.