firsttimeform¶
This module contains the first time wizard.
-
class
openlp.core.ui.firsttimeform.
FirstTimeForm
(parent=None)[source]¶ Bases:
PyQt5.QtWidgets.QWizard
,openlp.core.ui.firsttimewizard.UiFirstTimeWizard
,openlp.core.common.registryproperties.RegistryProperties
This is the Theme Import Wizard, which allows easy creation and editing of OpenLP themes.
-
get_next_page_id
()[source]¶ Returns the id of the next FirstTimePage to go to based on enabled plugins
-
initialize
(screens)[source]¶ Set up the First Time Wizard
Parameters: screens – The screens detected by OpenLP
Process the triggering of the cancel button.
Process the triggering of the “Cancel” button on the No Internet page.
Process the triggering of the “Finish” button on the No Internet page.
-