1 #ifndef MINIMODEWIDGET_H 2 #define MINIMODEWIDGET_H 16 QPoint _pos, _globalPos;
25 virtual bool eventFilter(QObject *obj, QEvent *e)
override;
27 virtual QSize
sizeHint()
const override;
34 virtual void closeEvent(QCloseEvent *)
override;
48 void setPosition(qint64 pos, qint64 duration);
52 #endif // MINIMODEWIDGET_H
ViewProperty
Definition: settings.h:32
ViewType
Definition: abstractview.h:39
Definition: ui_minimode.h:230
The AbstractView class is the base class for all views in Miam-Player.
Definition: abstractview.h:22
The MainWindow class is the entry point of this audio player.
Definition: mainwindow.h:27
Definition: abstractview.h:40