Skip to content

Class Range

ClassList > Range

Inherits the following classes: EditorWidgetBase

Public Properties

Type Name
property bool isDouble
property real max
property real min
property int precision
property real step
property string suffix
property string widgetStyle

Public Properties inherited from EditorWidgetBase

See EditorWidgetBase

Type Name
property bool hasMenu
property bool isLoaded
property Menu menu

Public Signals inherited from EditorWidgetBase

See EditorWidgetBase

Type Name
signal void requestBarcode (var item)
signal void requestGeometry (var item, var layer)
signal void requestJumpToPoint (var center, real scale, bool handleMargins)
signal void valueChangeRequested (var value, bool isNull)

Public Functions

Type Name
void decreaseValue ()
void increaseValue ()
void roundValue (value, precision)

Public Properties Documentation

property isDouble

bool Range::isDouble;

property max

real Range::max;

property min

real Range::min;

property precision

int Range::precision;

property step

real Range::step;

property suffix

string Range::suffix;

property widgetStyle

string Range::widgetStyle;

Public Functions Documentation

function decreaseValue

void Range::decreaseValue () 

function increaseValue

void Range::increaseValue () 

function roundValue

void Range::roundValue (
    value,
    precision
) 


The documentation for this class was generated from the following file src/qml/editorwidgets/Range.qml