TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Namespaces | |
TTK | |
The namespace of the process utils. | |
TTK::File | |
Functions | |
TTK_MODULE_EXPORT QStringList | TTK::File::fileListByPath (const QString &dpath, const QStringList &filter={}, bool recursively=true) |
TTK_MODULE_EXPORT QFileInfoList | TTK::File::fileInfoListByPath (const QString &dpath, const QStringList &filter={}, bool recursively=true) |
TTK_MODULE_EXPORT bool | TTK::File::copyPath (const QString &srcPath, const QString &dstPath, bool overwrite) |
TTK_MODULE_EXPORT bool | TTK::File::removeRecursively (const QString &dir, bool self=true) |
TTK_MODULE_EXPORT QString | TTK::File::getExistingDirectory (QWidget *parent) |
TTK_MODULE_EXPORT QString | TTK::File::getOpenFileName (QWidget *parent, const QString &filter="Image Files (*.png *.bmp *.jpg)") |
TTK_MODULE_EXPORT QStringList | TTK::File::getOpenFileNames (QWidget *parent, const QString &filter="Image Files (*.png *.bmp *.jpg)") |
TTK_MODULE_EXPORT QString | TTK::File::getSaveFileName (QWidget *parent, const QString &filter="Image Files (*.png *.bmp *.jpg)") |