Új hozzászólás Aktív témák

  • wong kok wah

    senior tag

    válasz Tibor691 #1566 üzenetére

    Nem sajnos. Ez egy popup ablak a qnx rendszerben...

    //~ TextID 8d08907a-da29-11e4-b551-00059a3c7a00
    cancelButtonText: (_globalSource.regionalVariant === GlobalSource.Europe) ? qsTr("Ok")
    //~ TextID 8d0905b6-da29-11e4-8eda-00059a3c7a00
    : qsTr("Accept")
    popupSize: (_globalSource.regionalVariant === GlobalSource.Europe) ? HmiGui.Regular
    : HmiGui.Big
    onCanceled: {
    _trafficCenterController.fastDismiss(root.instanceId);
    }

    contents: Item {
    anchors.fill: parent

    TextLabel {
    id: europeRegionContent

    anchors.fill: parent
    anchors.margins: UiTheme.styleRoot.generalMarginBig
    visible: (_globalSource.regionalVariant === GlobalSource.Europe)
    horizontalAlignment: Text.AlignHCenter
    verticalAlignment: Text.AlignVCenter
    wrapMode: Text.WordWrap
    //~ TextID 8d0905b7-da29-11e4-adb6-00059a3c7a00
    text: qsTr("Unit only gives guidance.\nSafe, lawful vehicle use is the driver's responsibility! Please refer to the manual!")
    }

Új hozzászólás Aktív témák

Hirdetés