value : variant Value of this node. Reading and writing this property will access the node on the server.valueType : variant Type type of this node. The initial value will be QtOpcUa.Constants.Undefined and be fetched from the server when the first connection is established. Any value ...
Unique values contain a value and description, as well as the label and symbol to display for features that contain attribute values that match the unique value. This QML type supports the following default properties. A default property may be declared inside another declared object without being...
Since:QtDataVisualization 1.0 Instantiates:QValue3DAxis Inherits: AbstractAxis3D Properties formatter: ValueAxis3DFormatter labelFormat: string reversed: bool segmentCount: int subSegmentCount: int Detailed Description This type provides an axis that can be given a range of values and segment and subse...
However, up to three fields can be combined to generate a unique value. This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property. TypeDefault Property UniqueValue uniqueValues (appends...
The ValueAxis type can be set up to show an axis line with tick marks, grid lines, and shades. The values on the axis are drawn at the positions of tick marks.The following example code illustrates how to use the ValueAxis type:
PopupMediaValue QML Type Contents of an individual media element in a Popup. More... Import Statement: import Esri.ArcGISRuntime 100.15 Since: Esri.ArcGISRuntime 100.0 Inherits: Object List of all members, including inherited members Properties fieldNames : list<string> linkUrl : url normal...
ContingentAnyValue QML Type An object that indicates any domain value is allowed in a contingency. More... Import Statement: import Esri.ArcGISRuntime 100.15 Since: Esri.ArcGISRuntime 100.13 Inherits: ContingentValue List of all members, including inherited members Detailed Description Note: You...
All values contained in this GeoprocessingMultiValue must be of the same Enums.GeoprocessingParameterType. This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property. TypeDefault Property ...
ContingentNullValue QML Type An object that indicates a null value is allowed in a contingency. More... Import Statement: import Esri.ArcGISRuntime 100.15 Since: Esri.ArcGISRuntime 100.13 Inherits: ContingentValue List of all members, including inherited members Detailed Description Note: You...
11 TreeDelegate.qml @@ -0,0 +1,11 @@ import QtQuick 2.0 import hvoigt.net 1.0 Item { Text { anchors.fill: parent color: styleData.textColor elide: styleData.elideMode text: styleData.value.indentation + ": " + styleData.value.text } } 37 customtype.cpp @@ -0,0 +1,37 @@...