What is the best approach to implementing a gui for an existing c++ library?
The library in question represents graph data using simple c++ objects (no qt) and standard pointers. I.e do I write an abstraction layer to provide QObject classes with signals and properites?
Perhaps there is some tutorial somewhere that would be relevant?
↧