Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vvzen/pyside2-examples
- Owner: vvzen
- Created: 2018-11-21T22:20:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T10:00:34.000Z (about 4 years ago)
- Last Synced: 2024-12-23T23:32:39.620Z (about 1 month ago)
- Topics: boilerplate, gui, pyqt5, pyside2, python
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.