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. [Solved] Setting the Symbian statuspane in Qt-application

[Solved] Setting the Symbian statuspane in Qt-application

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.6k 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.
  • R Offline
    R Offline
    riussi
    wrote on last edited by
    #1

    How can one set the Symbian status pane layout ( h"ttp://wiki.forum.nokia.com/index.php/Status_pane_layout":http://wiki.forum.nokia.com/index.php/Status_pane_layout ) in a Qt application? I want to set the status pane layout to small instead of the default one. I don't want a fullscreen app though as suggested in some other posts.

    I tried with a piece of native code inside the app ( see "http://futurice.pastebin.com/AubhXLu6":http://futurice.pastebin.com/AubhXLu6 ) to set it but it isn't working. I end up with a null pointer in CEikStatusPane* statusPane.

    Any ideas how can I manage this?

    Juha Ristolainen (@Riussi)

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Fuzzbender
      wrote on last edited by
      #2

      Try accessing it using CEikonEnv::Static()->AppUiFactory()->StatusPane();

      Note that Qt S60 app framework creates the status pane and control pane rather late (on demand), so you might need to try and access the StatusPane later in your code (your code paste didn't really indicate at which stage of your app constructing you are trying this).

      1 Reply Last reply
      0
      • R Offline
        R Offline
        riussi
        wrote on last edited by
        #3

        Oh yeah, that was the problem. I got it set when I moved it a bit further. Thx.

        Juha Ristolainen (@Riussi)

        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