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
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
QStringDecoder not callable in PySide6
I can't get the example from the PySide6 documentation working on my system. I am running PySide-6.2 on Ubuntu.
toUtf16 = QStringDecoder(QStringConverter.Utf8)
toUtf16('test')
Result:
TypeError: 'PyS...
Aaron
Votes: 0
Answers: 1