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)
QML AnimatedImage uses a lot of memory
I want to display a simple gif using qml (pyside backend), but it uses almost 100-400 mb of memory. Can I display a gif without using this much memory?
Something like telegram Animated images: https:/...
user17312099
Votes: 0
Answers: 0
CheckBoxes with QtreeWidget Pyside2
im doing a GUI that list all references in scene in a QTreeWidget (this works well)
but i have 4 checkbox outside the QTreWidget that:
if i check (for example) "CHAR" box, only will be visib...
amanda calvo
Votes: 0
Answers: 1
PySide6 tray icon's menu background color disappears in macOS Monterey
I have a small PySide6 app and I created a Tray icon. When the icon is clicked I show a menu where one of the menu option's background is set to red:
self.context_menu = QtWidgets.QMenu()
trayMenu = ...
Z T
Votes: 0
Answers: 0
Qt Python - in a list of buttons change color of all buttons up until the one that was clicked
I have a list of Qt buttons like this: self.buttons = [button1, button2, button3]
When one is clicked, I want all the buttons that come before the one that was clicked in the list to change their colo...

Tolga Poyraz
Votes: 0
Answers: 1