qt-interest@trolltech.com
[Top] [All Lists]

Re: QT trickery cause problems when mixing with other languages?

Subject: Re: QT trickery cause problems when mixing with other languages?
From: Dimitri
Date: Wed, 16 Feb 2005 23:35:57 +0100
Hi,

Most of Qt looks to me like the API you'd use if you were using C++
for GUI work (reasonably enough). The few extensions it has are mostly
things you'd do differently in C++, but which you couldn't do at all
until recently because of poor template support in some compilers
(hence the whole moc model).

As already discussed on this list, poor template support is not the only reason. There are some limitations related to signals/slots implemented with templates, and moc is not only about signals/slots.

--
Dimitri

--
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>