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:
Diego Prado Gesto 2018-11-28 13:07:39 +01:00
parent 56f20648f5
commit 85b34d6005
7 changed files with 419 additions and 399 deletions

View 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 {
}