I am trying to compile a program that contains:
Qt Code:
#include <QTextEdit> //some code //some code textbox->text(); //some codeTo copy to clipboard, switch view to plain text mode
but I keep getting the error: "error: ‘class QTextEdit’ has no member named ‘text’"
p, li { white-space: pre-wrap; }
Does anyone know why this is happening or how to solve it.
Any help is appreciated
Bookmarks