PySide Example Applications: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(on the linked repo was a hint that the repo moved, update link here accordingly)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=PySide Example Applications=


==Simple Demo Applications==


The following links are small and simple applications written in PySide. Feel free to study them and learn how PySide applications are developed.
[[Category:PySide]]


* [https://github.com/shuge/Enjoy-Qt-Python-Binding PySide Pythonic Demos] ''[github.com]'': Lots of simple and Pythonic PySide demos
{| class="wikitable"
* [https://github.com/PySide/Examples PySide Examples] ''[github.com]'' ([https://github.com/PySide/Examples/tarball/master tar.gz archive] ''[github.com]''): Python script examples adapted for PySide
|-
* [https://bitbucket.org/techtonik/pyside-copy-paste/src Simple PySide Scripts in Public Domain] ''[bitbucket.org]''
| style="background: #ff6961;text-align: center;"| Attention
** 01 – Minimal PySide Application
|-
** 02 – Minimal PySide Application Window
| This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to [[Qt for Python]]
** 03 – Minimal PySide Application Window and Button
|}
** 04 – Minimal PySide Application Color Picker
** 05 – Minimal PySide Application Color Picker to Paint Self


==PySide Example Applications==
== Simple Demo Applications ==


PySide comes with a plenty of example applications, illustrating the usage and functionality of different Qt functionality and concepts from<br /> Python. The examples are organized into topical subdirectories within the current directory. To browse and run the examples, change to the<br /> relevant directory and run the example there, either on the command line or by using your favourite file manager.
The following links are small and simple applications written in PySide. Feel free to study them and learn how PySide applications are developed.


The majority of the examples have been ported as-is from PyQt, in which case the original boilerplates have been retained. Hence, although<br /> PySide itself is licensed under LGPLv2.1, most of the examples are licensed under GPLv2. We have tried to ensure that every example works with PySide. If you experience unexpected results when running any of the examples, <span class="caps">PLEASE</span> report the issue at PySide Bugzilla. This will greatly help us improve the quality of PySide future releases.
* [https://github.com/shuge/Enjoy-Qt-Python-Binding PySide Pythonic Demos]: Lots of simple and Pythonic PySide demos
* [https://github.com/PySide/Examples PySide Examples] ([https://github.com/PySide/Examples/tarball/master tar.gz archive]): Python script examples adapted for PySide
* [https://github.com/techtonik/pyside-copy-paste Simple PySide Scripts in Public Domain]
** 01 - Minimal PySide Application
** 02 - Minimal PySide Application Window
** 03 - Minimal PySide Application Window and Button
** 04 - Minimal PySide Application Color Picker
** 05 - Minimal PySide Application Color Picker to Paint Self


* “Get the examples here:“https://qt.gitorious.org/pyside/pyside-examples


==Combining PySide with other Open Source Software==


* '''VisIT''' is a popular scientific visualization tool that can be combined with PySide
PySide comes with a plenty of example applications, illustrating the usage and functionality of different Qt functionality and concepts from
** [https://wci.llnl.gov/codes/visit/ VisIT website] ''[wci.llnl.gov]''
Python. The examples are organized into topical subdirectories within the current directory. To browse and run the examples, change to the
** [http://visitusers.org/ VisIT wiki] ''[visitusers.org]''
relevant directory and run the example there, either on the command line or by using your favourite file manager.
** [http://visitusers.org/index.php?title=PySide_Application_Deployment VisIT and PySide Application Deployment] ''[visitusers.org]''
 
** [http://visitusers.org/index.php?title=PySide_Recipes Create PySide <span class="caps">GUI</span>’s based on VisIt] ''[visitusers.org]''
The majority of the examples have been ported as-is from PyQt, in which case the original boilerplates have been retained. Hence, although
PySide itself is licensed under LGPLv2.1, most of the examples are licensed under GPLv2. We have tried to ensure that every example works with PySide. If you experience unexpected results when running any of the examples, PLEASE report the issue at PySide Bugzilla. This will greatly help us improve the quality of PySide future releases.


==Open Source Software Developed in PySide==
* "Get the examples here:"https://qt.gitorious.org/pyside/pyside-examples


For a list of open-source software developed using PySide, follow this link [[PySide Based Apps|here]].
== Combining PySide with other Open Source Software ==


===Categories:===
* '''VisIT''' is a popular scientific visualization tool that can be combined with PySide
** [https://wci.llnl.gov/codes/visit/ VisIT website]
** [http://visitusers.org/ VisIT wiki]
** [http://visitusers.org/index.php?title=PySide_Application_Deployment VisIT and PySide Application Deployment]
** [http://visitusers.org/index.php?title=PySide_Recipes Create PySide GUI's based on VisIt]


* [[:Category:LanguageBindings|LanguageBindings]]
== Open Source Software Developed in PySide ==
** [[:Category:LanguageBindings::PySide|PySide]]

Latest revision as of 09:19, 23 October 2022


Attention
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python

Simple Demo Applications

The following links are small and simple applications written in PySide. Feel free to study them and learn how PySide applications are developed.


PySide comes with a plenty of example applications, illustrating the usage and functionality of different Qt functionality and concepts from Python. The examples are organized into topical subdirectories within the current directory. To browse and run the examples, change to the relevant directory and run the example there, either on the command line or by using your favourite file manager.

The majority of the examples have been ported as-is from PyQt, in which case the original boilerplates have been retained. Hence, although PySide itself is licensed under LGPLv2.1, most of the examples are licensed under GPLv2. We have tried to ensure that every example works with PySide. If you experience unexpected results when running any of the examples, PLEASE report the issue at PySide Bugzilla. This will greatly help us improve the quality of PySide future releases.

Combining PySide with other Open Source Software

Open Source Software Developed in PySide