GitHub GitHub top language GitHub code size in bytes GitHub issues

Custom Widgets Art

QT-PyQt-PySide-Custom-Widgets

Awesome custom widgets made for QT Desktop Applications. Simplify your UI development process. These widgets can be used in QT Designer then imported to PySide code.

Installation

First time installer:

pip install QT-PyQt-PySide-Custom-Widgets

Upgrade/install the latest version:

pip install --upgrade QT-PyQt-PySide-Custom-Widgets

Testing

The examples folder in this repository contains a few code examples you can use to test and learn about the custom widgets.

How to use it.

Please read the required project structure and other important updates here before proceeding.

Documentation:

  • Available custom widgets:
    • AnalogGaugeWidget - A digital analog widget using just a single QWidget. Read more
    • QCustomCheckBox - Customize and animate QCheckBox. Read more
    • QCustomProgressIndicator - Create a beautiful modern progress indicator for multiple tasks. Read more
    • QCustomQPushButton - Customize and animate QPushButton with preset themes and use iconify to animate the icons. Read more
    • QCustomQSlider - Easily move the slider to the current clicked position of a QSlider. Read more
    • QCustomQStackedWidget - Add beautiful transition animations and navigate through QStackedWidget. Read more
    • QCustomSlideMenu - Expand and collapse the size of your QWidgets i.e side menu, popup notifications, floating widgets etc. Read more
    • QMainWindow - Apply custom window title bar and navigation. Read more
    • QCustomModals - Provides custom modal dialogs for PySide/PyQt applications. It includes various types of modal dialogs such as Information, Success, Warning, Error, and Custom modals. Read more
    • QDraggableWidget - Provides custom draggable widget functionality for PyQt/PySide applications. It includes two main classes: QDragItem and QDragWidget. Read more
  • Other extra functions:
    • ProjectMaker / project wizard - Used for creating a Qt-Python project on an empty folder. Read more
    • QCards - Apply the same syle ie drop-shadow effect to a group of QFrame, QWidget etc. Best for creating dashboard cards. Read more
    • QCustomQPushButtonGroup - Create a group of QPushButtons with different stylesheets for the current active or clicked button and other innactive buttons. Read more
    • Qt Theme Engine - Beautify your app. This feature will create multiple themes for QT for Python apps. Read more
    • QSettings - Easily save your app configurations that will be remembered even after restarting the app ie app theme from Qt Theme Engine`. Watch the tutorial
  • Or watch the tutorial videos here

Credits

Support 💖

Thanks to all supporters on YouTube, Patreon and other platforms.

If you find this project valuable and would like to contribute to its development and maintenance, you can support us on Patreon. Your sponsorship means a lot and is greatly appreciated!💖

Contributors

Thanks to all the contributors involved in the development of the project!

Made with contrib.rocks.

A list of modern GUI’s made using the custom widgets module. View