|
Sayonara Player
|
Signals | |
| void | sigError (const QString &errorMessage) |
| void | sigClosed () |
| emitted when closed | |
Public Member Functions | |
| GUI_PreferenceDialog (QMainWindow *parent) | |
| QString | actionName () const |
| QAction * | action () |
| QList< QAction * > | actions (QWidget *parent) |
| void | registerPreferenceDialog (Preferences::Base *dialog) |
| void | showPreference (const QString &identifier) override |
| void | resizeRelative (QWidget *widget, double percent, const QSize &maxSize) |
| bool | isAccepted () const |
Protected Slots | |
| bool | commit () |
| void | revert () |
| void | commitAndClose () |
| void | rowChanged (int row) |
Protected Member Functions | |
| void | initUi () |
| void | languageChanged () override |
| void | showEvent (QShowEvent *e) override |
| void | hideAll () |
| virtual void | closeEvent (QCloseEvent *e) override |
| virtual void | paintEvent (QPaintEvent *e) override |
| virtual void | skinChanged () |
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplateParent.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplate< QDialog >.
|
overridevirtual |
Implements PreferenceUi.