![]() |
Miam-Player
0.8.0
A nice music player
|
The CustomizeOptionsDialog class is a very important class. It is designed to help one to customize options of Miam-Player. More...
#include <customizeoptionsdialog.h>
Public Slots | |
void | addMusicLocations (const QList< QDir > &dirs) |
Signals | |
void | aboutToBindShortcut (const QString &objectName, const QKeySequence &keySequence) |
void | defaultLocationFileExplorerHasChanged (const QDir &location) |
Public Member Functions | |
CustomizeOptionsDialog (PluginManager *pluginManager, QWidget *parent=nullptr) | |
virtual bool | eventFilter (QObject *obj, QEvent *e) override |
![]() | |
void | setupUi (QDialog *CustomizeOptionsDialog) |
void | retranslateUi (QDialog *CustomizeOptionsDialog) |
Protected Member Functions | |
virtual void | changeEvent (QEvent *event) override |
virtual void | closeEvent (QCloseEvent *) override |
The CustomizeOptionsDialog class is a very important class. It is designed to help one to customize options of Miam-Player.
|
explicit |
|
signal |
|
slot |
Adds a external music locations in the library (Drag & Drop).
|
overrideprotectedvirtual |
Redefined to be able to retransltate User Interface at runtime.
|
overrideprotectedvirtual |
Redefined to add custom behaviour.
|
signal |
|
overridevirtual |
Redefined to inspect shortcuts.