Cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml
Diego Prado Gesto 17945c6b16 [WIP] Separate components in different files
Contributes to CURA-5941
2018-11-30 11:32:24 +01:00

11 lines
193 B
QML

// 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 Cura 1.0 as Cura
Cura.SettingView {
}