From bcae0ab4563f20bfaf9e6e1e19421d724ec7ba50 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 11 Jul 2021 19:18:08 +0200 Subject: [PATCH] Forgot one necessary change --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee3dc3f..e46a237 100644 --- a/README.md +++ b/README.md @@ -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 }`
`menuBar: appMenu.trueItem`| Requires Qt version >5.12