Updownquark / Quick

Quark's User Interface Creation Kit
0 stars 0 forks source link

TableLayout #3

Open Updownquark opened 12 years ago

Updownquark commented 12 years ago

A TableLayout class needs to be created in the base project under branch feature-NewLayouts to lay contents out by row and column. Need to support attributes rows, columns, rows-equal, columns-equal, possibly row-sizes and column-sizes attributes on parent, row-spaces, column-spaces on children.

Updownquark commented 12 years ago

Children should support alignment attributes (horizontal & vertical) as well.

Think about creating a widget that supports the HTML-style format, like:

<table> <row> <cell /> <cell /> </row> </table>

Updownquark commented 12 years ago

Might call it GridLayout instead