Hi!
I am using the arcGIS Qt/C++ template that creates a QQuickView to show an application window, and I'd like to use a menubar item. My idea was to create an Application Window in QML and set the menubar from there, but the template sets you up with a QQuickItem which cannot have an Application Window as a parent.
What other ways are there to use Application Window with this template?
Is this possible or should I find a workaround?
Thanks!!