View Single Post
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#93
Originally Posted by Ancelad View Post
Check these files: mapplicationmenustyle.css and mobjectmenustyle.css.

BTW do your apps contain statusbar?
About the status bar it looks ok screens here example:

https://openrepos.net/sites/default/...1319-34-11.png

But what I want is also to make the menus to look like the core apps when sailfish theme is used

So question is if I can tweek this in my QML:s

Code:
Menu {
        id: myMenu
        visualParent: pageStack
        MenuLayout {
            MenuItem { text: qsTr("About InstaCat client"); onClicked: pageStack.push(Qt.resolvedUrl("AboutPage.qml")) }
            MenuItem { text: qsTr("Upload to your InstaCat server"); onClicked: pageStack.push(Qt.resolvedUrl("UploadPage.qml")) }
            MenuItem { text: qsTr("Settings"); onClicked: pageStack.push(Qt.resolvedUrl("SettingsPage.qml")) }
        }
    }
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-11-11 at 09:32.