Top "Pyside" questions

Questions about using PySide, a Python Qt bindings project.

How to get all child components of QWidget in pyside/pyqt/qt?

I am developing a desktop application using pyside(qt), I want to access(iterate) all line edit components of QWidget. …

python qt pyside children
How do i resize the contents of a QScrollArea as more widgets are placed inside

I have a QScrollArea Widget, which starts empty; It has a vertical layout, with a QGridLayout, and a vertical spacer …

qt pyside qscrollarea
How to install Pyside for Python 2.7?

Hey I am pretty new to Pyside and am not sure how to download it or Qt? I have a 64…

python qt qt4 qt5 pyside
Are there default icons in PyQt/PySide?

I'm reading a tutorial on PySide and I was thinking , do I need to find my own icons for every …

python user-interface icons pyqt pyside
PySide + QTableView example

Can anyone point me to a simple example of QTableView in PySide? I found the QTableView docs but unfortunately they …

python pyside qtableview
Recommended way for installing PySide on Ubuntu

What is the recommended way of setting up PySide for development in Ubuntu? sudo apt-get install python3-pyside? sudo pip …

ubuntu pyside
Loading QtDesigner's .ui files in PySide

I am looking for a simple example of how to directly load a QtDesigner generated .ui file into a Python …

python qt pyside
Using PySide / PyQt for mobile development

I am currently looking at using PySide for mobile app development. I've done a few tutorials for creating desktop applications …

qt mobile cross-platform pyside
Add QWidget to QListWidget

I am trying to make a QListWidget in which each item is a simple widget that contains text and a …

qt qt4 pyqt pyqt4 pyside
PySide : How to get the clicked QPushButton object in the QPushButton clicked slot?

I am new to PySide. I want to get the QPushButton obj (such as use it to get its text) …

qt pyqt pyside qpushbutton