PDA

View Full Version : which is better QCanvas or graphics view?



neomax
23rd November 2006, 09:31
it seems like we need to do implment graphical feautres like zooming ,rotating frag drop ,tool tip..etc .. in QT.. but we have QT 3.2 is it possible to implememt all this feautres in QCanvas or the graphics view framework is necessary...pls help..also suggest which is better

wysota
23rd November 2006, 16:19
In theory you can implement everything in the Qt3 canvas, but probably it will be much easier to do many of the things using QGraphicsView.