kpilot/kpilot

kpilotConfigWizard_notes.cc

00001 // This file is generated by kconfig_compiler from knotesconduit.kcfg.
00002 // All changes you do to this file will be lost.
00003 
00004 #include "kpilotConfigWizard_notes.h"
00005 
00006 #include <klocale.h>
00007 
00008 KPilotWizard_notesConfig::KPilotWizard_notesConfig(  )
00009   : KConfigSkeleton( QString::fromLatin1( "kpilot_notesconduitrc" ) )
00010 {
00011   setCurrentGroup( QString::fromLatin1( "General" ) );
00012 
00013   mDeleteNoteForMemoItem = new KConfigSkeleton::ItemBool( currentGroup(), QString::fromLatin1( "DeleteNoteForMemo" ), mDeleteNoteForMemo, false );
00014   mDeleteNoteForMemoItem->setLabel( i18n("DeleteNoteForMemo") );
00015   addItem( mDeleteNoteForMemoItem, QString::fromLatin1( "DeleteNoteForMemo" ) );
00016   mSuppressKNotesConfirmItem = new KConfigSkeleton::ItemBool( currentGroup(), QString::fromLatin1( "SuppressKNotesConfirm" ), mSuppressKNotesConfirm, false );
00017   mSuppressKNotesConfirmItem->setLabel( i18n("Suppress the confirmation KNotes normally shows when deleting a note.") );
00018   addItem( mSuppressKNotesConfirmItem, QString::fromLatin1( "SuppressKNotesConfirm" ) );
00019   QValueList<int> defaultMemoIds;
00020 
00021   mMemoIdsItem = new KConfigSkeleton::ItemIntList( currentGroup(), QString::fromLatin1( "MemoIds" ), mMemoIds, defaultMemoIds );
00022   mMemoIdsItem->setLabel( i18n("list of the synced MemoDB records") );
00023   addItem( mMemoIdsItem, QString::fromLatin1( "MemoIds" ) );
00024   mNoteIdsItem = new KConfigSkeleton::ItemStringList( currentGroup(), QString::fromLatin1( "NoteIds" ), mNoteIds );
00025   mNoteIdsItem->setLabel( i18n("list of the corresponding KNotes note IDs") );
00026   addItem( mNoteIdsItem, QString::fromLatin1( "NoteIds" ) );
00027 }
00028 
00029 KPilotWizard_notesConfig::~KPilotWizard_notesConfig()
00030 {
00031 }
00032 
KDE Home | KDE Accessibility Home | Description of Access Keys