JamesRamm / QtStuff

QtStuff: Classes and helper functions for working with PySide/PyQt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtStuff

Documentation Status

QtStuff: Classes and helper functions for working with Pyqt5/PyQt4/PySide

QtStuff ('Cute Stuff') provides helpful classes and a nice icon set for use with PySide/PyQt4/5. It also provides a PySide/PyQt agnostic wrapper around the library. No matter which version you have installed, just do:

from QtStuff import QtCore, QtGui, QtWebKit, QtLoadUi

Most functions and classes in the library we're found in the various Qt Website, forums, stackOverflow etc..

Features

Some of the features of QtStuff include:

  • A compatibility layer to allow your application to support PyQt4/5 or PySide
  • A large icon set with corresponding API to easily get hold of QIconobjects for each item image.
  • Utility functions for logging, caching QObjectderived classes, easy threading...
  • Mixins for creating popup dialogs
  • A wonderful colorpicker by Victor Wahlstrom
  • A simple interactive console widget

About

QtStuff: Classes and helper functions for working with PySide/PyQt

License:GNU General Public License v2.0


Languages

Language:Python 100.0%