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

Provide auto-completion for alias-to-url properties

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • None
    • Qt Creator 2.8.1
    • None

    Description

      The following code provides nice auto-completion of paths, making it very easy to find image files on disk:

      import QtQuick 2.0
      
      Image {
          source: "" // this gives nice auto-completion of paths
      }
      

      It would be nice if the same auto-completion could be provided in the following case:

      MyComponent.qml
      import QtQuick 2.0
      
      Item {
          property alias source: myImage.source
          Image {
              id: myImage
          }
      }
      
      import QtQuick 2.0
      
      MyComponent {
          source: "" // no auto-completion of paths available
      }
      

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            mbrasser Michael Brasser
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes