Sayonara Player
|
#include <PreferenceInterface.h>
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.
Public Member Functions | |
PreferenceAction (const QString &text, QWidget *preference_interface) | |
PreferenceAction Create QAction object, which is automatically connected to the show event of the underlying widget. More... | |
|
inline |
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 |