Editor Dialogs

This section documents the code underlying the different editor dialogs. Read this together with the reference dialog descriptions.

Plover2CAT dialogs have their own UI and code files as they subclass QDialog. In general, these dialogs will receive a dict along with other parameters, and changes are made to the internal dict. After accepted, the dialog dict is then accessed from outside.

class helpDialogWindow.helpBrowser(help_engine=None)

Bases: QTextBrowser

class helpDialogWindow.helpDialogWindow

Bases: QDialog

Display help documentation.