[PyQt] pyqt 3.x windows license

2007-12-10 Thread Haejoong Lee
Hi, I'm trying to distribute a binary version of my program using PyQt 3.x for windows. I didn't buy a commercial license but I used the GPL'ed version. Following the instructions on http://qtwin.sourceforge.net/qt3-win32/pyqt.php, I was able to modify and compile the source code on a windows m

[PyQt] Newbe: ui files and resources

2007-12-10 Thread James A. Benson
Hello, I'm new to pyqt and qt. Could someone please tell me what i'm doing wrong. I used the designer to create a ui file for a minimal main window with a file menu and a open submenu. I also created a .qrc file for the "open" icon. I then run pyuic4 and pyrcc4 and they create the ui_ and qrc_

[PyQt] Exception in signal handler causes reference leak?

2007-12-10 Thread Oleg Klimov
Hello list, I'm trying to reload parts of program on the fly (whole application is really heavy to reload each time). I've experienced problems with objects lifespan if I make mistake in source code editing. Problems are apparently related to exception handling in signal/slot mechanism. Exception

Re: [PyQt] QListWidget SIGNAL problem

2007-12-10 Thread Linos
Doug Bell escribió: > Linos wrote: >>> Hello, i have a problem with a listwidget i have created inside a >>> QToolBox page, if doesnt emit signals, i can select the items but it >>> doesnt emit itemDoubleClicked or itemClicked or itemActivated, i >>> have tried with mouse and keyboard without luck,

Re: [PyQt] QListWidget SIGNAL problem

2007-12-10 Thread Doug Bell
Linos wrote: > > Hello, i have a problem with a listwidget i have created inside a > > QToolBox page, if doesnt emit signals, i can select the items but it > > doesnt emit itemDoubleClicked or itemClicked or itemActivated, i > > have tried with mouse and keyboard without luck, i have installed an >