Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-20033

qml2puppet chashes if I use a ComboBox with a model

    XMLWordPrintable

Details

    Description

      qml2puppet chashes if I use a ComboBox with a model.

      import QtQuick 2.9
      import QtQuick.Window 2.2
      import QtQuick.Controls 2.2
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
          ComboBox {
              id: comboBox
              x: 248
              y: 126
              width: 161
              height: 55
              model: ["First", "Second", "Third"] //Stops crashing If I remove this
          }
      }
      

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            kozmon Ömer Göktaş
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes