TextEditAutoResizer class. More...
#include <texteditautoresizer.h>
Public Member Functions | |
TextEditAutoResizer (QWidget *parent=0) | |
Default constructor. | |
Private Slots | |
void | textEditChanged () |
Private slot which indicate when textEdit has been changed. | |
Private Attributes | |
QFrame * | m_edit |
Pointer to Frame. | |
QPlainTextEdit * | m_plainTextEdit |
Pointer to PlainTextEdit. | |
QTextEdit * | m_textEdit |
Pointer to TextEdit. |
TextEditAutoResizer class.
class is used to automatically resize the QTextEdit once the contents become too large.
TextEditAutoResizer::TextEditAutoResizer | ( | QWidget * | parent = 0 |
) |
Default constructor.
parent |