|
|
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/
|
|