71 self.gotoClickEdit.setText( |
71 self.gotoClickEdit.setText( |
72 MouseUtilities.MouseButtonModifier2String(*self.__modifiers["goto"]) |
72 MouseUtilities.MouseButtonModifier2String(*self.__modifiers["goto"]) |
73 ) |
73 ) |
74 |
74 |
75 |
75 |
76 def create(dlg): |
76 def create(dlg): # noqa: U100 |
77 """ |
77 """ |
78 Module function to create the configuration page. |
78 Module function to create the configuration page. |
79 |
79 |
80 @param dlg reference to the configuration dialog |
80 @param dlg reference to the configuration dialog |
81 @return reference to the instantiated page (ConfigurationPageBase) |
81 @return reference to the instantiated page (ConfigurationPageBase) |