![]() |
Sayonara Player
|
The action, which is used to access the Preference. More...
#include <PreferenceAction.h>
Public Member Functions | |
Action (const QString &text, QWidget *preference_interface) | |
PreferenceAction Create QAction object, which is automatically connected to the show event of the underlying widget. More... | |
The action, which is used to access the Preference.
This action is generated by and handled by the PreferenceInterface. Usually you don't get in touch with that class.
Preferences::Action::Action | ( | const QString & | text, |
QWidget * | preference_interface | ||
) |
PreferenceAction Create QAction object, which is automatically connected to the show event of the underlying widget.
text | text of the action |
preference_interface | Widget, that should appear when action is triggered |