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

Creator: Wrong import when creating UI QtQuick 2 with Controls

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.7.1
    • None

      Installer 5.1 beta from 05/05.

      When creating a new QtQuick 2 UI with Controls, the import to QtQuick is not correct.

      It is currently: import QtQuick 2.0
      It should be: import QtQuick 2.1

      import QtQuick 2.0 => should be 2.1
      import QtQuick.Controls 1.0
      import QtQuick.Window 2.0
      
      ApplicationWindow {
          width: 640
          height: 480
      ...
      

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

            thohartm Thomas Hartmann
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes