mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Refactor the PrintSetupSelector
The file was splitted in several other files to improve readability. There is a new folder called PrintSetupSelector where all those files will be. Contributes to CURA-5941.
This commit is contained in:
parent
56f20648f5
commit
85b34d6005
7 changed files with 419 additions and 399 deletions
10
resources/qml/PrintSetupSelector/CustomPrintSetup.qml
Normal file
10
resources/qml/PrintSetupSelector/CustomPrintSetup.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Controls 2.0
|
||||
|
||||
import "../Settings"
|
||||
|
||||
SettingView {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue