You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far a layer reads the XML data of a graphicItem, then create the item with "new item_xxx", then add it to the graphical layer. The XML data should be read by the item itself and the code should be something like:
foreach (itemX)
addItemToLayer(new itemX(QDomData));
So each graphicsItem must implement a new constructor taking DomData as argument.
The text was updated successfully, but these errors were encountered:
So far a layer reads the XML data of a graphicItem, then create the item with "new item_xxx", then add it to the graphical layer. The XML data should be read by the item itself and the code should be something like:
foreach (itemX)
addItemToLayer(new itemX(QDomData));
So each graphicsItem must implement a new constructor taking DomData as argument.
The text was updated successfully, but these errors were encountered: