![]() |
Sayonara Player
|
The Preference Dialog. Register new Preference dialogs with the register_preference_dialog() method. More...
#include <GUI_PreferenceDialog.h>
Signals | |
| void | sigError (const QString &error_message) |
| 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) |
The Preference Dialog. Register new Preference dialogs with the register_preference_dialog() method.