QT-PyQt-PySide-Custom-Widgets

Custom widgets and widget animations made for QT applications


Keywords
PySide, PyQt, animation, custom, widgets, QML, C++, QT, Creator, Moder, GUI, Desktop, Design, modern, ui, uix
License
GPL-3.0
Install
pip install QT-PyQt-PySide-Custom-Widgets==0.1.4

Documentation

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

Quick CMD/Terminal commands:

  • To launch ProjectMaker / project wizard, run
Custom_Widgets --create-project

This will create a Qt-python project inside your empty folder, ready to run.

  • Easy to convert UI files to py. The cutom widgets Theme Engine eliminated the need for QRC to python file conversion, therefore to generate UI-Python files without any errors, use
Custom_Widgets --convert-ui ui-path --qt-library your-lib
  • Monitor changes made to UI file and generate new .py file and other necessary files for the custom widgets
Custom_Widgets --monitor-ui ui-path --qt-library your-lib

Where: ui-path is the UI file path or folder containing UI files. your-lib is PySide6, PySide2, PyQt5 or PyQt6

Updating old GUI app to work with the current Custom Widgets module update

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
    • JSON Stylesheet Cheatsheet - JSON stylesheet is used to customize the appearance and behavior of PyQt/PySide custom widgets in the QT-PyQt-PySide-Custom-Widgets module. Read more
  • 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.

App gallery

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