Basic QML Types
Defines the behavior of the button | |
Describe an action that can be re-used and shared between different components | |
Show a row of buttons that trigger actions. When the number of visible actions specified is larger than numberOfSlots, an overflow button will be shown which triggers an overflow panel that shows the remaining actions | |
Groups actions together and by providing multiple contexts the developer is able to control the visibility of the actions. The ActionManager then exposes the actions from these different contexts | |
A visual representation of an Action. The API of ActionItem is a copy of the API of Action, with additional properties to define visual aspects of the ActionItem | |
List of Action items An ActionList provies a way of grouping actions together | |
Manages actions and action contexts withion an application | |
Component visually indicates that a task of unknown duration is in progress, e.g. busy indication, connection in progress indication, etc | |
View with multiple columns of Pages | |
Component is a representation of an alarm event | |
Holds the list of alarms defined | |
Specifies what type a given command line parameter should be | |
Way to declare what command line parameters are expected by the application | |
A component to handle bottom edge gesture and content | |
Shows the availability of extra features available from the bottom edge of the application | |
Defines an active region within the BottomEdge component | |
Standard Lomiri button | |
Container providing captionStyles for a twin-label column that can be used in RowLayout or GridLayout | |
Component with two states, checked or unchecked. It can be used to set boolean options. The behavior is the same as Switch, the only difference is the graphical style | |
This is a singleton type providing access to the system clipboard | |
Lomiri button providing a drop-down panel visualizing custom options | |
Way to declare several checkable controls as mutually exclusive | |
Context property, which provides utility functions for font manipulations | |
Singleton defining the haptics feedback used in components, where execution of the feedback is controlled by the system settings | |
Bar that can contain the title and controls for the current view | |
Component displays an icon from the icon theme | |
Attached object filtering mouse events occured outside the owner | |
Captures mouse events happening outside of a given area | |
Extended Text item with Lomiri styling | |
Element provides Lomiri design standards for list or grid views. The ListItem component was designed to be used in a list view. It does not define any specific layout, but while its contents can be freely chosen by the developer, care must be taken to keep the contents light in order to ensure good performance when used in long list views | |
Provides configuration for actions to be added to a ListItem | |
Provides information about a ListItem drag event | |
Easy way to create list items which follow Lomiri design standards, thus making them visually appealing and consistent with the rest of the platform without effort | |
A live timing source providing peridioc updates | |
Provides global object with different enums | |
Singleton defining standard Lomiri durations and easing for animations that should be used to ensure that Lomiri applications are consistent in their animations | |
QML binding for a subset of QCoreApplication | |
Singleton defining the Lomiri color palette | |
A ListView with special features tailored for a look and feel fitting the Lomiri Touch platform. The LomiriListView works just like a regular ListView, but it adds special features such as expanding/collapsing items (when used together with the Expandable item). It provides features like automatically positioning the expanding item when it expands and collapsing it again when the user taps outside of it | |
NumberAnimation that has predefined settings to ensure that Lomiri applications are consistent in their animations | |
Rounded rectangle containing a source image blended over a background color | |
Extended LomiriShape adding a colored overlay layer | |
The root Item that should be used for all applications | |
The root Item that should be used for all applications. It automatically adds a header and toolbar for its contents and can rotate its content based on the device orientation | |
Type provides interface to access and store data to the Clipboard | |
Attached property filtering mouse events occured inside the owner | |
Component displaying either a single selected value or expanded multiple choice with an optional image and subtext when not expanded, when expanding it opens a listing of all the possible values for selection with an additional option of always being expanded. If multiple choice is selected the list is expanded automatically | |
Automatically rotates its children following the orientation of the device | |
A page is the basic Item that represents a single view in an Lomiri application. It is recommended to use the Page inside the MainView or AdaptivePageLayout | |
Component configuring the metrics of a column in AdaptivePageLayout | |
Component configuring a layout in an AdaptivePageLayout component | |
Shows a title with a leading and a trailing ActionBar that add action buttons to the header | |
A stack of Page items that is used for inter-Page navigation. Pages on the stack can be popped, and new Pages can be pushed. The page on top of the stack is the visible one | |
A panel that can be swiped in and out from an edge of the window by the user. For most applications, it is highly recommended to use the MainView instead which includes a toolbar at its bottom that can be swiped in or out | |
Provides a panel for opening a DatePicker in place of the input panel or as Popover, depending on the form factor | |
A special ActionContext used in Dialogs and Popups | |
Component visually indicates the progress of a process of determinate or indeterminate duration | |
Holds an icon representing the progression symbol | |
Extended LomiriShape mostly used for icons and vignettes | |
Pull-to-refresh component for Flickables to reload a model upon pull | |
Scrollable view that features scrollbars and scrolling via keyboard keys | |
Component provides scrolling functionality for scrollable views (i.e. Flickable, ListView) | |
Display a list of sections that the user can select. By tapping on a section name the selectedIndex will be updated, and the associated Action is triggered | |
Component enables accessing service properties from QML | |
Component to select a value from a continuous range of values | |
Component provides an easy way to layout a list of user-interface elements horizontally following Lomiri design standards. We call the elements which we want to layout "slots". Slots is just another name for SlotsLayout's visual children | |
Sorts and filters rows from an existing model | |
Attached properties to save component property states | |
Component holding style specific properties to configure a particular StyledItem's style runtime | |
Allows items to be styled by the theme | |
An area which detects axis-aligned single-finger drag gestures | |
Component with two states, checked or unchecked. It can be used to set boolean options. The behavior is the same as CheckBox, the only difference is the graphical style | |
Item displays a block of editable, scrollable, formatted text | |
Element displays a single line of editable plain text. Input constraints can be set through validator or inputMask. Setting echoMode to an appropriate value enables TextField to be used as password input field | |
Facilities to interact with the current theme | |
Facilities to define the theme of a StyledItem | |
That can be used as an extension for the edit mode header. Example: | |
Of measurement for sizes, spacing, margin, etc | |
Singleton signalling for opened URIs | |
A set of properties attached to the ListItem's parent item or ListView | |
Various date utility functions | |
Context property that provides internationalization support | |
Various mathematical utility functions |