emailuis/nmailui/src/nmviewerheader.cpp
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
   291             mRecipientsBox->document()->
   291             mRecipientsBox->document()->
   292                     defaultTextOption().setWrapMode(QTextOption::WrapAtWordBoundaryOrAnywhere);
   292                     defaultTextOption().setWrapMode(QTextOption::WrapAtWordBoundaryOrAnywhere);
   293             mRecipientsBox->setObjectName("toField");
   293             mRecipientsBox->setObjectName("toField");
   294             mRecipientsBox->setBackgroundItem(NULL);
   294             mRecipientsBox->setBackgroundItem(NULL);
   295             mRecipientsBox->setFontSpec(HbFontSpec(HbFontSpec::Secondary)); 
   295             mRecipientsBox->setFontSpec(HbFontSpec(HbFontSpec::Secondary)); 
       
   296             mRecipientsBox->setContextMenuFlags(0); 
   296             connect(mRecipientsBox, SIGNAL(anchorTapped(const QString &)),
   297             connect(mRecipientsBox, SIGNAL(anchorTapped(const QString &)),
   297                     this, SLOT(anchorTapped(const QString &)));                    
   298                     this, SLOT(anchorTapped(const QString &)));                    
   298         }              
   299         }              
   299         if (mMessage) {
   300         if (mMessage) {
   300             // Set recipients to text edit field as html 
   301             // Set recipients to text edit field as html