rabbitControl / RCP

Remote Control Protocol
GNU Lesser General Public License v3.0
32 stars 0 forks source link

Add layouting to protocol #13

Open i-n-g-o opened 6 years ago

i-n-g-o commented 6 years ago

The layout should be defined as separate part from the Parameter-tree referencing parameters by their id. This allows to reference the same parameter multiple times. In this case it might be desirable to allow one parameter being shown with different widgets.

The simplest way to realize layout seems to be an absolute layout where each parameter will be dawn in a rectangle positioned and sized in absolute coordinates.

Further down line it makes sense to support other layout containers, like lists and grids.