Re: [PyQt] Symbol not found in QtGui.so on Snow Leopard 10.6.3 64bit

2010-05-21 Thread Rob McPeak
Thanks for the suggestions. They did not work until I manually went out and cleaned up all remnants of Qt, PyQt and SIP and tried again. It appears that the installation target of one or more does not overwrite existing files. Also, SIP and PyQt have install targets in the makefiles, but no u

Re: [PyQt] Suggestion to get events from a web page

2010-05-21 Thread Mailing List SVR
In data giovedì 20 maggio 2010 23:14:55, Mailing List SVR ha scritto: : > Hi all, > > I need to display a web page in my pyqt application, qwebview make this > really simple but my interface is without keyboard so I have to show a > virtual keyboard when the user select an input text or a selectbo

Re: [PyQt] PyQt Digest, Vol 70, Issue 31

2010-05-21 Thread Jebagnana Das
Have you tried to install it on snow leopard. What is the result that you got?. Refer this post also.. http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg20720.html Regards, Jeba. > Message: 2 > Date: Thu, 20 May 2010 10:51:48 -0700 > From: Scott Ballard > To: "pyqt@riverbankcomputing.c

Re: [PyQt] QTableWidget: cannot alter text of header labels

2010-05-21 Thread Mark Summerfield
On 2010-05-20, Nick Gaens wrote: > Hello PyQt, > > I'm wondering why I can't change the text that's displayed in the > horizontal or vertical header of my standard QTableWidget. > > - Constructor and simple count specification > > self.tw = QtGui.QTableWidget() > > self.tw.setColumnCount(5) >

Re: [PyQt] Small fix

2010-05-21 Thread Phil Thompson
On Thu, 20 May 2010 23:52:16 -0300, Julio César Gázquez wrote: > Hello. > > This is a small patch fixing setItemDelegateForColumn and > setItemDelegateForColumn. > > I can't test it (my build is broken, I got a "QWidget: Must construct a > QApplication before a QPaintDevice"), but this patch m