Skip to content

Commit

Permalink
ENH: Make qMRMLTableWidget::mrmlTableViewNode accessible in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan committed Dec 1, 2022
1 parent 039ecaf commit 6834c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/MRML/Widgets/qMRMLTableWidget.h
Expand Up @@ -55,7 +55,7 @@ class QMRML_WIDGETS_EXPORT qMRMLTableWidget : public qMRMLWidget
~qMRMLTableWidget() override;

/// Get the table node observed by view.
vtkMRMLTableViewNode* mrmlTableViewNode()const;
Q_INVOKABLE vtkMRMLTableViewNode* mrmlTableViewNode()const;

/// Get a reference to the underlying Table View
/// Becareful if you change the TableView, you might
Expand Down

0 comments on commit 6834c51

Please sign in to comment.