就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.15.17
Qt Quick Controls 1
QML 类型
List of All Members for Menu
List of All Members for Menu
这是完整成员列表为
Menu
,包括继承的成员。
enabled
: bool
iconName
: string
iconSource
: url
项
: list<Object> [default]
style
: Component
title
: string
type
: enumeration
visible
: bool
aboutToHide
()
aboutToShow
()
MenuItem
addItem
(string
text
)
Menu
addMenu
(string
title
)
void
addSeparator
()
void
insertItem
(int
before
, object
item
)
MenuItem
insertItem
(int
before
, string
title
)
MenuItem
insertMenu
(int
before
, string
title
)
void
insertSeparator
(int
before
)
void
popup
()
void
removeItem
(
item
)