TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Structure to store Light plugin properies. More...
#include <lightfactory.h>
Public Attributes | |
QString | name |
QString | shortName |
bool | hasSettings = false |
Structure to store Light plugin properies.
Definition at line 66 of file lightfactory.h.
bool LightProperties::hasSettings = false |
Should be true if plugin has settings dialog, otherwise returns false
Definition at line 70 of file lightfactory.h.
QString LightProperties::name |
Light plugin full name
Definition at line 68 of file lightfactory.h.
QString LightProperties::shortName |
Light plugin short name for internal usage
Definition at line 69 of file lightfactory.h.