Qt is a cross-platform application framework from Qt Software (owned by Nokia). It features a large number of libraries providing services like network abstraction and XML handling, along with a very rich GUI package, allowing C++ developers to write their applications once and run them unmodified in different systems. PySide aims to provide Python developers access to the Qt libraries in the most natural way.
PySide is built using the Shiboken binding generator.
Notes About 0 vs NoneThe PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world. However, it's not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.
About keyword argumentsOnly optional arguments can be used as keyword arguments.
ModulesQtCore
core non-GUI functionality
QtGui
extends QtCore with GUI functionality.
QtDeclarative
a declarative framework for building highly dynamic, custom user interfaces.
QtHelp
provides classes for integrating online documentation in applications
QtMultimedia
provides low-level multimedia functionality
QtNetwork
offers classes that allow you to write TCP/IP clients and servers
QtOpenGL
offers classes that make it easy to use OpenGL in Qt applications
QtScript
provides classes for making Qt applications scriptable
QtScriptTools
provides additional components for applications that use Qt Script
QtSql
helps you provide seamless database integration to your Qt applications
QtSvg
provides classes for displaying the contents of SVG files
QtUiTools
provides classes to handle forms created with Qt Designer
QtXml
provides a stream reader and writer for XML documents
QtWebkit
provides a Web browser engine
Phonon
cross-platform multimedia framework that enables the use of audio and video content in Qt applications
A collection of tutorials and "walkthrough" guides are provided with PySide to help new users get started with PySide development. These documents were ported from C++ to Python and cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.
Other stuffRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4