lokalize
prefs_lokalize.cpp
Go to the documentation of this file.
36 mAuthorNameItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "authorName" ), mAuthorName, KEMailSettings().getSetting(KEMailSettings::RealName) );
39 mAuthorLocalizedNameItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "authorLocalizedName" ), mAuthorLocalizedName, KEMailSettings().getSetting(KEMailSettings::RealName) );
42 mAuthorEmailItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "authorEmail" ), mAuthorEmail, KEMailSettings().getSetting(KEMailSettings::EmailAddress) );
45 mDefaultLangCodeItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "DefaultLangCode" ), mDefaultLangCode, KGlobal::locale()->language() );
48 mDefaultMailingListItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "DefaultMailingList" ), mDefaultMailingList, getMailingList() );
54 mAddColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "AddColor" ), mAddColor, QColor( "#99CCFF" ) );
57 mDelColorItem = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "DelColor" ), mDelColor, QColor( "#FF9999" ) );
60 mHighlightSpacesItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "HighlightSpaces" ), mHighlightSpaces, true );
63 mMsgFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "MsgFont" ), mMsgFont, KGlobalSettings::generalFont() );
66 mLedsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Leds" ), mLeds, false );
72 mAutoApproveItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AutoApprove" ), mAutoApprove, true );
75 mAutoSpellcheckItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AutoSpellcheck" ), mAutoSpellcheck, true );
78 mMouseWheelGoItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "MouseWheelGo" ), mMouseWheelGo, false );
81 mWordCompletionLengthItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "WordCompletionLength" ), mWordCompletionLength, 4 );
87 mPrefetchTMItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "PrefetchTM" ), mPrefetchTM, false );
90 mSuggCountItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "SuggCount" ), mSuggCount, 7 );
93 mAutoaddTMItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AutoaddTM" ), mAutoaddTM, true );
96 mScanToTMOnOpenItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ScanToTMOnOpen" ), mScanToTMOnOpen, false );
Definition: prefs_lokalize.h:13
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 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:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.