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. How to make Qt Menu Bar dispalyed ( fitted ) and function ok as on PC desktop on Nokia smartphones
QtWS25 Last Chance

How to make Qt Menu Bar dispalyed ( fitted ) and function ok as on PC desktop on Nokia smartphones

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.5k Views
  • 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
    swhweng
    wrote on last edited by
    #1

    Hello
    ( to continue from previous discusion about fitting interfaces to mobile devices )
    thanks to everybody interested and tryed to help:

    1. I've succedd to fit to mobile device without using layout, with layout it is more "professionaly" but at the moment I do not understand how to make layout specifically for my application interface that will fit "automatically" for changing platform ( I mean when compiling with different compilers and deploying to different devices)
    2. I still have some problem : There is a menu bar with items and actions at the top of my application's interface. I see them well in QtDesigner and they function ok and when compiling and executing on Windows it is ok, BUT! When I fit the window size for the symbian/maemo devices that there are at QtSDK simulators I see interfaces ok but* I do not see the menu bar nor on the simulator's device's screen nor on the simulator's additional screen but only some part of my menu bar*. Does anybody know what must be done for Qt MenuBar with items and actions displayed and functioned ok on QtSDK simulator and on real devices ( Maemo/Symbian ) ( like on Windows in this specific case ).
      Thanks a lot!
    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qtrahul
      wrote on last edited by
      #2

      Whenever you design your application in the simulator and then deploy that in real device, the picture will be the different.

      You can design the using widget trick, or run time modification with that application.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        swhweng
        wrote on last edited by
        #3

        Hi
        Thanks for your reply
        Isn't it "logically right" the simulator should provide real picture what is going on at the device. If no then for what we need the simulator?
        I am not so experienced I am only begin with mobile platforms but I am sure it is more less looks like as at the simulator ( at least the interface,layout ). I think there should be some definition ( or coded or in Qt Designer ) to define QMenuBar property so it will be seen as a developer need on mobile device... shouldn't there?

        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