Skip navigation.
KDE Developer's Journals

Qt4 QGraphicsView

icefox's picture

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
ratta's picture

I wrote some code but i was a bit disappointed...

Ok, it is just a tp, but did not find it the best tool to write a little game (as i am doing) simply because it is just too complex (consider that there is no QGraphicsWidget to avoid using model/view).
So since i am writing a simple chess interface with a friend of mine, i wrote a very simple but quite versatile canvas that should be really easy to use for simple game or similar simple apps. Since it has been very useful to me, it may also me useful to you:

http://kboard.sourceforge.net/wiki/index.php/Canvas

Here you will find the source and docs (yes, there are the docs Smiling ), should it be of help to you let me know Smiling

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.