Hello,
would it be possible to develop applications for KDE using the Qt 3.0/3.1 libraries, as it is commonly done with C++? Would it be difficult, or are there structural difficulties?
Thanks a lot
Silvio
On Mit, Jun 25, 2003 at 08:55:15 +0000, Silvio a Beccara wrote:
would it be possible to develop applications for KDE using the Qt 3.0/3.1 libraries, as it is commonly done with C++? Would it be difficult, or are there structural difficulties?
Well, if you would like to use GPC together with Qt, there is some work which has to be done: - "Translate" the C++ Classes to C - Write GNU Pascal wrappers for these C routines - Take special care for "signals" and "slots". This could mean, you have to rewrite `moc' or some kind of wrapper for it.
Eike