Relative Content

Tag Archive for pyqt6

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 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.