WYSISYG display in QGraphicsScene
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
Re: WYSISYG display in QGraphicsScene
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).
Re: WYSISYG display in QGraphicsScene
Thanks, I was even thinking in the same direction. :-)