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

sub-directory namespace underlined as 'unknown type' in QML editor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.2.0
    • None

      How to reproduce

      Open $CREATORDIR/tests/manual/qml/testfiles/usingbutton.qml:

      import Qt 4.7
      import "components" as X
      
      Rectangle {
          width: 640
          height: 480
      
          X.MyButton {
          }
      
      }
      

      The 'X' in 'X.MyButton' is underlined, and the tooltip shows 'unknown type'. This can be fixed by loading MyButton.qml once in the editor.

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

            ckamm Christian Kamm
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes