i am very new to the QT. i Just want to know that i have an application developed on s605th edition .
I want to change UI of main screen through the QT Of that Application.
Could i do the same?
If yes then...
How could i import the application developed on s60 5th edition to the QT. (in s60 5th edition we use to import the bld.inf file)
You can not import Symbian C++ application to the QtSDK, so you should start new application with QtSDK, and then start implementing the functionality you used with Symbian C++ application. You could in theory use teh Symbian c++ code with your Qt project, though it might be better to use Qt instead.
Anyway, if you already have Symbian C++ project, you might just want to stick with it, unless you have really good reason to use Qt.
Anyway, for teh first question, you can not change the Home screens with Qt.