Re: PrintPreviewDialog problem

2012-04-17 Thread Chris Angelico
On Tue, Apr 17, 2012 at 4:09 PM, alhad wrote: > but, i am getting AttributeError for "paintRequested" Before executing that line, find out what 'preview' contains. My guess is that you have an error return such as None, which will of course not have a paintRequested attribute. If it's not obvious

Re: PrintPreviewDialog problem

2012-04-17 Thread Vincent Vande Vyvre
reviewDialog(printer,self) > preview.paintRequested.connect(self.printPreview) > preview.exec_() > > but, i am getting AttributeError for "paintRequested" > > What could be the possible solution for this? > > Thanks in advance > > -- > View this message in context: > http://p

PrintPreviewDialog problem

2012-04-16 Thread alhad
xec_() but, i am getting AttributeError for "paintRequested" What could be the possible solution for this? Thanks in advance -- View this message in context: http://python.6.n6.nabble.com/PrintPreviewDialog-problem-tp4889139p4889139.html Sent from the Python - python-list mailing l