qt - QGraphicsScene, QGraphicsView, QGraphicsItem similars for Wt -


are there qgraphicsscene, qgraphicsview, qgraphicsitem ... similars wt ?

i need draw several graphic items (an arbitrary scene) , able interact items (basically mouse event response change item's visual aspects). how can achieve in wt?

the answer simple: @ moment, wt doesn't implement such functionality. need use painting system , manage items in own code.

since lot of functionality needs reside on client, keep interaction smooth, you'd writing both c++ , javascript, , you'll need understand internals of wt degree.

wt not "the entire qt web": @ moment amalgamation of selected functionality qt 1, qt 2 , qt 3, it's qt 2 when comes core functionality.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -