Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-79172

ComboBox not working with QtQuick.Controls 1.4, Android 64

    XMLWordPrintable

Details

    • Android

    Description

      import QtQuick 2.13
      import QtQuick.Window 2.13
      import QtQuick.Controls 1.4
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
          id: eDash
      
          ComboBox {
              width: 100
              height: 50
              model: languageModel
          }
      
          ListModel {
              id: languageModel
              ListElement { text: "1"; }
              ListElement { text: "2"; }
          }
      }
      
      

      This code with combobox works good on Win, Mac, iOs, Android Arm v7, but not working on Android arm64-v8a

       

      It was very hard to find, why combobox stop working, because i debug with Android Arm v7 profile, but phone download Android arm64-v8a from play market.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            aneox Alexandr Bochkarev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes