Reusable Status QML components
Go to file
Iuri Matias 171b14bf40
Update README.md
2021-06-29 06:49:41 -04:00
sandbox fix(StatusChatListItem): ensure chat name elides when it's too long 2021-06-29 09:46:08 +02:00
src bug(StatusLoadingIndicator): Change Animator to Animation 2021-06-29 09:46:23 +02:00
.gitignore fix: Add missing .qml to resources, add qmlcache to gitignore 2021-06-29 09:47:47 +02:00
README.md Update README.md 2021-06-29 06:49:41 -04:00
statusq.qrc fix: Add missing .qml to resources, add qmlcache to gitignore 2021-06-29 09:47:47 +02:00

README.md

StatusQ

An emerging reusable QML UI component library for Status applications.

Usage

StatusQ introduces a module namespace that semantically groups components so they can be easily imported. These modules are:

Provided components can be viewed and tested in the sandbox application that comes with this repository. Other than that, modules and components can be used as expected.

Example:

import Status.Core 0.1
import Status.Controls 0.1

StatusInput {
  ...
}

More Documentation available on the wiki