diff --git a/examples/dialog_example_2.py b/examples/dialog_example_2.py index 2e07f7e..4dec5e0 100644 --- a/examples/dialog_example_2.py +++ b/examples/dialog_example_2.py @@ -26,7 +26,7 @@ def openFormDialog(self): dialog = FormDialog(parent=self, title='Example') dialog.Ok.clicked.connect(lambda: self.accepted()) - ### Example on how to add elements to the + # Example on how to add elements to the FormDialog # add input 1 as QLineEdit qlabel = QtWidgets.QLabel(dialog.groupBox) qlabel.setText("Input 1: ")