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

App crashes when using ComboBox in asynchronous Loader

XMLWordPrintable

      Following simple example cause the app running the qml code to crash:

      Loader {
          width: 360
          height: 360
          asynchronous: true
          sourceComponent: ComboBox {
              model: [ "Banana", "Apple", "Coconut" ]
          }
      }
      

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

            bachewii Jens
            railorsi Jan Häusler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes