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?
↧