Perceptual Color
6#include "perceptualsettings.h"
8#include <qcoreapplication.h>
10#include <qstringliteral.h>
12#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
14#include <qdatastream.h>
21PerceptualSettings::PerceptualSettings()
22 : Settings(QSettings::UserScope, QStringLiteral(
"kde.org"), QStringLiteral(
"libperceptualcolor"))
40 , customColors(QStringLiteral(
"colordialog/customcolors"), this)
41 , history(QStringLiteral(
"colordialog/history"), this)
42 , swatchBookPage(QStringLiteral(
"colordialog/swatchbookpage"), this)
43 , tab(QStringLiteral(
"colordialog/tab"), this)
44 , tabExpanded(QStringLiteral(
"colordialog/tabexpanded"), this)
49PerceptualSettings::~PerceptualSettings()
63PerceptualSettings &PerceptualSettings::instance()
73 static PerceptualSettings myInstance;
The namespace of this library.
QCoreApplication * instance()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:52:11 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.