ScrollableTextArea.qml 289 B

1234567891011121314
  1. // Copyright (c) 2022 Ultimaker B.V.
  2. // Cura is released under the terms of the LGPLv3 or higher.
  3. import QtQuick 2.10
  4. import QtQuick.Controls 2.3
  5. import UM 1.7 as UM
  6. import Cura 1.1 as Cura
  7. // Wrapper to UM.ScrollableTextArea which was originally placed here
  8. UM.ScrollableTextArea
  9. {
  10. }