PySide – Introduction – part 004

Today I will show you how to deal with events over PySide interfaces.
The main example will be the round button – QDial named roiDial and one QLCDNumber named show_lcd.
The connection come with : valueChanged.connect
This will make all changes from original and show_lcd.
If you want to deal with QDial and QLCDNumber then decorate every instance of a class-based.
Let’s see how working this example:

QDial_free-tutorials_004

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.