[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kmail
From:       Cornelius Schumacher <schumacher () kde ! org>
Date:       2005-02-01 20:26:59
Message-ID: 20050201202659.1B5F01D169 () office ! kde ! org
[Download RAW message or body]

CVS commit by cschumac: 

Add tool tips.


  M +5 -0      recipientseditor.cpp   1.37


--- kdepim/kmail/recipientseditor.cpp  #1.36:1.37
@@ -155,4 +155,5 @@ RecipientLine::RecipientLine( QWidget *p
   mCombo->insertStringList( recipientTypes );
   topLayout->addWidget( mCombo );
+  QToolTip::add( mCombo, i18n("Select type of recipient") );
 
   mEdit = new RecipientLineEdit( this );
@@ -177,4 +178,5 @@ RecipientLine::RecipientLine( QWidget *p
   topLayout->addWidget( mRemoveButton );
   connect( mRemoveButton, SIGNAL( clicked() ), SLOT( slotPropagateDeletion() ) );
+  QToolTip::add( mRemoveButton, i18n("Remove recipient line") );
 
   mCombo->setFixedHeight( height );
@@ -596,8 +598,11 @@ SideWidget::SideWidget( RecipientsView *
   connect( mDistributionListButton, SIGNAL( clicked() ),
     SIGNAL( saveDistributionList() ) );
+  QToolTip::add( mDistributionListButton,
+    i18n("Save recipients as distribution list") );
 
   mSelectButton = new QPushButton( "Se&lect...", this );
   topLayout->addWidget( mSelectButton );
   connect( mSelectButton, SIGNAL( clicked() ), SLOT( pickRecipient() ) );
+  QToolTip::add( mSelectButton, i18n("Select recipients from address book") );
 
   initRecipientPicker();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic