emailuis/nmailuiwidgets/inc/nmhtmllineedit.h
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
    39     QString toHtml() const;
    39     QString toHtml() const;
    40     
    40     
    41     bool hasInputFocus() const;
    41     bool hasInputFocus() const;
    42 
    42 
    43     QRectF rectForCursorPosition() const;
    43     QRectF rectForCursorPosition() const;
    44 
    44     void setIndentForLabel(const qreal indent);
       
    45     
    45 public slots:
    46 public slots:
    46     void setPlainText(const QString &text);
    47     void setPlainText(const QString &text);
    47     void setHtml(const QString &text);
    48     void setHtml(const QString &text);
       
    49 
       
    50 private:
       
    51     qreal mIndent;
    48 };
    52 };
    49 
    53 
    50 #endif /* NMHTMLLINEEDIT_H_ */
    54 #endif /* NMHTMLLINEEDIT_H_ */