![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qohossettings.h"#include <QtCore/private/qohoscommon_p.h>#include <cmath>#include <cstring>#include <functional>#include <qohosdeviceinfo_p.h>#include <qohosplugincore.h>#include <qohosutils.h>#include <stdexcept>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
| namespace | QOhosSettings |
Functions | |
| QOhosOptional< std::string > | QT_BEGIN_NAMESPACE::tryGetDataItemValue (const std::string &name, const std::string &domainName) |
| template<typename T> | |
| QOhosOptional< T > | QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName) |
| template<> | |
| QOhosOptional< double > | QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName) |
| std::string | QT_BEGIN_NAMESPACE::getOhosSettingsUserPropertyDomainName () |
| double | QOhosSettings::fontSizeScale () |
| bool | QOhosSettings::isWindowPcModeEnabled () |
| template<> | |
| QOhosOptional< double > | QT_BEGIN_NAMESPACE::tryGetDataItemTypedValue (const std::string &name, const std::string &domainName) |
Variables | |
| constexpr const char * | QT_BEGIN_NAMESPACE::fontSizeScalePropertyName = "font_scale" |
| constexpr const char * | QT_BEGIN_NAMESPACE::windowPcModeSwitchStatusPropertyName = "window_pcmode_switch_status" |