Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

How to set QWidget background color?

The line w.setBackgroundRole(QPalette.Base) in the code below has no effect. Why? How do I fix that? import …

python pyqt pyside
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 …

python qt user-interface pyqt pyside
simple IPython example raises exception on sys.exit()

I'm doing some very simple PySide (and PyQt) tutorials in IPython. One tutorial just creates a window with some sliders …

exception pyqt4 exit ipython pyside
PyQt or PySide - which one to use

I started learning a bit of python and would now like to toy around a bit with gui-building. Qt seems …

python pyqt pyside
Python code generation with pyside-uic

How can I generate python code from a QtDesigner file ? I found pyside-uic but I can't find an example for …

python pyside
PySide / PyQt detect if user trying to close window

is there a way to detect if user trying to close window? For example, in Tkinter we can do something …

python pyqt tkinter pyqt4 pyside
Is it possible to add PyQt4/PySide packages on a Virtualenv sandbox?

I'm using Virtualenv with profit on my development environment with web.py, simplejson and other web oriented packages. I'm going …

python pyqt4 virtualenv pyside
Qt how to check which mouse button is pressed

I have problems in PySide while trying to determine which mouse button is pressed in event function. I need it …

c++ qt pyqt pyside
How to plot on my GUI

I'm designing a GUI with PyQt where I need to display a matplotlib/pylab window when I click on a …

python matplotlib pyqt pyside qthread
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout

I want to create some tabs, and I read this answer: How to add a tab in PySide I use …

python tabs pyside qwidget qlayout