mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 23:34:56 +00:00
11 lines
197 B
QML
11 lines
197 B
QML
import QtQuick 2.15
|
|
import QtQuick.Controls 2.15
|
|
|
|
Menu {
|
|
id: menuProps
|
|
background: Rectangle {
|
|
color: "transparent"
|
|
}
|
|
property alias currentAction: menuProps.activeAction
|
|
}
|