Qt4中QTextDocument单页中的表格和图像
我想并排显示表格和图像。即图像左侧和表格右侧。我想要这个,因为该图像是表中存在的数据的参考图像。我想要 pdf 格式的输出。所以我使用QTextDocument
、QTextCursor
和QPrinter
来获取pdf格式的输出。那么如何才能在 QtextDocument 中(即在 pdf 的单页内)显示图像和表格呢?我正在使用 Qt 4.5.3 和 Windows Xp。欢迎任何与此相关的指示。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗨,我设法做到了。如果有人需要的话,只需添加片段即可。
只需确保图像和表格不重叠即可。相应地调整宽度和高度。它应该工作正常。就这样。
Hi i managed to do that. Just adding the snippet if someone might need that..
Just make sure that the image and table are not overlapping. Adjust width and height accordingly. It should work fine. Thats all.