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

AxisLabel and GridLine are Components

    XMLWordPrintable

Details

    • 776117adc (dev), 864c45b8d (6.7)

    Description

      Which leads to:

      qt.qml.typecompiler: qrc:/axis/AxisLabel:7:1: Using a Component as the root of a QML document is deprecated: types defined in qml documents are automatically wrapped into Components when needed.
      qt.qml.typecompiler: qrc:/axis/GridLine:7:1: Using a Component as the root of a QML document is deprecated: types defined in qml documents are automatically wrapped into Components when needed.
      

      Can be reproduced with:

      QAppliaction app(argc, argv);
      Q3DSurface surface;
      surface.show();
      app.exec();
      

      Attachments

        For Gerrit Dashboard: QTBUG-121993
        # Subject Branch Project Status CR V

        Activity

          People

            inho Inho Lee
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes