LookAtNodeSpecifics.qml 333 B

123456789101112131415161718
  1. // Copyright (C) 2022 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
  3. import QtQuick 2.15
  4. import QtQuick.Layouts 1.15
  5. import HelperWidgets 2.0
  6. Column {
  7. width: parent.width
  8. LookAtNodeSection {
  9. width: parent.width
  10. }
  11. NodeSection {
  12. width: parent.width
  13. }
  14. }