PySideKick

helpful utils for working with PySide


Keywords
GUI, Qt, PySide
License
BSD-3-Clause
Install
pip install PySideKick==0.2.3

Documentation


PySideKick:  helpful utilities for working with PySide
======================================================


This package is a rather ad-hoc collection of helpers, utilities and custom
widgets for building applications with PySide.  So far we have:

  * PySideKick.Call:  helpers for calling functions in a variety of ways,
                      e.g. qCallAfter, qCallInMainThread

  * PySideKick.Console:   a simple interactive console to embed in your
                          application