mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
12 lines
No EOL
260 B
QML
12 lines
No EOL
260 B
QML
// Copyright (c) 2023 UltiMaker
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
import QtQuick 2.7
|
|
import QtQuick.Controls 2.15
|
|
import QtQuick.Layouts 1.3
|
|
import QtQuick.Dialogs
|
|
|
|
// due for deprication, use Qt Color Dialog instead
|
|
ColorDialog
|
|
{
|
|
} |