summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/addressbook/addresspluginconfig.cpp
authoreilers <eilers>2003-08-01 12:44:27 (UTC)
committer eilers <eilers>2003-08-01 12:44:27 (UTC)
commit79e5e877ad1a42cf6486db94a2face8f8107ff8c (patch) (unidiff)
tree36dbcce317bfca3ad8775d864fef511d2ab3a769 /core/pim/today/plugins/addressbook/addresspluginconfig.cpp
parent6c715b67a8f0e32a4edca5be91332622834c8d91 (diff)
downloadopie-79e5e877ad1a42cf6486db94a2face8f8107ff8c.zip
opie-79e5e877ad1a42cf6486db94a2face8f8107ff8c.tar.gz
opie-79e5e877ad1a42cf6486db94a2face8f8107ff8c.tar.bz2
Merging changes in BRANCH_1_0 into HEAD
Diffstat (limited to 'core/pim/today/plugins/addressbook/addresspluginconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/addressbook/addresspluginconfig.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pim/today/plugins/addressbook/addresspluginconfig.cpp b/core/pim/today/plugins/addressbook/addresspluginconfig.cpp
index 9c65e7d..b79c679 100644
--- a/core/pim/today/plugins/addressbook/addresspluginconfig.cpp
+++ b/core/pim/today/plugins/addressbook/addresspluginconfig.cpp
@@ -75,13 +75,12 @@ AddressBookPluginConfig::AddressBookPluginConfig( QWidget *parent, const char*
75 QLabel* daysLabel = new QLabel( box3, "" ); 75 QLabel* daysLabel = new QLabel( box3, "" );
76 daysLabel->setText( tr( "Days look ahead: " ) ); 76 daysLabel->setText( tr( "Days look ahead: " ) );
77 SpinDaysClip = new QSpinBox( box3, "SpinDays" ); 77 SpinDaysClip = new QSpinBox( box3, "SpinDays" );
78 SpinDaysClip->setMaxValue( 200 ); 78 SpinDaysClip->setMaxValue( 200 );
79 QWhatsThis::add( SpinDaysClip , tr( "How many days we should search forward" ) ); 79 QWhatsThis::add( SpinDaysClip , tr( "How many days we should search forward" ) );
80 80
81 // Headline color settings
82 QHBox *box5 = new QHBox( this ); 81 QHBox *box5 = new QHBox( this );
83 QLabel* colorLabel2 = new QLabel( box5, "" ); 82 QLabel* colorLabel2 = new QLabel( box5, "" );
84 colorLabel2->setText( tr( "Set Headline Color: " ) ); 83 colorLabel2->setText( tr( "Set Headline Color: " ) );
85 headlineColor = new OColorButton( box5, black , "headlineColor" ); 84 headlineColor = new OColorButton( box5, black , "headlineColor" );
86 QWhatsThis::add( headlineColor , tr( "Colors for the headlines !" ) ); 85 QWhatsThis::add( headlineColor , tr( "Colors for the headlines !" ) );
87 QHBox *box6 = new QHBox( this ); 86 QHBox *box6 = new QHBox( this );
@@ -103,13 +102,12 @@ AddressBookPluginConfig::AddressBookPluginConfig( QWidget *parent, const char*
103 urgentColor = new OColorButton( box7, red , "urgentColor" ); 102 urgentColor = new OColorButton( box7, red , "urgentColor" );
104 QWhatsThis::add( urgentColor , tr( "This urgent color will be used if we are close to the event !" ) ); 103 QWhatsThis::add( urgentColor , tr( "This urgent color will be used if we are close to the event !" ) );
105 QWhatsThis::add( SpinUrgentClip , tr( "The urgent color will be used if the birthday/anniversary is closer than given days !" ) ); 104 QWhatsThis::add( SpinUrgentClip , tr( "The urgent color will be used if the birthday/anniversary is closer than given days !" ) );
106 105
107 106
108 layout->addWidget( b_group ); 107 layout->addWidget( b_group );
109 // layout->addWidget( box4 );
110 layout->addWidget( box1 ); 108 layout->addWidget( box1 );
111 // layout->addWidget( box2 ); 109 // layout->addWidget( box2 );
112 layout->addWidget( box3 ); 110 layout->addWidget( box3 );
113 layout->addWidget( box5 ); 111 layout->addWidget( box5 );
114 layout->addWidget( box6 ); 112 layout->addWidget( box6 );
115 layout->addWidget( box7 ); 113 layout->addWidget( box7 );