GregoireUhlrich / eco-perf

Linux tools to monitor ressource consumption
0 stars 0 forks source link

Layouts as widgets #3

Closed GregoireUhlrich closed 2 years ago

GregoireUhlrich commented 2 years ago

Layouts for now are widgets themselves. It is also possible to make them part of any widget (a widget has a layout instead of a layout is a widget). Then, each widgets uses its layout to modify position and size and children widgets.

This would simply the application codes (less widgets) and may be more flexible than having hard widgets for each layout. This should probably be done in the near future.

GregoireUhlrich commented 2 years ago

Done, see PR #6