![]() |
Sayonara Player
|
#include <Widget.h>
Widget with Settings connection. Also contains triggers for language_changed() and skin_changed() widget's content can be exported to a Dialog via the box_into_dialog() method.
Signals | |
void | sig_shown () |
void | sig_closed () |
Public Member Functions | |
Widget (QWidget *parent=nullptr) | |
Dialog * | box_into_dialog () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *e) |
virtual void | closeEvent (QCloseEvent *e) |
virtual void | language_changed () |
virtual void | skin_changed () |
Protected Attributes | |
Dialog * | _boxed_dialog =nullptr |