emailuis/nmailuiwidgets/inc/nmhtmllineedit.h
changeset 48 10eaf342f539
parent 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
47:f83bd4ae1fe3 48:10eaf342f539
    36     QTextCursor textCursor() const;
    36     QTextCursor textCursor() const;
    37 
    37 
    38     QString toPlainText() const;
    38     QString toPlainText() const;
    39     QString toHtml() const;
    39     QString toHtml() const;
    40 
    40 
       
    41     QRectF rectForCursorPosition() const;
       
    42 
    41 public slots:
    43 public slots:
    42     void setPlainText(const QString &text);
    44     void setPlainText(const QString &text);
    43     void setHtml(const QString &text);
    45     void setHtml(const QString &text);
    44 };
    46 };
    45 
    47