Re: Wrapping while printing
Did you use white spaces to move the date to the right? You should have used some rich text tags, like tables or css text alignment. The width of your printing area is different than the width of the text edit, thus the difference you get. You might try scaling the printer painter first, but I doubt you'll be happy with the result.
Re: Wrapping while printing
Quote:
Originally Posted by
wysota
Did you use white spaces to move the date to the right? You should have used some rich text tags, like tables or css text alignment. The width of your printing area is different than the width of the text edit, thus the difference you get. You might try scaling the printer painter first, but I doubt you'll be happy with the result.
Yes I have used spaces....
Are you speaking about QTextTableFormat Class,
Can you brief me about it... How do I use it...
And How do I reposition the y-axis????
Re: Wrapping while printing
No. Take a look at "Printing with Qt" page in the docs.
http://doc.trolltech.com/latest/printing.html