Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vvzen/pyside2-examples

A collection of examples/boilerplate code useful while setting up pyside2 GUI apps.
https://github.com/vvzen/pyside2-examples

boilerplate gui pyqt5 pyside2 python

Last synced: 25 days ago
JSON representation

A collection of examples/boilerplate code useful while setting up pyside2 GUI apps.

Awesome Lists containing this project

README

        

# PySide2 examples & templates

This repo contains a series of examples that show how to implement basic widgets in PySide2.

I come here from time to time just to copy paste some boilerplate code before starting a new GUI, especially if it has been a while. 😁

They were testing using **Python 2.7** and **PySide2**, mostly because they're aimed at Show TDs, Pipeline TDs, RND guys etc.. and currently Nuke 11 and Houdini 18 ship with PySide2, but not (yet) with Python3.
Ah, yes, Maya 2018+ ships with PySide2 as well, but Maya.. who still writes tools for Maya? 😛

You can probably port them to use [Qt.py](https://github.com/mottosso/Qt.py) in order to target PyQt4 & PyQt5 PySide & PySide2.