![]() |
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 () |
| virtual void | language_changed () |
| virtual void | skin_changed () |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *e) |
| virtual void | closeEvent (QCloseEvent *e) |
Protected Attributes | |
| Dialog * | _boxed_dialog =nullptr |
| Settings * | _settings =nullptr |
1.8.14