SidebarAdvanced.qml 325 B

12345678910111213
  1. // Copyright (c) 2015 Ultimaker B.V.
  2. // Cura is released under the terms of the AGPLv3 or higher.
  3. import QtQuick 2.0
  4. import QtQuick.Controls 1.2
  5. import "Settings"
  6. SettingView {
  7. // expandedCategories: Printer.expandedCategories;
  8. // onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
  9. }