QLabel.setTextInteractionFlags(Qt.TextInteractionFlag.TextSelectableByMouse) isn't working.
Unsolved
Qt for Python
-
Hello, so I've been working on a Python calculator as one of my first big projects and I'm running into an issue with setTextInteractionFlags. I try to use it on my QLabel(self.historyLabel), but it's not working. What I mean when I say it's not working is that it won't let me highlight the text in my history entries. It will work on my main self.label(my label that shows the current equation.) This is the current version of my QT6 program any help would be appreciated. Been stuck on this bug for more than 2 days now.
-