108 Preferences.setHelp( |
108 Preferences.setHelp( |
109 "PySide6DocDir", self.pyside6DocDirPicker.text(toNative=False) |
109 "PySide6DocDir", self.pyside6DocDirPicker.text(toNative=False) |
110 ) |
110 ) |
111 |
111 |
112 |
112 |
113 def create(dlg): |
113 def create(dlg): # noqa: U100 |
114 """ |
114 """ |
115 Module function to create the configuration page. |
115 Module function to create the configuration page. |
116 |
116 |
117 @param dlg reference to the configuration dialog |
117 @param dlg reference to the configuration dialog |
118 @return reference to the instantiated page (ConfigurationPageBase) |
118 @return reference to the instantiated page (ConfigurationPageBase) |