A set of Qt-based widgets onto the pymmcore-plus model
Project description
pymmcore-widgets
A set of widgets for the pymmcore-plus package. This package can be used to build custom user interfaces for micromanager in a python/Qt environment.
Usage
from pymmcore_plus import CMMCorePlus
from pymmcore_widgets import StageWidget # as an example... see below
from qtpy.QtWidgets import QApplication
mmcore = CMMCorePlus.instance()
mmcore.loadSystemConfiguration()
if __name__ == '__main__':
app = QApplication([])
stage = StageWidget('XY')
stage.show()
app.exec_()
See complete list of available widgets in the documentation
Installation
pip install pymmcore-widgets
# note that this package does NOT include a Qt backend
# you must install one yourself, for example:
pip install PyQt5
# package is tested against PyQt5, PyQt6, PySide2, and PySide6
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
pymmcore_widgets-0.4.2.tar.gz
(83.5 kB
view details)
Built Distribution
File details
Details for the file pymmcore_widgets-0.4.2.tar.gz
.
File metadata
- Download URL: pymmcore_widgets-0.4.2.tar.gz
- Upload date:
- Size: 83.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b23f71e0fe98f0dab9b3638c59076912f1dc804c486ef0bb751390d295f06929 |
|
MD5 | 1a0c6fb47026ef86b3e79fd57b1bf971 |
|
BLAKE2b-256 | 8b454f089e63314c514b00db06b9aa5467e9ae1ece4c154c28a75c5e2ccb209c |
File details
Details for the file pymmcore_widgets-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: pymmcore_widgets-0.4.2-py3-none-any.whl
- Upload date:
- Size: 93.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32e1afbe3b546385071a211d504ac66044bd89864cbd2e0587efd1617b461067 |
|
MD5 | 955f31ffd96e692c753c989954039c65 |
|
BLAKE2b-256 | d086b3511c461b19c9e495a853d07c734146b78ace868772423be86390b68770 |