Category "pyside"

Qt allow dock widget to overlay

How could I allow a dock widget to be over other widgets? I would like to get a result like the tool bar of a IDE such as VSC or PyCharm. The bar can be resized

How to create a labelled QProgressBar in PySide?

This is exactly what I am trying to re-create I've tried a 4x4 grid layout with QLabels underneath a QProgressBar but it looks awful and I am wondering if ther

Getting strange error from pip-pypy when trying to install PySide

I'm using PyPy as my Python implementation, and thus, I installed pip-pypy (I'm on Arch). I then tried the following command: pip-pypy install PySide This fa

PySide - PyQt : How to make set QTableWidget column width as proportion of the available space?

I'm developing a computer application with PySide and I'm using the QTableWidget. Let's say my table has 3 columns, but the data they contain is very different,