Python, PyQT and QSpinBox

Boudewijn Rempt boud at rempt.xs4all.nl
Sun Dec 2 14:58:16 EST 2001


Yngve F. Johansen <yfjohans at nospamthankyoumam-siving.hia.no> wrote:

> I'm not to familiar with the signal-slot mechanism, and it could be that I 
> have to do something with this? I don't have a single connect() statement 
> defined relating to the QSpinBox widget.

In this case you don't need signals and slots, since you're not
combining two objects. If you don't feel familiar with PyQt, you
might like to start reading the second part of my book on PyQt,
which gives quite a detailed explanation of the concept:

http://www.opendocs.org

-- 

Boudewijn Rempt  | http://www.valdyas.org 



More information about the Python-list mailing list