52#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
54 bool useHighDpiScaling =
false;
55 bool useHighDpiPixmaps =
false;
59 bool enableFaceEngine =
false;
60 bool enableAesthetic =
false;
61 bool enableAutoTags =
false;
62 bool softwareOpenGL =
false;
63 bool enableLogging =
false;
64 bool enableOpenCL =
false;
66#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
68 bool enableHWVideo =
false;
69 bool enableHWTConv =
false;
71 QString videoBackend = QLatin1String(
"ffmpeg");
81 int proxyType = HttpProxy;
82 bool proxyAuth =
false;
Definition systemsettings.h:29
ProxyType
This enum is used to specify the proxy that is used.
Definition systemsettings.h:36
QString proxyPass
Definition systemsettings.h:80
QString proxyUser
Definition systemsettings.h:79
QString proxyUrl
Definition systemsettings.h:77
Definition datefolderview.cpp:34