Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Beta
-
Windows 10 64bit
MSVC2015
Description
Add a simple menu to the calendar exemple projet :
main.qml
[...] menuBar: MenuBar { id: m_nMenuBar Menu { title: "Menu" MenuItem { text: "Item" } } } [...]
What is expected :
- When I click on the menu "Menu", a list with "Item" shoudl be shown.
- When I click again on "Menu", it should disappear.
- When I click anywhere else that on the menu, the menu shoud disappear
What happens :
- When I click on the menu "Menu", a list with "Item" is shown.
- When I click again on "Menu", nothing happens.
- When I click anywhere else that on the menu, nothing happens.
Checkout Qt 5.8 from git : 10 nov / aba872f2dd1edcba9a850b963acfa9795e2e1aee