Subclassing PyQt5.QtWidgets to syncronize state in QSettings object.
Project description
configwidgets
Subclassing QWidgets
to save the widget state in a QSettings
Instance.
A setup
method links the widget to key within the QSettings
instance.
The value is loaded during setup and gets stored when the widget state changes.
Without calling this method, the widget has no special behaviour.
See the following snippet for a minimal example:
from PyQt5.QtCore import QSettings
from configwidgets import ConfigCheckBox
config = QSettings()
checkBox = ConfigCheckBox()
checkBox.setup(config, "checkBox")
setup
install the package via pip:
pip install configwidgets
The full documentation can be found under configwidgets documentation The source code can be found under configwidgets repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
configwidgets-1.4.0.tar.gz
(23.6 kB
view hashes)
Built Distribution
Close
Hashes for configwidgets-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 828846706f44c1a281a00a0572825a43d6ec01f5972bc3b13f97ea061a99037e |
|
MD5 | 3d2da89fe1ffdab7cac83071c8db5eba |
|
BLAKE2b-256 | 63bfb15bf1688eb0eb02774b7572e69116e2eaad9f5d7156f94e45c5f738e53a |