Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SidebarAdvanced.qml « qml « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a231aa53ddf6571255ef1b3448e160217d773a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2015 Ultimaker B.V.
// Cura is released under the terms of the AGPLv3 or higher.

import QtQuick 2.0

import QtQuick.Controls 1.2

import UM 1.0 as UM

UM.SettingView {
    expandedCategories: Printer.expandedCategories;
    onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
}