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( "1" ) );
41 itemResolveTime = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "resolveTime" ), mResolveTime, QLatin1String( "0" ) );
44 itemScoreTime = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "scoreTime" ), mScoreTime, QLatin1String( "2" ) );
47 itemCorrectAnswerScore = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "correctAnswerScore" ), mCorrectAnswerScore, QLatin1String( "0" ) );
50 itemIncorrectAnswerScore = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "incorrectAnswerScore" ), mIncorrectAnswerScore, QLatin1String( "0" ) );
53 itemRevealAnswerScore = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "revealAnswerScore" ), mRevealAnswerScore, QLatin1String( "0" ) );
56 itemSkippedWordScore = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "skippedWordScore" ), mSkippedWordScore, QLatin1String( "0" ) );
59 itemUseSounds = new KCoreConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "useSounds" ), mUseSounds, true );
62 itemUppercaseOnly = new KCoreConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "uppercaseOnly" ), mUppercaseOnly, false );
65 itemEnablePronunciation = new KCoreConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "enablePronunciation" ), mEnablePronunciation, true );
68 itemDefaultVocabulary = new KCoreConfigSkeleton::ItemPath( currentGroup(), QLatin1String( "defaultVocabulary" ), mDefaultVocabulary );
71 itemDataLanguage = new KCoreConfigSkeleton::ItemString( currentGroup(), QLatin1String( "dataLanguage" ), mDataLanguage );
QString mIncorrectAnswerScore
Definition: kanagramsettings.h:276
Definition: kanagramsettings.h:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:00 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:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.