hi
after build and run from within Qt Creator, my application doesnt update the changes i applied to forms UI . and currentPath always return "/home/user/Document".
what should i alter?
Printable View
hi
after build and run from within Qt Creator, my application doesnt update the changes i applied to forms UI . and currentPath always return "/home/user/Document".
what should i alter?
See [WIKI]Current working directory[/WIKI] for how to deal with currentPath.
there is still a problem. in directories other than source, ui changes doesnt affect. why?
How does the pro file looks like?
Code:
TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . QT += sql \ script # Input HEADERS += connection.h \ .... FORMS += dlg_account.ui \ ... SOURCES += dlg_account.cpp \ ... RESOURCES += resources.qrc ...
To get you right: dlg_account.ui don't get recompiled when you update it?