firsttimewizard

The UI widgets for the first time wizard.

class openlp.core.ui.firsttimewizard.FirstTimePage[source]

Bases: object

An enumeration class with each of the pages of the wizard.

Bibles = 5
Defaults = 7
Download = 1
NoInternet = 2
Plugins = 3
Progress = 8
Songs = 4
Themes = 6
Welcome = 0
class openlp.core.ui.firsttimewizard.UiFirstTimeWizard[source]

Bases: object

The UI widgets for the first time wizard.

on_projectors_check_box_clicked()[source]
retranslate_ui(first_time_wizard)[source]

Translate the UI on the fly

Parameters:first_time_wizard – The wizard form
setup_ui(first_time_wizard)[source]

Set up the UI.

Parameters:first_time_wizard – The wizard form