mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add some documentation to ColorDialog
CURA-8687
This commit is contained in:
parent
91c95a0ed6
commit
c1d5526537
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ import QtQuick.Layouts 1.1
|
|||
import UM 1.5 as UM
|
||||
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
|
||||
{
|
||||
id: base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue