shortcutlistdialog

The list of shortcuts within a dialog.

class openlp.core.ui.shortcutlistdialog.CaptureShortcutButton(*args)[source]

Bases: PyQt5.QtWidgets.QPushButton

A class to encapsulate a QPushButton.

keyPressEvent(event)[source]

Block the Key_Space key, so that the button will not change the checked state.

class openlp.core.ui.shortcutlistdialog.ShortcutTreeWidget(*args)[source]

Bases: PyQt5.QtWidgets.QTreeWidget

keyboardSearch(search)[source]

Ignore searches to prevent single letter searches from highlighting items.

Parameters:search – Search string
class openlp.core.ui.shortcutlistdialog.Ui_ShortcutListDialog[source]

Bases: object

The UI widgets for the shortcut dialog.

retranslateUi(shortcutListDialog)[source]

Translate the UI on the fly

setupUi(shortcutListDialog)[source]

Set up the UI