@@ -628,7 +628,7 @@ def add_combo_menu(self, name, label='', items=None, tab=None):
628628 function and embeds a :class:`PySide2.QtWidgets.QComboBox` widget
629629 into the node.
630630
631- Note :
631+ Important :
632632 The embedded widget is wired up to the :meth:`NodeObject.set_property`
633633 function use this function to to update the widget.
634634
@@ -652,7 +652,7 @@ def add_text_input(self, name, label='', text='', tab=None, multi_line=False):
652652 function and embeds a :class:`PySide2.QtWidgets.QLineEdit` widget
653653 into the node.
654654
655- Note :
655+ Important :
656656 The embedded widget is wired up to the :meth:`NodeObject.set_property`
657657 function use this function to to update the widget.
658658
@@ -677,7 +677,7 @@ def add_file_input(self, name, label='', text='', tab=None, ext="*"):
677677 function and embeds a :class:`PySide2.QtWidgets.QLineEdit` widget
678678 into the node.
679679
680- Note :
680+ Important :
681681 The embedded widget is wired up to the :meth:`NodeObject.set_property`
682682 function use this function to to update the widget.
683683
@@ -700,7 +700,7 @@ def add_float_input(self, name, label='', value=0.0, range=None, tab=None):
700700 function and embeds a :class:`PySide2.QtWidgets.QLineEdit` widget
701701 into the node.
702702
703- Note :
703+ Important :
704704 The embedded widget is wired up to the :meth:`NodeObject.set_property`
705705 function use this function to to update the widget.
706706
@@ -723,7 +723,7 @@ def add_int_input(self, name, label='', value=0, range=None, tab=None):
723723 function and embeds a :class:`PySide2.QtWidgets.QLineEdit` widget
724724 into the node.
725725
726- Note :
726+ Important :
727727 The embedded widget is wired up to the :meth:`NodeObject.set_property`
728728 function use this function to to update the widget.
729729
@@ -746,7 +746,7 @@ def add_checkbox(self, name, label='', text='', state=False, tab=None):
746746 function and embeds a :class:`PySide2.QtWidgets.QCheckBox` widget
747747 into the node.
748748
749- Note :
749+ Important :
750750 The embedded widget is wired up to the :meth:`NodeObject.set_property`
751751 function use this function to to update the widget.
752752
0 commit comments