navigate Logo

Getting Started

  • Computer Considerations
  • Computer Power Configuration
  • Software Installation
  • Launching Navigate
  • Configuring Navigate
  • Acquiring Data
  • Smart Acquisition Routines

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up a Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Developer Architecture Concepts
  • Feature Container
  • REST API
  • Plugin Architecture
  • Adding New Hardware

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.controller.configurator
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
      • navigate.view.configurator_application_window
        • navigate.view.configurator_application_window.AddDeviceDialog
        • navigate.view.configurator_application_window.ConfigurationAssistantWindow
        • navigate.view.configurator_application_window.ConfiguratorTooltip
        • navigate.view.configurator_application_window.DeviceInfoFrame
        • navigate.view.configurator_application_window.DevicesFrame
        • navigate.view.configurator_application_window.RenameMicroscopeDialog
        • navigate.view.configurator_application_window.TopWindow
      • navigate.view.custom_widgets
      • navigate.view.main_application_window
      • navigate.view.main_window_content
      • navigate.view.popups
      • navigate.view.splash_screen
      • navigate.view.theme
navigate
  • Software API
  • navigate.view
  • navigate.view.configurator_application_window
  • navigate.view.configurator_application_window.ConfiguratorTooltip
  • View page source

navigate.view.configurator_application_window.ConfiguratorTooltip

class navigate.view.configurator_application_window.ConfiguratorTooltip(widget: Widget, text: str)

Bases: object

Small themed tooltip for configurator setting labels.

__init__(widget: Widget, text: str) → None

Methods

__init__(widget, text)

hide([_event])

Cancel a scheduled tooltip and close a visible tooltip.

schedule(_event)

Show the tooltip after a brief hover delay.

show()

Create the tooltip beside the label.

hide(_event: Optional[Event] = None) → None

Cancel a scheduled tooltip and close a visible tooltip.

schedule(_event: Event) → None

Show the tooltip after a brief hover delay.

show() → None

Create the tooltip beside the label.

Previous Next

© Copyright 2026, Dean Lab, UT Southwestern Medical Center.