PDA

View Full Version : How create Qt custom widgets using vc++ editor



joseph
22nd March 2007, 10:50
Hi guys,


I am working in Qt 4.2.2 with the vc++ editor .
I want to create a custom widget usign vc++ editor in windows Xp plat form.

I have gone through the "Custom Widget Plugin Example" in Qt - Assistant . But how we will set these in VC++.



TEMPLATE = lib
CONFIG += designer plugin debug_and_release




Can any body direct me ...?? .

Thanks in advance

wysota
22nd March 2007, 10:53
Do you have to use Visual Studio for everything? Just place the directives in a .pro file and import it to VS.