Skip to main content

A set of Qt-based widgets onto the pymmcore-plus model

Project description

pymmcore-widgets

License Python Version PyPI Conda CI docs codecov

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.

Documentation

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_()

Screen Shot 2022-08-01 at 2 18 12 PM

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


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)

Uploaded Source

Built Distribution

pymmcore_widgets-0.4.2-py3-none-any.whl (93.9 kB view details)

Uploaded Python 3

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

Hashes for pymmcore_widgets-0.4.2.tar.gz
Algorithm Hash digest
SHA256 b23f71e0fe98f0dab9b3638c59076912f1dc804c486ef0bb751390d295f06929
MD5 1a0c6fb47026ef86b3e79fd57b1bf971
BLAKE2b-256 8b454f089e63314c514b00db06b9aa5467e9ae1ece4c154c28a75c5e2ccb209c

See more details on using hashes here.

File details

Details for the file pymmcore_widgets-0.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pymmcore_widgets-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 32e1afbe3b546385071a211d504ac66044bd89864cbd2e0587efd1617b461067
MD5 955f31ffd96e692c753c989954039c65
BLAKE2b-256 d086b3511c461b19c9e495a853d07c734146b78ace868772423be86390b68770

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page