Spine Toolbox
release-0.6

Contents:

  • Getting Started
  • How to set up SpineOpt.jl
  • Tutorials
  • Setting up External Tools
  • Main Window
  • Project Items
  • Tool specification editor
  • Executing Projects
  • Execution Modes
  • Settings
  • Spine database editor
  • Plotting
  • Parameter value editor
  • Importing and exporting data
  • Spine datapackage editor
  • Terminology
  • Dependencies
  • Contribution Guide for Spine Toolbox
  • Developer documentation
  • API Reference
    • spinetoolbox
      • Subpackages
        • spinetoolbox.mvcmodels
        • spinetoolbox.project_item
        • spinetoolbox.spine_db_editor
        • spinetoolbox.widgets
      • Submodules
      • Package Contents
Spine Toolbox
  • Docs »
  • API Reference »
  • spinetoolbox »
  • spinetoolbox.widgets »
  • spinetoolbox.widgets.link_properties_widget
  • Edit on GitHub

spinetoolbox.widgets.link_properties_widget¶

Link properties widget.

author
  1. Marin (KTH)

date

27.11.2020

Module Contents¶

Classes¶

LinkPropertiesWidget

Widget for the Data Connection Item Properties.

class spinetoolbox.widgets.link_properties_widget.LinkPropertiesWidget(toolbox)[source]¶

Bases: PySide2.QtWidgets.QWidget

Widget for the Data Connection Item Properties.

Parameters

toolbox (ToolboxUI) – The toolbox instance where this widget should be embedded

set_link(self, link)[source]¶

Hooks the widget to given link, so that user actions are reflected in the link’s filter configuration.

Parameters

link (Link) –

unset_link(self)[source]¶

Releases the widget from any links.

_handle_use_datapackage_state_changed(self, _state)[source]¶
load_connection_options(self)[source]¶
Next Previous

© Copyright 2017-2021 Spine project consortium Revision a41c0cb9.

Built with Sphinx using a theme provided by Read the Docs.