How can I prevent Qt Modality from interacting with external application windows?
I seem to be running into an issue where the modality of Qt dialogs is affecting the z-index
of other grandparents.
pyqt6 no video play back
Im using python 3.12.4 and pyqt6. Im trying to play back videos on websites but it will not play back and i get error failed to execute ‘addSourceBuffer’ on MediaSource’: The type provided (‘audio/mp4;codecs=”mp4a.40.2″‘) is unsupported. I cannot figure out why it is doing this.
Python does not load styles from a css file: Could not parse stylesheet of object
Good morning everyone. I am developing an application with PyQt6 and when trying to load a CSS file to give styles to the project, the console shows me the following error:
Python 3.12 PyQT6 Error with uic.load_ui failure
I have created a PyQt6 form with the designer and can convert to py file and it runs. I would prefer just loading the ui file into a class in python. I have several different examples of this and they all fail on the same line “load_ui”
QTreeWidget findItems always returns nothing
I have a simple tree with at most 30 items and at most a depth of 2. I am trying to find a specific item in the tree that is in the second column (which is hidden from display). When I search for a string I can guarantee it in the tree, I still get a list of nothing.