May 2019
Intermediate to advanced
542 pages
13h 37m
English
Qt Designer has a limited capability to connect signals and slots to our GUI. For Python developers, its mainly only useful for connecting built-in Qt signals to built-in Qt slots between widgets in the same window. Connecting signals to Python callables or custom PyQt signals isn't really possible.
In the calendar GUI, we do have one example of a native Qt signal-slot connection—the allday_check widget is connected to the event_time widget. Let's look at how to connect these in Qt Designer:
Read now
Unlock full access