Quote Originally Posted by Dumbledore View Post
You would think so, but I'm getting this error still:

ui_MChat.h: In member function `void Ui_MChat::setupUi(QMainWindow*)':
ui_MChat.h:47: error: no matching function for call to `QTextEditEx::QTextEditEx(QWidge
./AllTextEx.h:3: note: candidates are: QTextEditEx::QTextEditEx()
./AllTextEx.h:3: note: QTextEditEx::QTextEditEx(const QTextEditEx&)
Add:
Qt Code:
  1. public:
  2. QTextEditEx( QWidget *parent = 0 ) : QTextEdit( parent) {}
To copy to clipboard, switch view to plain text mode 
to QRextEditEx definition.