PDA

View Full Version : printing an application - any ideas?



lamera
31st October 2008, 16:19
hi,

I just wanted some advice. I've got an application - a QSplitter with QTreeView, QTextBrowser and QListView and now I'd like an option to print it. I've read a little bit about this printing stuff and it istn't as easy as I thought.

And so here is my question - would it be possible to print it as it looks like in the application? so in a form of this splitter? or would it be better to create a seperate table out of the data and just perform printing on a QTableView?

thanks for any suggestions.

janus
31st October 2008, 17:59
Hi,

at qt-apps.org there are a few printing applications (from table etc.). Maybe the source code there is helpful.

lamera
1st November 2008, 14:48
hey thanks for the link, didn't know about this website! I've got a few ideas already. thanks :)