Skip to content

Draft: second attempt at Cards rework

This is my second attempt of changing CardsGridView, (Abstract)Card, CardsLayout for the better. I aim to

  • Make the client do fewer calculations by doing everything inside the cards grid view
  • Improve abstract card template. Set maximum size for header (to not push other items out of the card), allow users to set size constraints for parent items, do not let Qt automatically arrange parent items (set row(s), column(s) properties)
  • Reduce parent dependent code inside Card, AbstractCard widgets
Edited by Matej Starc

Merge request reports