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