I'm working on a text editor! Its got a print option. Everything works great on my machine, But on the target machine the print button doesn't do anything! What should i do?
~thanks!
Does the target machine have a printer (properly) installed?
What code does the print button execute?
Do you get any qDebug() messages from the QPrinter/QPainter?