![]() |
Miam-Player
0.8.0
A nice music player
|
The DragDropDialog class is a small modal dialog. More...
#include <dragdropdialog.h>
Signals | |
void | aboutToAddExtFoldersToLibrary (const QList< QDir > &) |
void | aboutToAddExtFoldersToPlaylist (const QList< QDir > &) |
Public Member Functions | |
DragDropDialog (QWidget *parent=nullptr) | |
bool | setMimeData (const QMimeData *mimeData) |
QStringList const | externalLocations () const |
QStringList const | playlistLocations () const |
![]() | |
void | setupUi (QDialog *DragDropDialog) |
void | retranslateUi (QDialog *DragDropDialog) |
Additional Inherited Members | |
![]() | |
QVBoxLayout * | verticalLayout |
QLabel * | labelHowToProceed |
QHBoxLayout * | horizontalLayout |
QSpacerItem * | horizontalSpacer |
QToolButton * | toolButtonLibrary |
QToolButton * | toolButtonPlaylist |
QSpacerItem * | horizontalSpacer_2 |
QCheckBox * | checkBoxRememberChoice |
QSpacerItem * | verticalSpacer |
QDialogButtonBox * | buttonBox |
The DragDropDialog class is a small modal dialog.
This dialog is displayed on screen when one is interacting from an external application to the Miam-Player. One can drag files or folders from any filesystem explorer to this application. The first time this dialog will appear, 2 options will be proposed: to add items to the current playlist, or to add them to the library. This choice can be remembered.
|
explicit |
|
signal |
|
signal |
|
inline |
|
inline |
bool DragDropDialog::setMimeData | ( | const QMimeData * | mimeData | ) |