import QtQuick 2.15 Item { component CustomText: Text { color: "red" text: "Test Text" } }