PDA

View Full Version : Print QStandardItemModel


Mrdata
4th July 2007, 20:14
I've a QStandardItemModel which contains the data list i wanted to print, how i can do that?
I can't find any document() function, should a conversion to (for example) qtextbrowser of my data list and then print that a good solution? Thanks in advance.

wysota
5th July 2007, 00:14
What do you mean by "print"? You want to print in on a printer or just dump the data somewhere so that you can read it?