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
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_
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
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,
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
>