comparison: Preferences/ConfigurationPages/ProjectPage.py
Preferences/ConfigurationPages/ProjectPage.py
- changeset 2964
- 84b65fb9e780
- parent 2302
- f29e9405c851
- child 3025
- 67064c71df21
- child 3057
- 10516539f238
equal
deleted
inserted
replaced
94 def create(dlg): |
94 def create(dlg): |
95 """ |
95 """ |
96 Module function to create the configuration page. |
96 Module function to create the configuration page. |
97 |
97 |
98 @param dlg reference to the configuration dialog |
98 @param dlg reference to the configuration dialog |
|
99 @return reference to the instantiated page (ConfigurationPageBase) |
99 """ |
100 """ |
100 page = ProjectPage() |
101 page = ProjectPage() |
101 return page |
102 return page |