python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PyQt5 QLabel() string contains < >
I have a string in PYQT5 that I'm loading into a QLabel() that contains less than and greater than symbols. The output is omitting the symbols and everything in between them. Is there a way to output ...
sethdhanson
Votes: 0
Answers: 1
Display big image in QListWidget
I want to use QListWidget to display big images, e.g. 3508×4961 size in pixels, each list item will display one image. The image is set in a Qlabel and the Qlabel is set into the QListWidgetItem by se...

uu dd
Votes: 0
Answers: 1
Is it possible to change the text color of text after a new line in a QListWidget?
This is the delegate I am currently using to get two lines:
class AccountListDelegate(QtWidgets.QStyledItemDelegate):
def displayText(self, value, locale):
text = super().displayText(valu...
Troy B.
Votes: 0
Answers: 0