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

Provide auto-completion for properties of ApplicationWindow's contentItem

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 3.3.0
    • Quick / QML Support
    • None

    Description

      Typing parent. below gives no auto-completion for properties like horizontalCenter, even though the anchors work when used.

      import QtQuick 2.3
      import QtQuick.Controls 1.2
      
      ApplicationWindow {
          id: window
          visible: true
          width: 200
          height: 200
      
          Rectangle {
              width: 50
              height: 50
              anchors.horizontalCenter: parent.horizontalCenter
              color: "transparent"
              border.color: "darkorange"
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              mabenell Marco Benelli
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes