Link Search Menu Expand Document

PySide2extn/PyQt5extn Documentation

v1.0.0

PySide2extn/PyQt5extn is an Open Source Python Programming language extension for PySide2/PyQt5, which greatly enhances the capability of the listed library with extra widgets and more.

Get started now

View it on GitHub Repository

PySide2extn PyQt5extn

As of the Initial Release the extension is equipped with two new Widgets: Round Progress Bar and Spiral Progress Bar, each of which is fully customizable in aspect of color, style, size and many more.

Widgets

Round Progress Bar

PySide2/PyQt5 natively does not support a round progress bar. PySide2extn/PyQt5extn package solves this problem and gives users the ability to add the round progress bar in their existing projects or new ones same as they used to work with other native PySide2/PyQt5 widgets. It can also be used with QtDesigner(refer Getting Started). The above image represent the potential of this package for customization of the round progress bar widget.

See Examples Details

Spiral Progress Bar

Spiral progress bar concept is similar to that of the round progress bar, except that it has many concentric round progress bars, with individual element customization. The spiral progress bar can be treated as any other PySide2/PyQt5 widget. Check below for more info on the widget.

See Examples Details

Help

Official form: PySide2extn/PyQt5extn Form

License

MIT License

Copyright (c) 2020 Anjal.P

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.