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.1.tar.gz
(83.4 kB
view details)
Built Distribution
File details
Details for the file pymmcore_widgets-0.4.1.tar.gz
.
File metadata
- Download URL: pymmcore_widgets-0.4.1.tar.gz
- Upload date:
- Size: 83.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c0c338e2637902cc97a41699eb54bf22de53c632cc96a130a5eeca27d2c8f21 |
|
MD5 | 339e5a82b318697b2a98b349ff404ee0 |
|
BLAKE2b-256 | ca1ff191459b2d6679741b755da635636d4867aabb09ff9ae8c0e5a4fdfae68d |
File details
Details for the file pymmcore_widgets-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: pymmcore_widgets-0.4.1-py3-none-any.whl
- Upload date:
- Size: 93.7 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 | 2d51d35407f58a4657b3028aa042bd44c3de503f72ba5446908a5354048ef404 |
|
MD5 | a441f4df464fe1a790299c8a1e524933 |
|
BLAKE2b-256 | 78bae9728a11543d52ad46e04285510902540111686fb02a540a2bdff68bcea2 |