aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
blob: 89c35c3025aa922a52052efe78221e20f58d37b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
======
PySide
======

*Python bindings for the Qt cross-platform application and UI framework*

.. image:: https://pypip.in/wheel/PySide/badge.png
   :target: https://pypi.python.org/pypi/PySide/
   :alt: Wheel Status

.. image:: https://pypip.in/download/PySide/badge.png
   :target: https://pypi.python.org/pypi/PySide/
   :alt: Downloads

.. image:: https://pypip.in/version/PySide/badge.png
   :target: https://pypi.python.org/pypi/PySide/
   :alt: Latest Version

.. image:: https://pypip.in/license/PySide/badge.png
   :target: https://pypi.python.org/pypi/PySide/
   :alt: License

Introduction
============

PySide is the Python Qt bindings project, providing access the complete Qt 4.8 framework
as well as to generator tools for rapidly generating bindings for any C++ libraries.

The PySide project is developed in the open, with all facilities you'd expect
from any modern OSS project such as all code in a git repository, an open
Bugzilla for reporting bugs, and an open design process. We welcome
any contribution without requiring a transfer of copyright.

The PySide documentation is hosted at `http://pyside.github.io/docs/pyside/
<http://pyside.github.io/docs/pyside/>`_.

Compatibility
=============

PySide requires Python 2.6 or later and Qt 4.6 or better.

.. note::

   Qt 5.x is currently not supported.

Installing PySide
=================

.. toctree::
   :maxdepth: 2

   installing/windows.rst
   installing/macosx.rst
   installing/linux.rst


Building PySide
===============

.. toctree::
   :maxdepth: 2

   building/windows.rst
   building/macosx.rst
   building/linux.rst
   building/options.rst


Feedback and getting involved
=============================

- Mailing list: http://lists.qt-project.org/mailman/listinfo/pyside
- Issue tracker: https://bugreports.qt-project.org/browse/PYSIDE
- Code Repository: http://qt.gitorious.org/pyside


Changes
=======

.. toctree::
   :maxdepth: 1

   changes.rst