qtdeclarative
qtdeclarative copied to clipboard
Qt Declarative (Quick 2)
If there are 2 or more methods with the same name but reciving diferent arguments the QJSEngine Pickup the First One declared. Example: methodxyz(string) methodxyz(objptr*) It picks up the first...
It was Nice to be able to register a meyatype converter and the QJSEngine convert for that object to a data type. Until now i create a class of QIcon...
In the 4.8 document, PieChart inherits from QDeclarativeItem, and there is QGraphicsItem::ItemHasNoContents in PieChart's constructor. Now PieChart inherits from QQuickPaintedItem, and this code no longer exists.
At build time the QPlatformTheme project does not have an Appearance member and this member is for the Qt namespace. As a result, line 391 was changed from QPlatformTheme to...