Please Help!

Andreas Pakulat apaku at gmx.de
Sat Mar 17 12:19:35 GMT 2007


On 17.03.07 10:49:51, Kayode Arowolo wrote:
>  I have just started using KDevelop and I've created a simple form but I do not know how to link this Interface to a simple C program that I have written.

Qt is not C but C++, although I guess you could create a Qt class within
C code and use it from there. You have to make sure to start the Qt
event loop, by creating a QApplication object.

Also you should create a Qt project if you want to use Qt, that will
enable you to right-click the form in the QMake Manager (on the right)
and select "subclass". Which will pre-generate a subclass which can then
be used by your code.

For more detailed information please refer to the Qt documentation and
next time please use a more apropriate subject then "please help".

Andreas

-- 
Let me put it this way: today is going to be a learning experience.




More information about the KDevelop mailing list