Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-140205

Property group information is lost across module boundaries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.9.2
    • Build tools: qdoc
    • None

      Property groups, such as QtQuick.Item.anchors, are displayed using nested lists in the All Members pages for QML types that inherit them from base types.

      However, when the base type is in a different module from the type that inherits from it, information about property groups is lost. As a result, usable links are created for all of the properties and property groups, but the list is flattened.

      The solution to this is to preserve the shared comment node structure in the index files generated for each module. An interim solution would be to simply retain information about which properties are actually property groups. The property lists would remain flattened, but would omit entries without type information.

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

            david.boddie David Boddie
            david.boddie David Boddie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes