mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
15 lines
No EOL
319 B
QML
15 lines
No EOL
319 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
|
|
{
|
|
id: root
|
|
|
|
property alias color: root.selectedColor
|
|
} |