94 "CallTipsPosition", |
94 "CallTipsPosition", |
95 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), |
95 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), |
96 ) |
96 ) |
97 |
97 |
98 |
98 |
99 def create(dlg): # noqa: U100 |
99 def create(_dlg): |
100 """ |
100 """ |
101 Module function to create the configuration page. |
101 Module function to create the configuration page. |
102 |
102 |
103 @param dlg reference to the configuration dialog |
103 @param _dlg reference to the configuration dialog (unused) |
104 @type ConfigurationDialog |
104 @type ConfigurationDialog |
105 @return reference to the instantiated page |
105 @return reference to the instantiated page |
106 @rtype ConfigurationPageBase |
106 @rtype ConfigurationPageBase |
107 """ |
107 """ |
108 page = EditorCalltipsPage() |
108 page = EditorCalltipsPage() |