mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Add a bit more documentation to explain what the elements do
CURA-5772
This commit is contained in:
parent
1e3a9ff57c
commit
a473a46a35
@ -114,6 +114,7 @@ UM.MainWindow
|
|||||||
|
|
||||||
DropArea
|
DropArea
|
||||||
{
|
{
|
||||||
|
// The drop area is here to handle files being dropped onto Cura.
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onDropped:
|
onDropped:
|
||||||
{
|
{
|
||||||
@ -181,6 +182,8 @@ UM.MainWindow
|
|||||||
|
|
||||||
Toolbar
|
Toolbar
|
||||||
{
|
{
|
||||||
|
// The toolbar is the left bar that is populated by all the tools (which are dynamicly populated by
|
||||||
|
// plugins)
|
||||||
id: toolbar
|
id: toolbar
|
||||||
|
|
||||||
property int mouseX: base.mouseX
|
property int mouseX: base.mouseX
|
||||||
@ -206,6 +209,7 @@ UM.MainWindow
|
|||||||
|
|
||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
|
// A stage can control this area. If nothing is set, it will therefor show the 3D view.
|
||||||
id: main
|
id: main
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user