Implement Button (widget) Drag And Move Feature

In This PyQt5 tutorial, I will be walking you through the steps to implement the feature where you can drag a button (or an object in general) with your mouse to a different location with your mouse. Buy Me a Coffee? Your support is much appreciated! PayPal Me:...

Rotate widgets with QStackedWidget class

In this PyQt5 Tutorial, we are going to look how to rotate different widget items with QStackedWidget. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import...

Keyboard Shortcut Assignment

In this PyQt5 tutorial, I want to revisit the topic “How to assign keyboard shortcuts” in more detail and with few more examples. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code:...

Create hyperlinks | PyQt5 Tutorial

In this PyQt5 tutorial, we will learn how to create hyperlinks using QLabel widget. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from PyQt5.QtWidgets import QApplication,...

Change QListWidget item color | PyQt5 Tutorial

In this PyQt5 tutorial, we will learn how to change QListWidget item font color using few lines of code in Python. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: import sys from...