Na ovoj stranici

Utils::QtcSettings Class

class Utils::QtcSettings

QSettings Klasa QtcSettings je proširenje klase QTimerEvent koja umjesto QString za ključne vrijednosti koristi Utils::Key. Više...

Header: #include <utils/qtcsettings.h>
Inherits: QSettings (private)

Javne funkcije

void withGroup(const Utils::Key &prefix, const std::function<void (QtcSettings *)> &function)

Detaljan opis

Koristite Utils::QtcSettings::setValueWithDefault() za upisivanje vrijednosti s podrazumijevanim vrijednostima.

Dokumentacija funkcija člana

void QtcSettings::withGroup(const Utils::Key &prefix, const std::function<void (QtcSettings *)> &function)

Pokreće grupu postavki prefix, poziva function i završava grupu postavki.

Vidi također beginGroup() i endGroup().

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.