blogilo
settings.cpp
Go to the documentation of this file.
35 itemEnableSysTrayIcon = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "enableSysTrayIcon" ), mEnableSysTrayIcon, false );
38 itemCopyMediaUrl = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "CopyMediaUrl" ), mCopyMediaUrl, false );
41 itemShowToolboxOnStart = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showToolboxOnStart" ), mShowToolboxOnStart, true );
44 itemConfigWindowSize = new KConfigSkeleton::ItemSize( currentGroup(), QLatin1String( "configWindowSize" ), mConfigWindowSize, QSize(500,400) );
47 itemUploadMediaDialogSize = new KConfigSkeleton::ItemSize( currentGroup(), QLatin1String( "uploadMediaDialogSize" ), mUploadMediaDialogSize, QSize(500,400) );
50 itemUpdateEntriesCount = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "updateEntriesCount" ), mUpdateEntriesCount, 20 );
56 itemAutosaveInterval = new KConfigSkeleton::ItemInt( currentGroup(), QLatin1String( "autosaveInterval" ), mAutosaveInterval, 5 );
59 itemAddPoweredBy = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "addPoweredBy" ), mAddPoweredBy, false );
62 itemEnableCheckSpelling = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "enableCheckSpelling" ), mEnableCheckSpelling, false );
65 itemPreviewInBlogStyle = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "previewInBlogStyle" ), mPreviewInBlogStyle, true );
68 itemUrlCachingEnabled = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "urlCachingEnabled" ), mUrlCachingEnabled, true );
74 itemChangeNToBreak = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "changeNToBreak" ), mChangeNToBreak, false );
80 itemFtpServerPath = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "ftpServerPath" ), mFtpServerPath );
83 itemHttpUrl = new KConfigSkeleton::ItemString( currentGroup(), QLatin1String( "httpUrl" ), mHttpUrl );
89 itemShowUpdateEntriesDialog = new KConfigSkeleton::ItemBool( currentGroup(), QLatin1String( "showUpdateEntriesDialog" ), mShowUpdateEntriesDialog, true );
Definition: settings.h:9
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 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:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.