Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtQuick Android - menuBar show issue

QtQuick Android - menuBar show issue

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 479 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    svyatoslav911512
    wrote on last edited by
    #1

    Hello all,

    Having issues when pressed android left button (for show menu) on 4.x platform. I have two real android devices. One on Android 2.3 and another MTK on Android 4.1. Used standard code snippet for adding menu in my application:

    ApplicationWindow {
    width: 640
    height: 480
    visible: true
    menuBar: MenuBar {
    id: menuBar
    Menu {
    id: menuFile
    title: qsTr("&File")
    }
    Menu{
    id: menuHelp
    title: qsTr("&Help")
    }
    }
    }

    On HTC device when I pressed settings menu key it show me both higlevel menus, on Android 4.1 did nothing. Who had same issue? Who can give me right direction to dig into this issue? Appreciate your help.

    Thanks

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved