def _create_qwizard_page(self) -> QWizardPage:
     self.__qwizard_page = QWizardPage()
     ui_path = 'wizards/survey/wiz_create_plot_survey.ui'
     load_ui(ui_path, self.__qwizard_page)
     return self.__qwizard_page
 def _init_qwizard_page(self) -> QWizardPage:
     qwizard_page = QWizardPage()
     ui_path = 'wizards/source_selector.ui'
     load_ui(ui_path, qwizard_page)
     return qwizard_page
 def _create_qwizard_page(self) -> QWizardPage:
     self.__qwizard_page = QWizardPage()
     ui_path = 'wizards/survey/wiz_associate_extaddress_survey.ui'
     load_ui(ui_path, self.__qwizard_page)
     return self.__qwizard_page
 def _init_qwizard_page(self) -> QWizardPage:
     qwizard_page = QWizardPage()
     ui_path = 'wizards/survey/wiz_create_right_of_way_survey.ui'
     load_ui(ui_path, qwizard_page)
     return qwizard_page