Skip to main content

A clone of wx.aui for PySide

Project description


qtaui
=====

qtaui - (c) Jérôme Laheurte 2015

.. contents:: **Table of contents**

What is qtaui ?
-------------

qtaui is a minimalist clone of wxPython's `wxaui <https://wiki.wxwidgets.org/WxAUI>`_. It allows a PySide-based program to arrange "frames", i.e. child widgets, in an arbitrary tree of splitters and tabs. The user can "undock" a frame and let it float as a top-level window, or drop it back onto the UI in a position that will create a new splitter or tabbed interface, or add it to an existing one.

This code is licensed under the `GNU LGPL version 3 or, at your
option, any later version
<https://www.gnu.org/copyleft/lesser.html>`_.

Supported platforms
-------------------

Python 2.7 with PySide 1.2.

Installation
------------

Using pip::

$ pip install -U qtaui

From source::

$ wget https://pypi.python.org/packages/source/q/qtaui/qtaui-1.0.0.tar.gz
$ tar xjf qtaui-1.0.0.tar.bz2; cd qtaui-1.0.0
$ sudo python ./setup.py install

API documentation
-----------------

The full documentation is hosted `here <http://qtaui.readthedocs.io/en/release-1.0.0/>`_.

Changelog
---------

Version 1.0.0:

- First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qtaui-1.0.0.tar.gz (475.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page