1 2 3 4 5 6 7 8
import QtQuick 2.15 Item { component CustomText: Text { color: "red" text: "Test Text" } }