Forgot one necessary change

This commit is contained in:
Ad5001 2021-07-11 19:18:08 +02:00
parent 2702242ae4
commit bcae0ab456
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -4,11 +4,12 @@ Simple library for QML allowing the mixed use of Native Menus and QtQuick ones.
It provides near drop-in replacements for QtQuick.Controls2 menus allowing to use the platform native ones on supported platforms like MacOSX.
Only required change:
|QtQuick.Controls2/Qt.labs| > |eu.ad5001.MixedMenu|
|-------------------------|---|-------------------|
|`icon.name: ...` | > |`iconName: ...` |
|`icon.source: ...` | > |`iconSource: ...` |
|`icon.color: ...` | > |`iconColor: ...` |
|QtQuick.Controls2/Qt.labs| > |eu.ad5001.MixedMenu |
|-------------------------|---|--------------------------------------------------------|
|`icon.name: ...` | > |`iconName: ...` |
|`icon.source: ...` | > |`iconSource: ...` |
|`icon.color: ...` | > |`iconColor: ...` |
|`menuBar: MenuBar {}` | > |`MenuBar { id: appMenu }`<br>`menuBar: appMenu.trueItem`|
Requires Qt version >5.12