Jul 1, 2020 | PyQt5, Python
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:...
Jul 1, 2020 | PyQt5, Python
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...
Jun 30, 2020 | PyQt5, Python
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:...
Jun 29, 2020 | PyQt5, Python
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,...
Jun 29, 2020 | PyQt5, Python
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...
Jun 8, 2020 | PyQt5, Python
In this PyQt5 tutorial, I will be showing you how to add, copy, and remove rows on a QTableWidget. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code: