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.1.tar.gz (83.4 kB view details)

Uploaded Source

Built Distribution

pymmcore_widgets-0.4.1-py3-none-any.whl (93.7 kB view details)

Uploaded Python 3

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

Hashes for pymmcore_widgets-0.4.1.tar.gz
Algorithm Hash digest
SHA256 7c0c338e2637902cc97a41699eb54bf22de53c632cc96a130a5eeca27d2c8f21
MD5 339e5a82b318697b2a98b349ff404ee0
BLAKE2b-256 ca1ff191459b2d6679741b755da635636d4867aabb09ff9ae8c0e5a4fdfae68d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymmcore_widgets-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d51d35407f58a4657b3028aa042bd44c3de503f72ba5446908a5354048ef404
MD5 a441f4df464fe1a790299c8a1e524933
BLAKE2b-256 78bae9728a11543d52ad46e04285510902540111686fb02a540a2bdff68bcea2

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