View Single Post
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#4
You need to have access to the application's source code to change it (if the change cannot be done from the application itself).

The needed change in qml would look something like this:
Code:
    Component.onCompleted: {	
        theme.inverted = true
    }