import QtQuick 2.12 import QtQuick.Controls 2.12 SwipeDelegate { text: "SwipeDelegate" Accessible.name: text + "Override" }