import QtQuick
import QtQuick.Controls as QQC2
import QtQuick.Templates as T
QQC2.Action {
property bool visible: true
}