![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | ProxyType { HttpProxy = 0 , Socks5Proxy } |
This enum is used to specify the proxy that is used. More... | |
Public Member Functions | |
SystemSettings (const QString &name) | |
void | saveSettings () |
Public Attributes | |
bool | enableAesthetic = false |
bool | enableAutoTags = false |
bool | enableFaceEngine = false |
bool | enableHWTConv = false |
bool | enableHWVideo = false |
bool | enableLogging = false |
bool | enableOpenCL = false |
bool | proxyAuth = false |
QString | proxyPass |
int | proxyPort = 8080 |
int | proxyType = HttpProxy |
QString | proxyUrl |
QString | proxyUser |
bool | softwareOpenGL = false |
QString | videoBackend = QLatin1String("ffmpeg") |