Re: [PyQt] Simple ls -1 /home to QComboBox example

2008-03-07 Thread Simone
JMiahMan ha scritto: Just wondering if someone could give me a simple example of using ls -1 /home to output to a ComboBox and then be read when a button is pushed. I have looked all over for something I can use (even just a simple example) I know most likely it's going to be related to something

[PyQt] Simple ls -1 /home to QComboBox example

2008-03-07 Thread JMiahMan
Just wondering if someone could give me a simple example of using ls -1 /home to output to a ComboBox and then be read when a button is pushed. I have looked all over for something I can use (even just a simple example) I know most likely it's going to be related to something to do with a qstring,

[PyQt] Two problems with QSystemTrayIcon

2008-03-07 Thread duncan duncan
Hello. I am trying to put an icon into the system tray area using QSystemTrayIcon. All work well except when I close the program. I put the icon in the area using this code: icon=QtGui.QIcon("pixmaps/todo_list.png") systray=QtGui.QSystemTrayIcon(icon) #systray.setIcon(icon)

Re: [PyQt] How to get the list of widgets names in a form

2008-03-07 Thread Simone
volkan kepoglu ha scritto: Hi Phil, I am trying to write a plugin for Qgis. The plugin will do spatial data analysis. I am using PyQt4 in python 2.5. In one form/dialog, there are several Qwidgets like QLineEdit and QLabel. I want to get the list of Qwidgets name, Qwidgets type (like QLineEdit,

[PyQt] Re: One more question about GPL v3

2008-03-07 Thread Vicent Mas
OK. Thanks a lot for your answers. El Friday 07 March 2008 Phil Thompson escribió: > On Friday 07 March 2008, Vicent Mas wrote: > > Hi again, > > > > I was wondering if PyQt3 applications can be distributed under GPL v3. Is > > it possible? Or only GPL v2 is supported for PyQt3? > > GPL2 only. >

[PyQt] How to get the list of widgets names in a form

2008-03-07 Thread volkan kepoglu
Hi Phil, I am trying to write a plugin for Qgis. The plugin will do spatial data analysis. I am using PyQt4 in python 2.5. In one form/dialog, there are several Qwidgets like QLineEdit and QLabel. I want to get the list of Qwidgets name, Qwidgets type (like QLineEdit, QLabel) and Qwidgets default v

Re: [PyQt] One more question about GPL v3

2008-03-07 Thread Phil Thompson
On Friday 07 March 2008, Vicent Mas wrote: > Hi again, > > I was wondering if PyQt3 applications can be distributed under GPL v3. Is > it possible? Or only GPL v2 is supported for PyQt3? GPL2 only. Phil ___ PyQt mailing listPyQt@riverbankcomputing.c

Re: [PyQt] GPL v3 question

2008-03-07 Thread Phil Thompson
On Friday 07 March 2008, Vicent Mas wrote: > Hello, > > I'have just seen that, since January, Trolltech releases Qt under GPL v3 > license. Does it apply to PyQt4 too? Current snapshots and future versions, yes. Phil ___ PyQt mailing listPyQt@riverb

[PyQt] One more question about GPL v3

2008-03-07 Thread Vicent Mas
Hi again, I was wondering if PyQt3 applications can be distributed under GPL v3. Is it possible? Or only GPL v2 is supported for PyQt3? Vicent -- :: Share what you know, learn what you don't ___ PyQt mailing listPyQt@riverbankcomputing.c

[PyQt] GPL v3 question

2008-03-07 Thread Vicent Mas
Hello, I'have just seen that, since January, Trolltech releases Qt under GPL v3 license. Does it apply to PyQt4 too? TIA -- :: Share what you know, learn what you don't ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverban