Skip to main content

Collection of utilities for Qt applications

Project description

Utilities

Overview

A package for collecting utilities I usually use in my Qt-projects in Python. Some modules depend on others but some can be used on their own. Some modules might have stub files to assist development, but they always contain an initializer function to create the necassary stub files if they are missing when the module is first imported. The functionality of subclasses of QDialog are also available as subclasses of QDockWidget (floating, same-window dialogs). There are no set goals for this project other than having these things in one place, in a structured manner.

The package can be used as follows:

from utils_qt_mk.colours import ColourSelector

Contents

_general

General functions, classes etc. for internal use in other parts of the package. Modules usually depend on it.

colours

Adds the standard R colour palette to Qt applications. It provides a singleton object named Colours, with attribute access to all the colours of R's colors() function. These can be conveniently selected from a colour selector dialog, either from a drop-down list (by name) or from a grid (by visual selection). Based on this selector there is a colour scale creator dialog, where from a number of selected colours and set number of steps a colour scale can be defined for further use e.g. for plotting. It optionally uses theme: if the module can be imported, the dialogs can have a theme.

custom_file_dialog

Provides predefined file dialogs (PathTypes singleton) customized by a JSON file and a creator dialog. In the latter, a custom dialog could be defined, setting its type (source/destination), window title, dialog type (to open/save a file or open an existing directory), extension filter and associated path. Another function of these dialogs is to provide navigation history: if a path is successfully selected, the JSON file gets updated with it.

message

Provides predefined message boxes (MessageBoxType singleton) that can have a theme assigned (so it depends on theme) and a creator dialog. In the latter, a custom message box can be defined, setting it category (e.g. warning), window title and message (text content if the message box). A 'custom' category message box can also have its icon, buttons and flags set.

progress_dialog

Provides a cancellable, optionally nested progress dialog, reporting on a compatible process ran by a QObject-subclass on a separate thread. It also has a (package private) example of a compatible worker object. It optionally uses theme: if the module can be imported, it can use the preset themes.

theme

Provides a simple way to apply a predefined theme to Qt-widgets. It also adds a singleton object named WidgetTheme that has attribute access to all the defined themes. The set_widget_theme() function uses this singleton to select a theme.

theme_creator

Depends on theme and colours to provide a theme creator dialog. It provides a simple interface to edit and preview existing themes or to create new ones.

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

utils_qt_mk-1.0.2.tar.gz (47.7 kB view details)

Uploaded Source

Built Distribution

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

utils_qt_mk-1.0.2-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file utils_qt_mk-1.0.2.tar.gz.

File metadata

  • Download URL: utils_qt_mk-1.0.2.tar.gz
  • Upload date:
  • Size: 47.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for utils_qt_mk-1.0.2.tar.gz
Algorithm Hash digest
SHA256 137c29bb4c7a869b89f61f141b7b47f8ba29ba64e7512a8af375d439e0215815
MD5 b14b59ce75a4eb89fe638a9b1dc4dc69
BLAKE2b-256 758afb989b232f48db0878648d393923472fa99240c0f53e4bf8e83e80c07fe2

See more details on using hashes here.

File details

Details for the file utils_qt_mk-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: utils_qt_mk-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for utils_qt_mk-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3b9d4dd000c04d6585278d647161c90b446c0c53023956421c2142c79954ccee
MD5 32797c42af096e39ebcb7b413e970694
BLAKE2b-256 c88e3b56f2929c1d2f47ecacd1db35e90b6613a3d35f0d408fba1516ffe3a6da

See more details on using hashes here.

Supported by

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