|
|
void | tempFontChange (QFont f) |
| |
|
void | tempFontTweakChange (Q3270::FontTweak f) |
| |
|
void | themesApplied (const QString &name) |
| |
|
void | connectValid (bool state) |
| |
◆ PreferencesDialog()
◆ ~PreferencesDialog()
| PreferencesDialog::~PreferencesDialog |
( |
| ) |
|
◆ connected
| void PreferencesDialog::connected |
( |
| ) |
|
|
slot |
PreferencesDialog::connected - disable some settings when connected to a host.
When connected to a host, there are some settngs that cannot be changed. This is because these settings are only of use during connection negotiation and are not used unless the connection is closed and reopened.
◆ disconnected
| void PreferencesDialog::disconnected |
( |
| ) |
|
|
slot |
PreferencesDialog::disconnected - enable some settings when not connected to a host.
When connected to a host, there are some settngs that cannot be changed. This is because these settings are only of use during connection negotiation and are not used unless the connection is closed and reopened.
◆ showForm()
| void PreferencesDialog::showForm |
( |
| ) |
|
PreferencesDialog::showForm - display the Preferences dialog.
Populate the various dialog fields from the active settings and show the form. This saves the coding required to save/restore settings before the form is displayed and to restore those settings if the user pressed Cancel.
The documentation for this class was generated from the following files:
- /home/runner/work/Q3270/Q3270/src/Preferences/PreferencesDialog.h
- /home/runner/work/Q3270/Q3270/src/Preferences/PreferencesDialog.cpp