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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: