MenuSeparator QML Type

A native menu separator. 更多...

导入语句: import Qt.labs.platform 1.0
Since: Qt 5.8
继承:

MenuItem

详细描述

MenuSeparator type is provided for convenience. It is a MenuItem that has the separator property set to true 在默认情况下。

注意: Types in Qt.labs modules are not guaranteed to remain compatible in future versions.

另请参阅 Menu and MenuItem .