Re: [PyQt] Tableview to PDF

2013-06-06 Thread David Boddie
On Thu, 6 Jun 2013 10:55:33 +0100, Cristobal Infante wrote: > I am wondering if anyone has a working example of how to export a tableview > to a pdf Doc. > > I've been able to some sort of pdf exports, but they always come out > trimmed by the current viewing area. I need it to export to whole ta

Re: [PyQt] Custom widgets in Qt5

2013-06-06 Thread Vincent Vande Vyvre
Le 05/06/2013 23:13, Phil Thompson a écrit : In PyQt5 the plugin is called libpyqt5.so. Which directory it goes in depends on how your Qt5 installation is configured. Phil I don't know why but the Makefile was not created in .../PyQt-gpl-5.0-snapshot-cdc78cf84e0d/designer/ So, I've re-run the

[PyQt] Tableview to PDF

2013-06-06 Thread Cristobal Infante
Hello Guys, I am wondering if anyone has a working example of how to export a tableview to a pdf Doc. I've been able to some sort of pdf exports, but they always come out trimmed by the current viewing area. I need it to export to whole tableview even if it's not visible at that point. I have so