retype.ui.customisation_dialog
Functions
|
|
|
|
|
|
|
Classes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- class retype.ui.customisation_dialog.BookViewSettingsWidget(bookview_settings, parent=None)[source]
Bases:
QWidget- changed
- class retype.ui.customisation_dialog.ConsoleFontSelector(font, parent=None)[source]
Bases:
QFontComboBox
- class retype.ui.customisation_dialog.CustomisationDialog(config, window, saveConfig, prevView, getBookViewFontSize, parent=None)[source]
Bases:
QDialog
- class retype.ui.customisation_dialog.LibraryPathsModel(paths, parent=None)[source]
Bases:
QAbstractListModel- INVALID_TEMPLATE = '<span style="color:red">{}</span>'
- changed
- class retype.ui.customisation_dialog.LibraryPathsWidget(library_paths, parent=None)[source]
Bases:
QWidget- changed
- class retype.ui.customisation_dialog.PathDelegate(parent=None)[source]
Bases:
Delegate
- class retype.ui.customisation_dialog.PathSelector(path, parent=None, window_title='Select path')[source]
Bases:
QWidget- changed
- class retype.ui.customisation_dialog.RDictDelegate(parent=None)[source]
Bases:
Delegate
- class retype.ui.customisation_dialog.RDictEntryEditor(substr, reps, parent=None)[source]
Bases:
QWidget
- class retype.ui.customisation_dialog.RDictModel(rdict, parent=None)[source]
Bases:
QAbstractListModel- INVALID_TEMPLATE = '<div style="color:red"><p><b>Substring:</b> <code>\'<u style="color:blue">{0}</u>\' ({1})</code><br>\nReplacements list: <code><b>{2}</b></code></p></div>'
- TEMPLATE = '<p><b>Substring:</b> <code>\'<u style="color:blue">{0}</u>\' ({1})</code><br>\nReplacements list: <code><b>{2}</b></code></p>'
- changed
- class retype.ui.customisation_dialog.RDictWidget(rdict, parent=None)[source]
Bases:
QWidget- changed