kanagram
kanagramsettings.cpp
Go to the documentation of this file.
35 itemCurrentCategory = new KCoreConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "currentCategory" ), mCurrentCategory, 0 );
38 itemHintHideTime = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "hintHideTime" ), mHintHideTime, QLatin1String( "5" ) );
41 itemResolveTime = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "resolveTime" ), mResolveTime, QLatin1String( "120" ) );
44 itemUseSounds = new KCoreConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "useSounds" ), mUseSounds, true );
47 itemDefaultVocabulary = new KCoreConfigSkeleton::ItemPath( currentGroup(), QLatin1String( "defaultVocabulary" ), mDefaultVocabulary );
50 itemDataLanguage = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "dataLanguage" ), mDataLanguage );
Definition: kanagramsettings.h:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.