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.3.0.tar.gz
(90.2 kB
view details)
Built Distribution
File details
Details for the file pymmcore-widgets-0.3.0.tar.gz
.
File metadata
- Download URL: pymmcore-widgets-0.3.0.tar.gz
- Upload date:
- Size: 90.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7886a0953d630f871771f5671caf605aa2ec4c5d328e25ba6e631b9eb559e24 |
|
MD5 | 96777e1a31f7837e0729648920d6ba91 |
|
BLAKE2b-256 | 2f0bb1e7b75994f95077ab7331d921fed954cd77c1df57b99fd922549d7398cf |
File details
Details for the file pymmcore_widgets-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pymmcore_widgets-0.3.0-py3-none-any.whl
- Upload date:
- Size: 83.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1addcfb78ee1194ea3cc9064115d1b411261d37c7cbc8aedc65a6d1691205d3f |
|
MD5 | 5e4a26a5f521a3ed3f6755883a8bef6f |
|
BLAKE2b-256 | 002aa5365f91a28b8ce10a06e9b23cd40455ea329576b4c5e15a33a0b7823c7f |