Forgot one necessary change
This commit is contained in:
parent
2702242ae4
commit
bcae0ab456
1 changed files with 6 additions and 5 deletions
|
@ -5,10 +5,11 @@ It provides near drop-in replacements for QtQuick.Controls2 menus allowing to us
|
|||
Only required change:
|
||||
|
||||
|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
|
||||
|
|
Loading…
Reference in a new issue