[Qt-interest] QPrintPreviewDialog question
Robert Wood
robert.wood at apostrophe.co.uk
Wed Mar 10 17:23:50 CET 2010
On 09/03/10 23:22, Steven Doerfler wrote:
> Did you check that connect() returns true? Maybe check
> printer.isValid() too. Try constructing ppd with just&printer, no
> other parameters, just to make things as simple as possible.
I hadn't, but it doesn't. printer.isValid() returns true though. Ii'll
see if I can work out what would stop connect returning true.
> If all else fails, try building the Qt sample I linked, to check that
> there's not some global issue.
Just tried this, but I get 50 odd errors in compiling. For example:
/home/robertw/Software/Qt4/textedit/textedit.cpp:79: error:
‘ToolButtonFollowStyle’ is not a member of ‘Qt’
It's weird, I can print using one of the examples, but this print
preview is just not 'avin it.
More information about the Qt-interest-old
mailing list