parley
languagesettings.cpp
Go to the documentation of this file.
14 mKeyboardLayoutItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "KeyboardLayout" ), mKeyboardLayout );
18 mSpellCheckerItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "SpellChecker" ), mSpellChecker );
22 mConjugationTensesItem = new KConfigSkeleton::ItemStringList( currentGroup(), QLatin1String( "ConjugationTenses" ), mConjugationTenses );
28 mVisibleColumnsItem = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "VisibleColumns" ), mVisibleColumns, defaultVisibleColumns );
32 mPracticeFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "PracticeFont" ), mPracticeFont, KGlobalSettings::generalFont() );
35 mEditorFontItem = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "EditorFont" ), mEditorFont, KGlobalSettings::generalFont() );
QStringList mConjugationTenses
Definition: languagesettings.h:173
LanguageSettings(const QString &locale)
Definition: languagesettings.cpp:8
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 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:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.