PDA

View Full Version : what would be teh best way to do this??



tampstaffs
10th February 2009, 11:57
Hi,

I need to create a graphcisitem which displays image,text and check box.What would be the best way to implement this??

If I just add them as seperate items or save the whole thing as one pixmap and draw it??
As I see graphcis view would draw each item seperately in the bound rect??

Than i plan to have a container which will have this items, my idea is so that I dont have to repaint this items during scrollign but just move them

radek.z
10th February 2009, 12:14
Hi,
maybe you can also create such a widget and use QGraphicsProxyWidget
Radek

zgulser
10th February 2009, 12:48
Hi,

What do you exactly want to do?

I mean you want to put your text and check box onto the image?

Regards

tampstaffs
10th February 2009, 15:04
Hi,

Text can be anywhere bottom,top,right or left of image.Check box may be on top left side