PDA

View Full Version : WYSISYG display in QGraphicsScene



manojmka
7th December 2007, 10:54
Hi!

How can I display all the items in QGraphicsScene using WYSIWYG approach. I mean, all the images, text etc should be displayed on the monitor screen using GraphicsScene should be displayed in the same size as they will appear on a paper if printed.

Hope, I made the problem clear. Thank you all in advance.

Regards,
Manoj

wysota
7th December 2007, 12:01
It should be like that by default, provided you set the right parameters on the printer painter. Just make your scene correspond to the rectangle you want printed later (for example A4).

manojmka
10th December 2007, 07:14
Thanks, I was even thinking in the same direction. :-)