klettres
prefs.cpp
Go to the documentation of this file.
35 itemLanguage = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "Language" ), mLanguage, QLatin1String( "en" ) );
54 itemTheme = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "myTheme" ), mTheme, valuesTheme, EnumTheme::kid );
57 itemMenuBarBool = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "MenuBarBool" ), mMenuBarBool, true );
71 itemMode = new KConfigSkeleton::ItemEnum( currentGroup(), QLatin1String( "myMode" ), mMode, valuesMode, EnumMode::grownup );
74 itemLevel = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "myLevel" ), mLevel, 1 );
79 itemKidTimer = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "KidTimer" ), mKidTimer, 4 );
82 itemGrownTimer = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "GrownTimer" ), mGrownTimer, 2 );
92 itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "mFont" ), mFont, defaultFont );
void setPointSize(int pointSize)
Definition: prefs.h:18
Definition: prefs.h:12
void setBold(bool enable)
void append(const T &value)
Definition: prefs.h:23
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.