kontact
prefs.cpp
Go to the documentation of this file.
42 mActivePluginItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "ActivePlugin" ), mActivePlugin, QLatin1String( "kontact_summaryplugin" ) );
47 mForceStartupPluginItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ForceStartupPlugin" ), mForceStartupPlugin, false );
50 mForceStartupPluginItem->setWhatsThis( i18n("Usually Kontact will come up with the plugin used before shutdown. Check this box if you would like the specified plugin to come up on start instead.") );
52 mForcedStartupPluginItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "ForcedStartupPlugin" ), mForcedStartupPlugin );
58 mSidePaneSplitterItem = new KConfigSkeleton::ItemIntList( currentGroup(), QLatin1String( "SidePaneSplitter" ), mSidePaneSplitter, defaultSidePaneSplitter );
61 mSidePaneIconSizeItem = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "SidePaneIconSize" ), mSidePaneIconSize, 32 );
64 mSidePaneShowIconsItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SidePaneShowIcons" ), mSidePaneShowIcons, true );
67 mSidePaneShowTextItem = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "SidePaneShowText" ), mSidePaneShowText, true );
70 mLastVersionSeenItem = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "LastVersionSeen" ), mLastVersionSeen );
Definition: prefs.h:13
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:30 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:58:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.