Existe um Bool ou Flag que você pode usar no QML para determinar se um telefone está executando o aplicativo?

2

Por exemplo:

Text {
    text: isPhone ? "this application is running on a phone" : "this application is not running on a phone"
}
    
por Akiva 19.10.2014 / 23:02

0 respostas