aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Allow easy rendering of blocks #67

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

With the goal of making a step by step tutorial to use VPL, it would be good to be able to easily render blocks and rows. A way to do that could be to have a "read-only" mode for a row, and just set the correct params to instantiate the right blocks.

stephanemagnenat commented 7 years ago

This can be implemented by combining #76 and #65 and setting the enabled flag to false.