Split Text item into SimpleText and ComplexText

SimpleText has all the most common properties and is half the size
This commit is contained in:
Olivier Goffart 2024-07-05 11:26:27 +02:00
parent 8b5df70dd0
commit 35a6e7bde5
7 changed files with 247 additions and 76 deletions

View file

@ -263,7 +263,8 @@ fn gen_corelib(
"TouchArea",
"FocusScope",
"Flickable",
"Text",
"SimpleText",
"ComplexText",
"Path",
"WindowItem",
"TextInput",