We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278680 commit db421b2Copy full SHA for db421b2
README.md
@@ -49,6 +49,7 @@ lInfo->setId(2);
49
lInfo->setBackGroundImage(":/resources/some_structure.png");
50
lInfo->setShowBackgroundImage(true);
51
lInfo->setShowMarkers(false);
52
+mBoard->createNewObject(lInfo);
53
```
54
55
Creating object with specific parameters could be useful when restoring dashboard from project file.
0 commit comments