FxaaSection.qml 270 B

123456789101112
  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. // Fxaa effect has no modifiable properties
  9. }