formattingtagform¶
The formattingtagform
provides an Tag Edit facility. The Base set are protected and included each time loaded.
Custom tags can be defined and saved. The Custom Tag arrays are saved in a json string so QSettings works on them.
Base Tags cannot be changed.
-
class
openlp.core.ui.formattingtagform.
EditColumn
[source]¶ Bases:
object
Hides the magic numbers for the table columns
-
Description
= 0¶
-
EndHtml
= 3¶
-
StartHtml
= 2¶
-
Tag
= 1¶
-
-
class
openlp.core.ui.formattingtagform.
FormattingTagForm
(parent)[source]¶ Bases:
PyQt5.QtWidgets.QDialog
,openlp.core.ui.formattingtagdialog.Ui_FormattingTagDialog
,openlp.core.ui.formattingtagcontroller.FormattingTagController
The
FormattingTagForm
manages the settings tab .