[PyQt] I am away

2010-08-29 Thread chris . p . clark
I will be out of the office starting 28/08/2010 and will not return until 14/09/2010. contact Narinder Kumar 0208 738 8871 (narinder.ku...@ba.com) Ian Sherrington (88149) matthew page 0208 738 3519 (matthew.p...@ba.com) Greg Lakin (0208 738 3469 (greg.t.la...@ba.com) -- This message is private

[PyQt] Auto links in a QTextBrowser?

2010-08-29 Thread Martin Airs
Good day all, I wonder is it possible have a QTextBrowser automaticaly turn urls into links ie. If I use a QTextBrowser as a main window for a chatroom, and a user types http://www.google.com, can this be made clickable automatically somehow, or do I have to manually search each string for "

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-08-29 Thread Phil Thompson
On Sun, 29 Aug 2010 15:56:55 +0100, Jeremy Sanders wrote: > Phil Thompson wrote: >> Are you sure you are using the latest SIP and PyQt snapshots? > > I was using sip 7cff86d70dc7 and pyqt 6ad3e35e67ac. I've now updated to > pyqt > 7088e9094087 and sip c38d259c1879 and can't seem to reproduce thi

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-08-29 Thread Jeremy Sanders
Phil Thompson wrote: > Are you sure you are using the latest SIP and PyQt snapshots? I was using sip 7cff86d70dc7 and pyqt 6ad3e35e67ac. I've now updated to pyqt 7088e9094087 and sip c38d259c1879 and can't seem to reproduce this problem, though it was pretty random. Was there a fix between these

[PyQt] QFileDialog crash with Gnome + "Desktop Settings (Default)" + QFileDialog.DontUseNativeDialog

2010-08-29 Thread PyCoder PyCoder
Hi I have a lil problem with QFileDialog and i think its a bug but im not sure... The code is realy simple: contSave = QtGui.QFileDialog(self) contSave.setFileMode(QtGui.QFileDialog.AnyFile) contSave.setFilter('*') contSave.setViewMode(QtGui.QFileDialog.List)