KF6: CardTemplate creation
CardTemplate is a card template that replaces the old controls/templates/AbstractCard and exposing itself to the users. This widget includes a background and some generic size setters (without any layouts).
- Useful information
- CardTemplate is meant to expose a card template (as the name implies) to easily make a custom card implementation without any layouts in it.
- This MR shouldn't break the API (unless I haven't encountered a certain edge case).
- controls/templates/AbstractCard is moved to controls/AbstractCard
- Check how showHoverFeedback works. I changed it a bit to not break the API (it is also a nice little feature).
Edited by Matej Starc