PyQt Custom Info System

preview_player
Показать описание
This video covers Button Groups, Sub Classing and Event Filters.

To make things interesting an usable for real life we are going to create an info system that replaces tool tips for an info window.
This system can then be used by simply adding tool tips to QtDesigner.

Timestamps:
00:00 Intro
01:06 Creating the Ui
05:00 Creating a Button Group in QtDesigner
07:28 SubClassing
12:22 Compiling and Importing the .ui file
16:42 Using the Button Group in code
19:59 Button Group advantages and lambda functions
22:30 Event Filters

Relevant Links

Support me on:
Рекомендации по теме
Комментарии
Автор

this helped me figure out how to actually catch QEvents and also gave me a bit of an idea how to use the documentation regarding QEvents. i hope that you could get back on the series after sometime. the desktop app with custom titlebar was pretty cool

adfinemrising