Liri Fluid API

Loadable QML Type

Loadable component. More...

Import Statement: import Fluid.Controls 1.1

Properties

Methods

Detailed Description

Property Documentation

asynchronous : bool

Whether the component is loaded asynchronously or not.


component : Component

Component to load.


hideAnimation : Animation

Animation to play when the component is hidden.


item : Item

Item created after Loadable::component is loaded.


showAnimation : Animation

Animation to play when the component is shown.


Method Documentation

void hide()

Hide the component.


void show()

Show the component.