Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

How to create a gui for a pure c++ data model (no qt)

$
0
0
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?

Viewing all articles
Browse latest Browse all 13965

Trending Articles