summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/test2.cpp.ref
blob: af8db588d6f6975eeef523cbb6513b599b5f2811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// This file is generated by kconfig_compiler from test2.kcfg.
// All changes you do to this file will be lost.

#include "test2.h"

#include <klocale.h>

Test2::Test2(  )
  : MyPrefs( TQString::tqfromLatin1( "korganizerrc" ) )
{
  setCurrentGroup( TQString::tqfromLatin1( "General" ) );

  mAutoSaveItem = new KConfigSkeleton::ItemBool( currentGroup(), TQString::tqfromLatin1( "Auto Save" ), mAutoSave, false );
  mAutoSaveItem->setLabel( i18n("Enable automatic saving of calendar") );
  mAutoSaveItem->setWhatsThis( i18n("WhatsThis text for AutoSave option") );
  addItem( mAutoSaveItem, TQString::tqfromLatin1( "AutoSave" ) );
  mAutoSaveIntervalItem = new KConfigSkeleton::ItemInt( currentGroup(), TQString::tqfromLatin1( "Auto Save Interval" ), mAutoSaveInterval, 10 );
  mAutoSaveIntervalItem->setLabel( i18n("Auto Save Interval") );
  addItem( mAutoSaveIntervalItem, TQString::tqfromLatin1( "AutoSaveInterval" ) );
  mConfirmItem = new KConfigSkeleton::ItemBool( currentGroup(), TQString::tqfromLatin1( "Confirm Deletes" ), mConfirm, true );
  mConfirmItem->setLabel( i18n("Confirm deletes") );
  addItem( mConfirmItem, TQString::tqfromLatin1( "Confirm" ) );
  mArchiveFileItem = new KConfigSkeleton::ItemString( currentGroup(), TQString::tqfromLatin1( "Archive File" ), mArchiveFile );
  mArchiveFileItem->setLabel( i18n("Archive File") );
  addItem( mArchiveFileItem, TQString::tqfromLatin1( "ArchiveFile" ) );
  TQValueList<KConfigSkeleton::ItemEnum::Choice> valuesDestination;
  {
    KConfigSkeleton::ItemEnum::Choice choice;
    choice.name = TQString::tqfromLatin1( "standardDestination" );
    valuesDestination.append( choice );
  }
  {
    KConfigSkeleton::ItemEnum::Choice choice;
    choice.name = TQString::tqfromLatin1( "askDestination" );
    valuesDestination.append( choice );
  }
  {
    KConfigSkeleton::ItemEnum::Choice choice;
    choice.name = TQString::tqfromLatin1( "argl1" );
    choice.label = i18n("Argl1 Label");
    valuesDestination.append( choice );
  }
  {
    KConfigSkeleton::ItemEnum::Choice choice;
    choice.name = TQString::tqfromLatin1( "argl2" );
    choice.whatsThis = i18n("Argl2 Whatsthis");
    valuesDestination.append( choice );
  }
  {
    KConfigSkeleton::ItemEnum::Choice choice;
    choice.name = TQString::tqfromLatin1( "argl3" );
    choice.label = i18n("Argl3 Label");
    choice.whatsThis = i18n("Argl3 Whatsthis");
    valuesDestination.append( choice );
  }
  mDestinationItem = new KConfigSkeleton::ItemEnum( currentGroup(), TQString::tqfromLatin1( "Destination" ), mDestination, valuesDestination, standardDestination );
  mDestinationItem->setLabel( i18n("New Events/Todos Should") );
  addItem( mDestinationItem, TQString::tqfromLatin1( "Destination" ) );

  setCurrentGroup( TQString::tqfromLatin1( "Views" ) );

  mHourSizeItem = new KConfigSkeleton::ItemInt( currentGroup(), TQString::tqfromLatin1( "Hour Size" ), mHourSize, 10 );
  mHourSizeItem->setLabel( i18n("Hour Size") );
  addItem( mHourSizeItem, TQString::tqfromLatin1( "HourSize" ) );
  mSelectionStartsEditorItem = new KConfigSkeleton::ItemBool( currentGroup(), TQString::tqfromLatin1( "SelectionStartsEditor" ), mSelectionStartsEditor, false );
  mSelectionStartsEditorItem->setLabel( i18n("Time range selection in agenda view starts event editor") );
  addItem( mSelectionStartsEditorItem, TQString::tqfromLatin1( "SelectionStartsEditor" ) );

  setCurrentGroup( TQString::tqfromLatin1( "KOrganizer Plugins" ) );

  TQStringList defaultSelectedPlugins;
  defaultSelectedPlugins.append( TQString::fromUtf8( "holidays" ) );
  defaultSelectedPlugins.append( TQString::fromUtf8( "webexport" ) );

  mSelectedPluginsItem = new KConfigSkeleton::ItemStringList( currentGroup(), TQString::tqfromLatin1( "SelectedPlugins" ), mSelectedPlugins, defaultSelectedPlugins );
  mSelectedPluginsItem->setLabel( i18n("SelectedPlugins") );
  addItem( mSelectedPluginsItem, TQString::tqfromLatin1( "SelectedPlugins" ) );

  setCurrentGroup( TQString::tqfromLatin1( "Colors" ) );

  mHighlightColorItem = new KConfigSkeleton::ItemColor( currentGroup(), TQString::tqfromLatin1( "Highlight Color" ), mHighlightColor, TQColor( 100, 100, 255 ) );
  mHighlightColorItem->setLabel( i18n("Highlight color") );
  addItem( mHighlightColorItem, TQString::tqfromLatin1( "HighlightColor" ) );
  mAgendaBgColorItem = new KConfigSkeleton::ItemColor( currentGroup(), TQString::tqfromLatin1( "Agenda Background Color" ), mAgendaBgColor, TQColor( 255, 255, 255 ) );
  mAgendaBgColorItem->setLabel( i18n("Agenda view background color") );
  addItem( mAgendaBgColorItem, TQString::tqfromLatin1( "AgendaBgColor" ) );

  setCurrentGroup( TQString::tqfromLatin1( "Fonts" ) );

  mTimeBarFontItem = new KConfigSkeleton::ItemFont( currentGroup(), TQString::tqfromLatin1( "TimeBar Font" ), mTimeBarFont );
  mTimeBarFontItem->setLabel( i18n("Time bar") );
  addItem( mTimeBarFontItem, TQString::tqfromLatin1( "TimeBarFont" ) );
}

Test2::~Test2()
{
}