jerous86 / nimqt

Qt bindings for nim
GNU General Public License v2.0
93 stars 6 forks source link

About the new menu item #32

Closed grd closed 10 months ago

grd commented 10 months ago

Yes, it works ;-) I saw the documentation and I also did run the program.

What I actually meant was this: https://en.wikipedia.org/wiki/Menu_(computing)#/media/File:Menu_(computing)_example.PNG

Can your new menu also be integrated in a program with a horizontal bar at the top with a couple of menu items, like this https://doc.qt.io/qt-5/qtwidgets-mainwindows-menus-example.html ?

Or is this the same as your implementation?

jerous86 commented 10 months ago

I updated examples/menu.nim to also include a menu bar, so it is possible and is similar to the qt example.

grd commented 10 months ago

Wow! It works wonderful. I am closing the issue now. Thanks!