PySide Example Applications: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=PySide Example Applications=
[[Category:LanguageBindings::PySide]]


==Simple Demo Applications==
= 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.
The following links are small and simple applications written in PySide. Feel free to study them and learn how PySide applications are developed.


* [https://github.com/shuge/Enjoy-Qt-Python-Binding PySide Pythonic Demos] ''[github.com]'': Lots of simple and Pythonic PySide demos
* "PySide Pythonic Demos":https://github.com/shuge/Enjoy-Qt-Python-Binding: Lots of simple and Pythonic PySide demos
* [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
* "PySide Examples":https://github.com/PySide/Examples ("tar.gz archive":https://github.com/PySide/Examples/tarball/master): Python script examples adapted for PySide
* [https://bitbucket.org/techtonik/pyside-copy-paste/src Simple PySide Scripts in Public Domain] ''[bitbucket.org]''
* "Simple PySide Scripts in Public Domain":https://bitbucket.org/techtonik/pyside-copy-paste/src
** 01 Minimal PySide Application
** 01 - Minimal PySide Application
** 02 Minimal PySide Application Window
** 02 - Minimal PySide Application Window
** 03 Minimal PySide Application Window and Button
** 03 - Minimal PySide Application Window and Button
** 04 Minimal PySide Application Color Picker
** 04 - Minimal PySide Application Color Picker
** 05 Minimal PySide Application Color Picker to Paint Self
** 05 - Minimal PySide Application Color Picker to Paint Self


==PySide Example Applications==
== PySide Example 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.
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 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.
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, PLEASE report the issue at PySide Bugzilla. This will greatly help us improve the quality of PySide future releases.


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


==Combining PySide with other Open Source Software==
== Combining PySide with other Open Source Software ==


* '''VisIT''' is a popular scientific visualization tool that can be combined with PySide
* '''VisIT''' is a popular scientific visualization tool that can be combined with PySide
** [https://wci.llnl.gov/codes/visit/ VisIT website] ''[wci.llnl.gov]''
** &quot;VisIT website&amp;quot;:https://wci.llnl.gov/codes/visit/
** [http://visitusers.org/ VisIT wiki] ''[visitusers.org]''
** &quot;VisIT wiki&amp;quot;:http://visitusers.org/
** [http://visitusers.org/index.php?title=PySide_Application_Deployment VisIT and PySide Application Deployment] ''[visitusers.org]''
** &quot;VisIT and PySide Application Deployment&amp;quot;:http://visitusers.org/index.php?title=PySide_Application_Deployment
** [http://visitusers.org/index.php?title=PySide_Recipes Create PySide <span class="caps">GUI</span>’s based on VisIt] ''[visitusers.org]''
** &quot;Create PySide GUI's based on VisIt&amp;quot;:http://visitusers.org/index.php?title=PySide_Recipes
 
==Open Source Software Developed in PySide==
 
For a list of open-source software developed using PySide, follow this link [[PySide Based Apps|here]].
 
===Categories:===


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

Revision as of 14:12, 23 February 2015


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.

PySide Example Applications

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