pyqt-reactive
Reactive, ObjectState-backed forms and reusable application infrastructure for PyQt6.
Quick start
ParameterFormManager renders an existing ObjectState. The state is the
model; the form is a view over it.
from dataclasses import dataclass
from PyQt6.QtWidgets import QApplication
from objectstate import ObjectState, set_base_config_type
from pyqt_reactive.forms.parameter_form_manager import (
FormManagerConfig,
ParameterFormManager,
)
from pyqt_reactive.theming import ColorScheme
@dataclass
class ProcessingConfig:
input_path: str = ""
num_workers: int = 4
enable_gpu: bool = False
app = QApplication([])
set_base_config_type(ProcessingConfig)
state = ObjectState(ProcessingConfig(), scope_id="processing")
form = ParameterFormManager(
state,
config=FormManagerConfig(color_scheme=ColorScheme()),
)
form.show()
app.exec()
Do not pass a dataclass type or instance directly to
ParameterFormManager. Create ObjectState(instance) so edits, dirty
tracking, hierarchy, and cross-window updates share one authority.
Ownership
pyqt-reactive owns generic widget protocols and strategies, form lifecycle, field-change dispatch, reusable services and managers, previews, animations, and window infrastructure. Host applications own domain workflows and adapters.
Installation
python -m pip install pyqt-reactive
For development:
git clone https://github.com/OpenHCSDev/PyQT-reactive.git
cd PyQT-reactive
python -m pip install -e ".[dev]"
Full documentation: pyqt-reactive.readthedocs.io
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyqt_reactive-0.1.32.tar.gz.
File metadata
- Download URL: pyqt_reactive-0.1.32.tar.gz
- Upload date:
- Size: 588.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3c086cfcf5e8247b2be01e9a56fc3383d42e387192319e6baa97d7877b8cf15
|
|
| MD5 |
3b7e849dfac7c4c531426bf1c455cf4d
|
|
| BLAKE2b-256 |
3f2d030fa7f8104d8f4124d48d4c03b877bd18efbcac71f11cb82e829b27574b
|
Provenance
The following attestation bundles were made for pyqt_reactive-0.1.32.tar.gz:
Publisher:
publish.yml on OpenHCSDev/PyQT-reactive
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqt_reactive-0.1.32.tar.gz -
Subject digest:
b3c086cfcf5e8247b2be01e9a56fc3383d42e387192319e6baa97d7877b8cf15 - Sigstore transparency entry: 2308749042
- Sigstore integration time:
-
Permalink:
OpenHCSDev/PyQT-reactive@7eb79f603cbf4835b4b569616f4d363f812ae68b -
Branch / Tag:
refs/tags/v0.1.32 - Owner: https://github.com/OpenHCSDev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7eb79f603cbf4835b4b569616f4d363f812ae68b -
Trigger Event:
push
-
Statement type:
File details
Details for the file pyqt_reactive-0.1.32-py3-none-any.whl.
File metadata
- Download URL: pyqt_reactive-0.1.32-py3-none-any.whl
- Upload date:
- Size: 542.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d007eff10af8deca803c60a8c5adb810786a8a7ed25f1087249d4ea3f139922e
|
|
| MD5 |
5935f4217f5a9fa6f4cfec1a188c7796
|
|
| BLAKE2b-256 |
1d310b0c75efeff1cc4f48733abf07e7e14445fd65806054631a8b06dab229d5
|
Provenance
The following attestation bundles were made for pyqt_reactive-0.1.32-py3-none-any.whl:
Publisher:
publish.yml on OpenHCSDev/PyQT-reactive
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pyqt_reactive-0.1.32-py3-none-any.whl -
Subject digest:
d007eff10af8deca803c60a8c5adb810786a8a7ed25f1087249d4ea3f139922e - Sigstore transparency entry: 2308749068
- Sigstore integration time:
-
Permalink:
OpenHCSDev/PyQT-reactive@7eb79f603cbf4835b4b569616f4d363f812ae68b -
Branch / Tag:
refs/tags/v0.1.32 - Owner: https://github.com/OpenHCSDev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7eb79f603cbf4835b4b569616f4d363f812ae68b -
Trigger Event:
push
-
Statement type: