lib.tools.project package¶
Submodules¶
lib.tools.project.metadataManagerUiLib module¶
Module metadataManagerUiLib.py: This module contains classes that provide additional functionality to the UI widgets in the Metadata Manager tool.
-
class
MetadataManagerTableWidget
(*args, **kwargs)[source]¶ Bases:
stkMariTools.lib.widget_utils.MariQTableWidget
This subclass of
MariQTableWidget
provides additional methods for working with metadata tables specifically in Mari.The constructor.
Parameters: - args –
- kwargs –
Returns: None
-
mouseDoubleClickEvent
(event)[source]¶ Override the base method in order to catch double-clicks. Will create a new row if double-clicking on empty space in the table.
Parameters: event – Returns: None
-
staticMetaObject
= <PySide.QtCore.QMetaObject object at 0x0000000006D04B88>¶
Module contents¶
Module __init__.py: This module ...