knotes
knoteconfig.cpp
Go to the documentation of this file.
12 itemBgColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "bgcolor" ), mBgColor, Qt::yellow );
15 itemFgColor = new KConfigSkeleton::ItemColor( currentGroup(), QLatin1String( "fgcolor" ), mFgColor, Qt::black );
18 itemWidth = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "width" ), mWidth, 300 );
21 itemHeight = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "height" ), mHeight, 300 );
24 itemRememberDesktop = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "RememberDesktop" ), mRememberDesktop, true );
30 itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "font" ), mFont, KGlobalSettings::generalFont() );
33 itemTitleFont = new KConfigSkeleton::ItemFont( currentGroup(), QLatin1String( "titlefont" ), mTitleFont, KGlobalSettings::windowTitleFont() );
36 itemAutoIndent = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "autoindent" ), mAutoIndent, true );
39 itemRichText = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "richtext" ), mRichText, false );
42 itemTabSize = new KConfigSkeleton::ItemUInt( currentGroup(), QLatin1String( "tabsize" ), mTabSize, 4 );
45 itemReadOnly = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ReadOnly" ), mReadOnly, false );
51 itemVersion = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "version" ), mVersion );
57 itemDesktop = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "desktop" ), mDesktop, -10 );
60 itemHideNote = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "HideNote" ), mHideNote, false );
63 itemPosition = new KConfigSkeleton::ItemPoint( currentGroup(), QLatin1String( "position" ), mPosition, QPoint( -10000, -10000 ) );
66 itemShowInTaskbar = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "ShowInTaskbar" ), mShowInTaskbar, false );
69 itemKeepAbove = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "KeepAbove" ), mKeepAbove, false );
72 itemKeepBelow = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "KeepBelow" ), mKeepBelow, false );
KNoteConfig(KSharedConfig::Ptr config=KGlobal::config())
Definition: knoteconfig.cpp:6
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:33 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:56:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.