Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.34 KB

component-item.rst

File metadata and controls

51 lines (33 loc) · 1.34 KB

Component Item

Locations

:qmlComponent, :qmlTestcase

Nested items

:qmlComponent, QtObject

Inherited by

:qmlProcessProbe, :qmlPinProbe, :qmlSignalProbe, :qmlUniflashProbe

Properties

:cppname

Detailed Description

Component is used as a base type for all kinds of dynamic items in test cases such as probes and other helpers. Component items may define their own properties, methods, signals and signal handlers. All probe items are based upon Component.

Use this item whenever you want to implement re-usable components for the use in :qmlTestcase items.

Properties