[PyQt] widget swap/widget on top

2011-07-26 Thread ad3d
Hi guys, if i press a button on mainwindow i want another widget i.e. widget1 to popup, but that widget1 should be on top and the mainwindow should be disabled.. same should happen if i try to open a new widget i.e. widget2 by pressing a button on widget1 (widget 2 should be on top and other 2

Re: [PyQt] QHostAddress is missing a method

2011-07-26 Thread Phil Thompson
On Sat, 16 Jul 2011 18:11:04 +0200, Detlev Offenbach wrote: > Hello, > > I think the QHostAddress mappings are missing the method "toIPv6Address". > If I > am right, would it be possible to add it? What's the most useful way to represent it? Would anything be better than the obvious 16 byte str

Re: [PyQt] QListWidget data fetching

2011-07-26 Thread Hans-Peter Jansen
On Tuesday 26 July 2011, 14:05:45 ad3d wrote: > Hi guys, > >i am trying to get data from listWidget but i am getting it in a > PyQt4.QListWidget object format..where as i want it in QString or > string [item.text() for item in listWidget.items()] Pete _

Re: [PyQt] Support for Mac OSX Lion

2011-07-26 Thread Phil Thompson
On Tue, 26 Jul 2011 07:53:38 -0400, ken kostenbader wrote: > PyQt4 was installing, but refused to make the makefile correctly > because "This version of Mac OSX is not supported" > > I just upgraded to Lion, when might the support be available? That's a Qt problem - however it should be just a w

[PyQt] QListWidget data fetching

2011-07-26 Thread ad3d
Hi guys, i am trying to get data from listWidget but i am getting it in a PyQt4.QListWidget object format..where as i want it in QString or string Thanx in advance.. Regards, ad3d -- View this message in context: http://old.nabble.com/QListWidget-data-fetching-tp32139526p32139526.h

Re: [PyQt] Support for Mac OSX Lion

2011-07-26 Thread Raoul Snyman
On Tue, 26 Jul 2011 07:53:38 -0400, ken kostenbader wrote: > PyQt4 was installing, but refused to make the makefile correctly > because "This version of Mac OSX is not supported" > > I just upgraded to Lion, when might the support be available? We encountered this in my OpenLP project. It appears

[PyQt] Support for Mac OSX Lion

2011-07-26 Thread ken kostenbader
PyQt4 was installing, but refused to make the makefile correctly because "This version of Mac OSX is not supported" I just upgraded to Lion, when might the support be available? ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcom

[PyQt] QAppilcation.setStyle using PyQt

2011-07-26 Thread ad3d
Hi guys, Using PyQt how can i use "macintosh" / "windowsxp" style on my application where i am using it on windows platform.. Guys its a bit urgent.. Thanx in advance Regards, Alhad D. -- View this message in context: http://old.nabble.com/QAppilcation.setStyle-using-PyQt-tp32138560p

Re: [PyQt] PyQt - qdockwindow error

2011-07-26 Thread Phil Thompson
On Tue, 26 Jul 2011 01:50:47 -0700, "Vivek Narvekar" wrote: > Hello, > > I am facing problem with some pyqt code. > > I have following code. > > > > qt.QDockWindow.__init__ (self, qt.QDockWindow.InDock, parent, name, > *args, **kwargs) > > > > When I run this python code, I get an error

[PyQt] PyQt - qdockwindow error

2011-07-26 Thread Vivek Narvekar
Hello, I am facing problem with some pyqt code. I have following code. qt.QDockWindow.__init__ (self, qt.QDockWindow.InDock, parent, name, *args, **kwargs) When I run this python code, I get an error as follows. TypeError: keyword arguments are not supported. I am using PyQt 3.

Re: [PyQt] modeless dialog - repeated windows

2011-07-26 Thread Susana Sanchez Exposito
Thank you very much!, The solution is easier than I thought :-) 2011/7/25 Baz Walter > On 25/07/11 12:20, Susana Sanchez Exposito wrote: > >> I would like if the user selects the option to open the modeless dialog >> and >> this dialog is opened yet, this dialog would be focused instead of op