Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Compiling error : 'QTextEdit' Does not name a type

$
0
0
Hello, I am working on a small project using Qt 5.3.1. I have included <QtWidgets> at the beginning , but while the declaration of a QTextEdit variable this error occurs : ‘ ‘QTextEdit’ does not name a type.’ I also tried to replace #include<QtWidgets> with #include<QTextEdit> but this didn’t solve the problem. Can anybody help me?

Viewing all articles
Browse latest Browse all 2113

Trending Articles