lihu8918 / fancyWidgets

a bunch of fancy Qt widgets that are also usable in QtDesigner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# coding=utf-8=========================================================== fancyWidgets - various QT based widgets for every day usage ===========================================================

Based on pyQt4 and pyqtgraph

showcase

Installation

fancywidgets is listed in the Python Package Index. You can install it typing:

pip install fancywidgets

Tests

fancyWidgets uses mostly the 'one class/function per file' rule. Running each module as program, like:

python -m fancywidgets.pyQtBased.Table

will execute the test procedure of this module.

To run all tests type:

python -m fancywidgets.tests

About

a bunch of fancy Qt widgets that are also usable in QtDesigner

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Shell 0.6%