Hi everybody !

I have an application :
* it uses QT3.02 version library
* it does not use Qt Designer
* it uses Visual C++ 6.0

All the classes of the application have been written "by hand" and not using Qt Designer.

What I want to do is to :
* use the QT 3.3.3 version library I have (integrated to Visual C++6.0)
* make my application code usable through QT Designer

Is it possible ? If yes, could somebody tell me how to do it ?

Thanks in advance.