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: import sys from PyQt5.QtWidgets import...
Jun 4, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to learn how to pass information from one window to another. 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...
May 19, 2020 | PyQt5, Python
In this #PyQt5 tutorial, we are going to learn how to insert a combo box widget in a table widget to give users to make data entry task more efficient. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn...