Showing articles for All (17) PyQt6 (5) PySide6 (3) PyQt5 (5) Streamlit (0) Tkinter (0) PySide2 (3) Kivy (0)

Animating Custom Widgets With QPropertyAnimation in PyQt6

Add dynamic visual effects and smooth animations to your custom PyQt6 widgets

Animating Custom Widgets With QPropertyAnimation in PySide2

Add dynamic visual effects and smooth animations to your custom PySide2 widgets

Animating Custom Widgets With QPropertyAnimation in PySide6

Add smooth animations and dynamic visual effects to your PySide6 custom widgets

Creating Custom GUI Widgets in PyQt6

Build a completely functional custom widget from scratch using QPainter

Creating Custom GUI Widgets in PySide6

Build a completely functional custom widget from scratch using QPainter

QPainter and Bitmap Graphics in PyQt6

Introduction to the core features of QPainter

QPainter and Bitmap Graphics in PySide2

Introduction to the core features of QPainter

QPainter and Bitmap Graphics in PySide6

Introduction to the core features of QPainter

Avoid gray background for selected icons

Create a custom ToggleButton widget to replace QAction checkable icons without the default gray selection background

Removing Gaps Between Custom Widgets in PyQt6 Layouts

Use size policies and size hints to control how custom-painted widgets fit together

Animating Custom Widgets With QPropertyAnimation in PyQt5

Add dynamic visual effects and smooth animations to your custom PyQt5 widgets

Creating Custom GUI Widgets in PySide2

Build a completely functional custom widget from scratch using QPainter

Debugging widgets not appearing in Qt applications

How to figure things out when something goes wrong

How to Add Custom Widgets to Qt Designer

Use widget promotion to integrate your own Python widgets into Qt Designer layouts

Creating Custom GUI Widgets in PyQt5

Build a completely functional custom widget from scratch using QPainter

QPainter and Bitmap Graphics in PyQt5

Introduction to the core features of QPainter

ColorButton — A Custom Color Picker Widget for PyQt & PySide

Build a color-selector button widget for your PyQt and PySide applications