Table and Image in a single page of QTextDocument in Qt4
Posted
by liaK
on Stack Overflow
See other posts from Stack Overflow
or by liaK
Published on 2010-05-24T06:20:02Z
Indexed on
2010/05/24
6:31 UTC
Read the original article
Hit count: 303
Hi,
I want to display a table and a image side by side. i.e Left side the image and right side the table. I want this because the image is the reference image for the data present in the table. I want that output in pdf. So I am using QTextDocument
, QTextCursor
and QPrinter
to get the output in pdf. So how it is possible to display the image and table in QtextDocument i.e within a single page of the pdf? I am using Qt 4.5.3 and Windows Xp. Any pointers regarding this are welcome.
© Stack Overflow or respective owner