|
Q3270
A Qt-based 3270 Terminal Emulator
|
Signals | |
| void | themesApplied (const QString &themeName) |
Public Member Functions | |
| KeyboardThemeDialog (KeyboardStore &store, QWidget *parent=nullptr) | |
| KeyboardThemeDialog::KeyboardThemeDialog - Keyboard Theme Dialog. | |
| ~KeyboardThemeDialog () | |
| KeyboardTheme::~KeyboardTheme - destructor. | |
| int | exec () |
| KeyboardTheme::exec - display the dialog. | |
|
explicit |
KeyboardThemeDialog::KeyboardThemeDialog - Keyboard Theme Dialog.
| storeRef | - KeyboardStore, common across Q3270 |
| parent | - parent widget |
KeyboardTheme presents the dialog for managing the Keyboard Themes. Keyboard layouts can be created, modified and deleted; changes can be applied to the running session and saved to disk.
| KeyboardThemeDialog::~KeyboardThemeDialog | ( | ) |
KeyboardTheme::~KeyboardTheme - destructor.
Destructor to remove objects
| int KeyboardThemeDialog::exec | ( | ) |
KeyboardTheme::exec - display the dialog.
Save the state of the themes and then display the dialog.