[PyQt] QPrintDialog (pyqt4)

jaybstory jaybstory at yahoo.com
Wed Feb 17 06:09:46 GMT 2010


Hello,

I am trying to print my gui, however I am having trouble. I have a button
with a signal as clicked and slot as printd(which is my function that I am
calling QPrintDialog. In printd, I have this code:

[CODE]
def printd(self):
           pd = QtGui.QPrintDialog(self)
           pd.exec_()
[/CODE]

Which successfully opens the popup window for printing items. However, when
i click print, nothing ends up printing. I'm not sure what I am doing wrong
here. Any suggestions? Thank you in advance.

NOTE: this is for help in PyQt4.
-- 
View this message in context: http://old.nabble.com/QPrintDialog-%28pyqt4%29-tp27619288p27619288.html
Sent from the PyQt mailing list archive at Nabble.com.



More information about the PyQt mailing list