blob: 89ad797d61ea608bab590ecbf62d292ad4dbf1b3 [file] [log] [blame]
import QtQuick 2.12
import QtQuick.Controls 2.12
RadioButton {
text: "RadioButton"
Accessible.name: text + "Override"
}