qt form doesn 27t take changes

Solutions on MaxInterview for qt form doesn 27t take changes by the best coders in the world

showing results for - "qt form doesn 27t take changes"
Cody
02 Sep 2018
1delete your ui_nameOfUi.h then rebuild your whole project
2if(not_working){
3	close QT;
4	delete projectName.pro.user;
5    delete ui_nameOfUi.h;
6    relaunch QT on your project;
7    reconfigure your project;
8    rebuild your whole project;
9}