25 #ifndef GUILIBRARYINFOBOX_H_ 26 #define GUILIBRARYINFOBOX_H_ 28 #include "Gui/Utils/Widgets/Dialog.h" 29 #include "Utils/Pimpl.h" 31 UI_FWD(GUI_LibraryInfoBox)
51 void language_changed()
override;
52 void skin_changed()
override;
53 void showEvent(QShowEvent* e)
override;
A info box containing library statistics ::
Definition: GUI_LibraryInfoBox.h:39
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition: Dialog.h:33
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32