|
Sayonara Player
|
Widget with Settings connection. Also contains triggers for language_changed() and skin_changed() \nThe widget's content can be exported to a Dialog via the box_into_dialog() method. More...
#include <Widget.h>
Signals | |
| void | sigShown () |
| void | sigClosed () |
Public Member Functions | |
| Widget (QWidget *parent=nullptr) | |
| Dialog * | boxIntoDialog () |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *e) override |
| virtual void | closeEvent (QCloseEvent *e) override |
| virtual void | languageChanged () |
| virtual void | skinChanged () |
Protected Attributes | |
| Dialog * | mBoxedDialog = nullptr |
Widget with Settings connection. Also contains triggers for language_changed() and skin_changed() \nThe widget's content can be exported to a Dialog via the box_into_dialog() method.
|
overrideprotectedvirtual |
Reimplemented from Gui::WidgetTemplate< QWidget >.