Qt 6.11 is out! See what's new in the release
blog
[SOLVED] QMenuBar problem
General and Desktop
6
Posts
2
Posters
3.0k
Views
1
Watching
-
Hello,
I'm using a QTableView and i put a QMenuBar in the last column but when I insert a QMenu, it's not displayed. I must click on a kind of double-array in order to get menus while I would like a menu like in a QMainWindow i.e all menu were displayed horizontally.
-
I'm using the setIndexWidget() method and the cell displays a ">>" button in order to print the menu while I want the menu directly.
-
Thanks you very much, it's exactly what I was expecting !