ParticleModelShape3DSpecifics.qml 290 B

1234567891011121314
  1. // Copyright (C) 2021 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. ParticleModelShape3DSection {
  9. width: parent.width
  10. }
  11. }