![]() |
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 (QWidget *parent=nullptr) | |
QString | actionName () const |
QAction * | action () |
QList< QAction * > | actions (QWidget *parent) |
void | registerPreferenceDialog (Preferences::Base *dialog) |
void | showPreference (const QString &identifier) override |
bool | isAccepted () const |
void | resize (double percent) |
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.