mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
Add some documentation to ColorDialog
CURA-8687
This commit is contained in:
parent
91c95a0ed6
commit
c1d5526537
@ -6,6 +6,11 @@ import QtQuick.Layouts 1.1
|
|||||||
import UM 1.5 as UM
|
import UM 1.5 as UM
|
||||||
import Cura 1.1 as Cura
|
import Cura 1.1 as Cura
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* A dialog that provides the option to pick a color. Currently it only asks for a hex code and shows the color
|
||||||
|
* in a color swath
|
||||||
|
*/
|
||||||
UM.Dialog
|
UM.Dialog
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user