PDA

View Full Version : save and print QTable



briang
30th October 2009, 06:28
how can i save a QTable (not dbase conn) to file

how can i print the QTable to a printer or pdf file

using Qt 4.5,2 kde4.3.2 QtCreator 1.2.1

]QtCreator is the ants pants
regards
briang

jano_alex_es
30th October 2009, 07:10
how can i save a QTable (not dbase conn) to file

I use to write a xml file. Take a look to QXmlStreamWriter, QXmlStreamReader or
QDomDocument.




how can i print the QTable to a printer or pdf file

QPrinter