[Qt-interest] How to make rectangles dynamically in the empty spaceof a frame "like in FSView" ?
Sean Harmer
sean.harmer at maps-technology.com
Thu Apr 2 10:28:58 CEST 2009
Hi,
On Thursday 02 April 2009 08:04:46 Usman Ajmal wrote:
> Rather more appropriate will be to ask as to which class(es) of Qt does
> FSView use to draw rectangles. It does seem to be using QGraphicsScene as
> this class was i think not avalaible before Qt 4.
Why not just download the source code for this app and look yourself?
A wild guess is that it is just drawing onto a custom widget using QPainter
since as you say the implementation pre-dated QGraphicsView. But that is just
a guess.
Sean
More information about the Qt-interest-old
mailing list