[Interest] MenuBar QML not usable on Yosemite OSX

mark diener rpzrpzrpz at gmail.com
Tue Apr 14 19:05:07 CEST 2015


Hello:

Tried using a MenuBar QML component with a Window component on OSX
yosemite, but
the Menubar does not appear at all.

Anybody have a tip on menubar visibility or usage on OSX?   (Any gotchas in
windows?)

Thanks all,

md


import QtQuick 2.4

import QtQuick.Window 2.2

import QtQuick.Controls 1.3


import "main.js" as Gjs


Window {


    id: mainwindow


    visible: true


    width: Screen.width

    height: Screen.height

    color: "black"

    title: "Mockup"


    MenuBar

    {

        id: mainmenu

        Menu

        {

            title: qsTr("RpzMockup")

            MenuItem

            {

                text: qsTr("Exit")

                onTriggered: Qt.quit() ;

            }

        }

    }

}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150414/6bf214d1/attachment.html>


More information about the Interest mailing list