Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » External resources » QT limitations in their own words...
QT limitations in their own words... [message #326] Thu, 08 December 2005 11:54
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
from http://doc.trolltech.com/4.0/moc.html
Quote:

moc does not handle all of C++. The main problem is that class templates cannot have signals or slots. Here is an example:

class SomeTemplate<int> : public QFrame
{
Q_OBJECT
...

signals:
void mySignal(int);
};

Less importantly, the following constructs are illegal. All of them have alternatives which we think are usually better, so removing these limitations is not a high priority for us.

[Updated on: Thu, 08 December 2005 12:11]

Report message to a moderator

Previous Topic: OO, UML etc..
Next Topic: ZMW - Zero Memory Widgets
Goto Forum:
  


Current Time: Fri Apr 19 11:09:38 CEST 2024

Total time taken to generate the page: 0.01535 seconds