Jul 19, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to create a very basic window widet specifically for a QListWidget item (aka QListWidgetItem object). Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn Source Code:...
Jul 19, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to learn how to enable and disable a QListWidget item. 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,...
Jul 19, 2020 | PyQt5, Python
Auto-closing or self-closing, are some of the terms to describe when you insert a character (starting tag) that has a matched pair such as (, [, {, “, the feature will automatically insert the closing tag for you. In this# PyQt5 tutorial, we are going to learn...
Jul 19, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to learn how to insert an image in a text editor (QTextEdit 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...
Jul 19, 2020 | PyQt5, Python
In this PyQt5 Tutorial, we are going to learn how we can use QStyledItemDelegate class to set certain rows or certain columns Read-Only on a QTableWidget. Buy Me a Coffee? Your support is much appreciated! PayPal Me: https://www.paypal.me/jiejenn/5 Venmo: @Jie-Jenn...
Jul 1, 2020 | PyQt5, Python
In this PyQt5 tutorial, we are going to learn the basics of how to use the QListWidget in Python. A QListWidget (or QList Widget) is a powerful widget to provide a list view to allow a user to easily select an item from a list. Buy Me a Coffee? Your support is much...