Skip to main content

Various QtWidgets extending the functionality of PySide2

Project description

qt-extensions

This is a collection of widgets and utility functions to extend Qt. Some example usages can be found in gui_tests.

Installation

Install using pip:

pip install qt-extensions

Usage

For usage see tests_gui directory.

Modules

parameters

A collection of modules for a unified parameter editor. It has widgets for most common variable types similar to the Nuke knobs.

Screenshot of the box widget

box

A collapsible box with multiple styles.

Screenshot of the box widget

buttons

A helper module to create styled buttons.

Screenshot of the buttons widget

elementbrowser

An abstract element browser that can display complex objects with multiple columns.

filebrowser

A browser based on the ElementBrowser widget to display files.

Screenshot of the filebrowser widget

flexview

A StandardItemView that displays items in a flex view.

icons

A module that provides easy creation of QIcons based on Google Material Design Icons.

Screenshot of the icons

logger

A status bar and log viewer that provides a gui interface for the logging module.

Screenshot of the logbar and logviewer widget

mainwindow

A main window widget that allows the docking of panels.

Screenshot of the mainwindow widget

messagebox

A QMessageBox with icons from the MaterialIcon module.

Screenshot of the messagebox widget

resizegrip

A resize grip that can be added to any widget to make it resizable.

Screenshot of a QPlainTextEdit field with the resize grip widget

scrollarea

A scrollArea widget that has a minimum width based on its content.

theme

Allows to style Qt Applications based on color schemes. Also provides some dark color schemes.

typeutils

A module for helping with types. For example cast a dictionary to a dataclass.

viewer

A viewer for numpy array images. It has an exposure slider zoom, pan and shows pixel information.

Screenshot of the viewer widget

Contributing

Create a venv:

python3 -m venv venv

Install qt-extensions in editable mode:

python3 -m pip install -e .[dev]

To version up using python-semantic-release:

semantic-release version

Project details


Download files

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

Source Distribution

qt_extensions-0.4.0.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

qt_extensions-0.4.0-py3-none-any.whl (1.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page