AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AUI Contacts

Note
This page describes an example listed in UI.
Usage of AUI_DECLARATIVE_FOR to make a contacts-like application.

UI is defined using a declarative syntax, where the structure and layout of the UI are specified as a series of function calls.

The application uses an AProperty named mContacts to store a vector of contact objects. Each contact object has properties like displayName, note, etc.

Source Files#