Tracer QML Type

The tracer of a Neptune 3 application. More...

Since: Qt 5.11
Inherits:

MouseArea

Properties

Methods

Detailed Description

The Tracer is used to mark desired area to help developer see if the created component is created as intended or not.

Example Usage

The following example shows how to use Tracer:

import QtQuick 2.10
import shared.utils 1.0

Rectangle {
    id: root

    width: 80
    height: 80

    Tracer {
        visible: true
    }
}

Property Documentation

[read-only] color : color

This property holds a random color to mark the desired area.


[read-only] fill : bool

This property describes whether Tracer is filled or not.


opaque : bool

This property specifies whether Tracer is suppose to be transparent or not.


[read-only] padding : real

This property specifies the default padding number of Tracer.


[read-only] text : string

This property holds the object name of its parent.


Method Documentation

color randomColor()

Generate random color for the Tracer's border.


© 2019 Luxoft Sweden AB. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.