messagingapp/msgui/conversationview/src/msgeditorwidget.cpp
changeset 76 60a8a215b0ec
parent 73 ecf6a73a9186
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   371 // @see header
   371 // @see header
   372 //---------------------------------------------------------------
   372 //---------------------------------------------------------------
   373 MsgEditor::MsgEditor(QGraphicsItem *parent)
   373 MsgEditor::MsgEditor(QGraphicsItem *parent)
   374 :HbLineEdit(parent)
   374 :HbLineEdit(parent)
   375     {
   375     {
   376      this->setFontSpec(HbFontSpec(HbFontSpec::Secondary));
   376      setFontSpec(HbFontSpec(HbFontSpec::Secondary));
   377      this->setPlaceholderText(LOC_HINT_TEXT);
   377      setPlaceholderText(LOC_HINT_TEXT);
       
   378      setSmileysEnabled(true);
   378     }
   379     }
   379 
   380 
   380 //---------------------------------------------------------------
   381 //---------------------------------------------------------------
   381 // MsgEditor::focusInEvent
   382 // MsgEditor::focusInEvent
   382 // @see header
   383 // @see header