Add new objects to an existing form
Unsolved
General and Desktop
-
Hi,
I am using Qt creator 4.5.2 on Linux ubuntu 20.04
I have a project with some forms in my desktop application.
I try to modify something using the Qt designer inside the Qt creator (for example the text of a push button) but no changes are displayed when I run the application. I also tried to run qmake and then rebuild the application, but no modifications are applied. I can see only the old forms. Why?
Thank for your help. -
Hi,
Did you also try to delete the build folder before rebuilding your application ?
Did you check the content of the
.ui
file to see if it contains the changes ?
Do you have any translation being done ?