kjots
KJotsSettings.cpp
Go to the documentation of this file.
37 itemSplitterSizes = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "SplitterSizes" ), mSplitterSizes, defaultSplitterSizes );
40 itemCurrentSelection = new KConfigSkeleton::ItemULongLong( currentGroup(), QLatin1String( "CurrentSelection" ), mCurrentSelection );
43 itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "Font" ), mFont, KGlobalSettings::generalFont() );
46 itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "AutoSave" ), mAutoSave, true );
49 itemUnicode = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "Unicode" ), mUnicode, false );
52 itemAutoSaveInterval = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "AutoSaveInterval" ), mAutoSaveInterval, 5 );
55 itemLastId = new KConfigSkeleton::ItemULongLong( currentGroup(), QLatin1String( "LastId" ), mLastId, 0 );
58 itemBookshelfOrder = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "BookshelfOrder" ), mBookshelfOrder );
61 itemPageNamePrompt = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "PageNamePrompt" ), mPageNamePrompt, false );
Definition: KJotsSettings.h:10
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 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:55:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.