What I'm trying to do is directly print a widget.
How I have it right now is:
Qt Code:
p.setFullPage(true); this->ui->tabPersonal->render(&p);To copy to clipboard, switch view to plain text mode
It does print, but it is TINY! Any ideas?
What I'm trying to do is directly print a widget.
How I have it right now is:
Qt Code:
p.setFullPage(true); this->ui->tabPersonal->render(&p);To copy to clipboard, switch view to plain text mode
It does print, but it is TINY! Any ideas?
Bookmarks