[SOLVED}mainwindow.ui not refreshing
-
wrote on 14 May 2013, 07:23 last edited by
Hi
I am in a fix. I have been working on Qt for some time and it has never been a problem updating the widgets in the mainwindow.ui . But since today, I am not able to see the changes in my Main Window when i make the changes in the mainwindow.ui. I see the corresponding changes in my ui_mainwindow.h. but not in the GUI. Please help.
-
wrote on 14 May 2013, 07:25 last edited by
Try to clean, run-qmake and build your project.
-
wrote on 14 May 2013, 08:02 last edited by
Hi Sam..Already tired that many times. Not Helping
-
wrote on 14 May 2013, 09:43 last edited by
Alright..Solved..My ui_Mainwindow.h in the project folder was not getting updated but the one in the debug folder did. So a little copy paste and replace worked.
-
wrote on 14 May 2013, 09:46 last edited by
Then try delete manually all ( ui_*.h ), ( .o ) and ( moc_ ) files.
edit:
i am late with answer, never mind :) -
wrote on 27 May 2013, 08:05 last edited by
After like almost 2 weeks now..i found out the real problem. In the project menu, I had checked shadow build. Once I unchecked it, It was all fine.
-
wrote on 20 Aug 2022, 21:01 last edited byThis post is deleted!