Skip to main content

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-Custom-Widgets

Upgrade/install the latest version:

pip install --upgrade QT-Custom-Widgets

Installation Testing

Run the following code to see if the installation was successful.

# Run this from your terminal or create a python file, 
# paste this code, then run
from Custom_Widgets.ProgressIndicator import test
test.main()

You should see the following interface: Custom Progress bar

How to use it.

  • Read the full documentation plus video guides here

Watch the tutorial videos here

What is new?

Version 0.6.2:

  • Added support for loading multiple JSON Stylesheets By default, the json file named style.json will be loaded, so no need to specify. The file must me inside the root directory of your project, json directory, or jsonstyles directory inside your project folder for it to be automatically loaded.

    If you have multiple JSON stylesheet files, then you can apply them to your GUI like this:

        ########################################################################
        # APPLY JSON STYLESHEET
        ########################################################################
        # self = QMainWindow class
        # self.ui = Ui_MainWindow / user interface class
        loadJsonStyle(self, self.ui, jsonFiles = {
            "mystyle.json",
            "mydirectory/myJsonStyle.json"
            })
        ########################################################################
    

    This feature is helpful especially when you have multiple windows files that will share only some parts of the stylesheet shuch app app title, settings etc.

  • Toggle logs: You can now switch app logs on or off. This can be done from a python file:

    # Show Logs
    self.showCustomWidgetsLogs = True
    
    # Hide Logs
    self.showCustomWidgetsLogs = False
    

    From the JSON file:

    {
    "ShowLogs": true,
    
    {
    "ShowLogs": false,
    

Sample Images

Analog Gauge Widget

Analog Gauge Widget

Responsive Animated GUI

Resposive PyQt PySide GUI

Animated QStacked Widget

Custom QStacked Widgets

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

QT-Custom-Widgets-0.1.5.tar.gz (112.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

QT_Custom_Widgets-0.1.5-py3-none-any.whl (248.8 kB view details)

Uploaded Python 3

File details

Details for the file QT-Custom-Widgets-0.1.5.tar.gz.

File metadata

  • Download URL: QT-Custom-Widgets-0.1.5.tar.gz
  • Upload date:
  • Size: 112.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.1.2 CPython/3.10.6

File hashes

Hashes for QT-Custom-Widgets-0.1.5.tar.gz
Algorithm Hash digest
SHA256 8d833d927832fc4af5562f696fc6eb18c18d53c9738c7b891de1ea6d5025eff7
MD5 b1997ae532ca37e2f30daf8d9634c3e3
BLAKE2b-256 3e7ab3ae7f3c4727093255879916b6d0c895360bc953948a7e2ba341d57c8e25

See more details on using hashes here.

File details

Details for the file QT_Custom_Widgets-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for QT_Custom_Widgets-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3cb3e6bed33112bec69c0c2683bf2a52e2f2d1c2b4c0b821583f5c71ee5c1d19
MD5 9cb73b65ddda490382271eba3ee68ef7
BLAKE2b-256 03d8e61cac8dd662b8d740f0d97c3b307b5ab10333af3602d70afa271506b619

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.6

2 files

This release

0.1.5 This release

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page