views:

40

answers:

1

i want to use visual studio 2008 as an IDE for QT programming to be able to drag and drop push buttons, combos,.....etc. on the form i'm designing rather than generating those widgets using code. how to do this???

thanks

+1  A: 

Here you can get nice tutorial.

mosg
@mosg: thank you for this tutorial but this is not what i'm talking about, this tutorial shows how to set the VC2008 environment to work with QT code, but i want to go further and use VC2008 to design QT forms by draging widgets from a toolbar like in QT creator. How to do this??
Ala ABUDEEB
@Ala ABUDEEB I don't remember, is this integration plugin free or not, but you better to look it here: http://qt.nokia.com/products/developer-tools/developer-tools?currentflipperobject=036b2cb2c8ff74a543196ff6871aae8a Truly said, I didn't used it at all, because I like to waist my time with GUI code creation! :)
mosg
@mosg: thank you this is what i need, it is free.
Ala ABUDEEB