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?
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?
Last edited by rosenth; 15th October 2010 at 11:51.
See [WIKI]Current working directory[/WIKI] for how to deal with currentPath.
rosenth (15th October 2010)
there is still a problem. in directories other than source, ui changes doesnt affect. why?
How does the pro file looks like?
Qt 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 copy to clipboard, switch view to plain text mode
To get you right: dlg_account.ui don't get recompiled when you update it?
rosenth (15th October 2010)
Bookmarks