82 "CallTipsPosition", |
82 "CallTipsPosition", |
83 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), |
83 self.positionComboBox.itemData(self.positionComboBox.currentIndex()), |
84 ) |
84 ) |
85 |
85 |
86 |
86 |
87 def create(dlg): |
87 def create(dlg): # noqa: U100 |
88 """ |
88 """ |
89 Module function to create the configuration page. |
89 Module function to create the configuration page. |
90 |
90 |
91 @param dlg reference to the configuration dialog |
91 @param dlg reference to the configuration dialog |
92 @return reference to the instantiated page (ConfigurationPageBase) |
92 @return reference to the instantiated page (ConfigurationPageBase) |