Skip to main content

A clone of wx.aui for PySide

Project description

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

What is qtaui ?

qtaui is a minimalist clone of wxPython’s 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.

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.3.tar.gz
$ tar xjf qtaui-1.0.3.tar.bz2; cd qtaui-1.0.3
$ sudo python ./setup.py install

API documentation

The full documentation is hosted here.

Changelog

Version 1.0.3:

  • Fix addChild() signatures

Version 1.0.2:

  • Another Pypi-related fix…

Version 1.0.1:

  • Pypi-related fixes.

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.3.tar.gz (476.1 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