printserviceform¶
The actual print service dialog
- class openlp.core.ui.printserviceform.PrintServiceForm[source]¶
Bases: PyQt5.QtWidgets.QDialog, openlp.core.ui.printservicedialog.Ui_PrintServiceDialog, openlp.core.common.registryproperties.RegistryProperties
The PrintServiceForm class displays a dialog for printing the service.
- on_slide_text_check_box_changed(state)[source]¶
Disable or enable the page_break_after_text checkbox as it should only be enabled, when the slide_text_check_box is enabled.