![]() |
Miam-Player
0.8.0
A nice music player
|
The MainWindow class is the entry point of this audio player. More...
#include <mainwindow.h>
Public Slots | |
void | createCustomizeOptionsDialog () |
void | processArgs (const QStringList &args) |
Public Member Functions | |
MainWindow (QWidget *parent=nullptr) | |
void | activateLastView () |
void | dispatchDrop (QDropEvent *event) |
virtual bool | eventFilter (QObject *watched, QEvent *event) override |
void | init () |
void | loadPlugins () |
MediaPlayer * | mediaPlayer () const |
void | setupActions () |
void | updateFonts (const QFont &font) |
![]() | |
void | setupUi (QMainWindow *MainWindow) |
void | retranslateUi (QMainWindow *MainWindow) |
Protected Member Functions | |
virtual void | changeEvent (QEvent *event) override |
virtual void | closeEvent (QCloseEvent *) override |
virtual void | dragEnterEvent (QDragEnterEvent *event) override |
virtual void | dragMoveEvent (QDragMoveEvent *event) override |
virtual void | dropEvent (QDropEvent *event) override |
virtual bool | event (QEvent *event) override |
The MainWindow class is the entry point of this audio player.
|
explicit |
void MainWindow::activateLastView | ( | ) |
|
overrideprotectedvirtual |
Redefined to be able to retransltate User Interface at runtime.
|
overrideprotectedvirtual |
|
slot |
void MainWindow::dispatchDrop | ( | QDropEvent * | event | ) |
Popup shown to one when tracks are dropped from another application to MiamPlayer.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overridevirtual |
void MainWindow::init | ( | ) |
void MainWindow::loadPlugins | ( | ) |
|
inline |
|
slot |
void MainWindow::setupActions | ( | ) |
Set up all actions and behaviour.
void MainWindow::updateFonts | ( | const QFont & | font | ) |
Update fonts for menu and context menus.