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.custom_widgets
      • navigate.view.main_application_window
      • navigate.view.main_window_content
      • navigate.view.popups
        • navigate.view.popups.acquire_popup
        • navigate.view.popups.adaptiveoptics_popup
        • navigate.view.popups.autofocus_setting_popup
        • navigate.view.popups.camera_map_setting_popup
        • navigate.view.popups.camera_setting_popup
        • navigate.view.popups.camera_view_popup_window
        • navigate.view.popups.diagnostics_popup
        • navigate.view.popups.feature_list_popup
        • navigate.view.popups.gui_settings_popup
        • navigate.view.popups.ilastik_setting_popup
        • navigate.view.popups.microscope_setting_popup_window
        • navigate.view.popups.plugins_popup
        • navigate.view.popups.stages_advanced_popup
        • navigate.view.popups.tiling_wizard_popup
        • navigate.view.popups.waveform_parameter_popup_window
      • navigate.view.splash_screen
      • navigate.view.theme
navigate
  • Software API
  • navigate.view
  • navigate.view.popups
  • navigate.view.popups.gui_settings_popup
  • navigate.view.popups.gui_settings_popup.GuiSettingsPopup
  • View page source

navigate.view.popups.gui_settings_popup.GuiSettingsPopup

class navigate.view.popups.gui_settings_popup.GuiSettingsPopup(root: Tk)

Bases: object

Themed popup that presents GUI settings supplied by its controller.

__init__(root: Tk) → None

Methods

__init__(root)

populate_settings(fields)

Create grouped controls from controller-provided field descriptions.

set_status(message)

Retain the view interface without displaying a footer message.

show_info(title, message)

Show an informational dialog associated with this popup.

showup()

Restore and focus the settings window.

populate_settings(fields: list[dict[str, Any]]) → None

Create grouped controls from controller-provided field descriptions.

set_status(message: str) → None

Retain the view interface without displaying a footer message.

show_info(title: str, message: str) → None

Show an informational dialog associated with this popup.

showup() → None

Restore and focus the settings window.

Previous Next

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