blob: b0922176074b298a7adb78cb6e4a9001a856d6e2 [file] [log] [blame]
import QtQuick 2.12
import QtQuick.Controls 2.12
AbstractButton {
text: "AbstractButton"
}