Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Harmattan ToolBar with PageStack transition's color problem
Qt 6.11 is out! See what's new in the release blog

Harmattan ToolBar with PageStack transition's color problem

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 2.2k 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.
  • I Offline
    I Offline
    Iktwo
    wrote on last edited by
    #1

    Hi, I have a problem using a two ToolBars, I don't know if it's the right way to do it, I want to get a black tool bar (inverted theme) it works, but when the transition it's on, the color changes to normal theme.

    This is how the tool bars are defined:
    @
    ToolBar{
    id: mainToolBar
    visible: true
    platformStyle: ToolBarStyle {
    background: "image://theme/meegotouch-toolbar-"+((screen.currentOrientation == Screen.Portrait||screen.currentOrientation==Screen.PortraitInverted)?"portrait":"landscape")+"-inverted-background"
    }

        ToolIcons..
    }
    
    ToolBar{
        id: settingsToolBar
        visible: false
        platformStyle: ToolBarStyle {
            background: "image://theme/meegotouch-toolbar-"+((screen.currentOrientation == Screen.Portrait||screen.currentOrientation==Screen.PortraitInverted)?"portrait":"landscape")+"-inverted-background"
        }
        ToolIcons..
    }
    

    @

    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