mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 09:17:29 +00:00
c586b9be1e
It adds the `StatusItemPicker` control and `StatusListPicker` component and its corresponding documentation. The new selector component is composed by a `StatusButtonPicker` and a drop-down list. It adds sections in `ListView` by using `category` model property. It incorporates a searcher in header. The selector type can be customised as a `StatusRadioButton` or a `StatusCheckbox`. It adds dynamic selection mechanism. It adds a dynamic text fit between `name` and `shortName` text components. It adds a specific page in `sandbox` and some models to play with that. It extends `StatusPickerButton` to allow more than one type. Closes #563
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
/*!
|
|
\qmlmodule StatusQ.Components 0.1
|
|
\title StatusQ Components
|
|
\brief Basic set of Components StatusQ components
|
|
|
|
This is a listing of all Components components.
|
|
|
|
This module is part of the \l{StatusQ}{StatusQ} project.
|
|
|
|
\list
|
|
\li \l{StatusAddress}
|
|
\li \l{StatusBadge}
|
|
\li \l{StatusChatInfoToolBar}
|
|
\li \l{StatusChatList}
|
|
\li \l{StatusChatListItem}
|
|
\li \l{StatusImageSettings}
|
|
\li \l{StatusChatListCategory}
|
|
\li \l{StatusChatListCategoryItem}
|
|
\li \l{StatusChatListAndCategories}
|
|
\li \l{StatusChatToolBar}
|
|
\li \l{StatusContactRequestsIndicatorListItem}
|
|
\li \l{StatusDescriptionListItem}
|
|
\li \l{StatusLetterIdenticon}
|
|
\li \l{StatusListItem}
|
|
\li \l{StatusListPicker}
|
|
\li \l{StatusListSectionHeadline}
|
|
\li \l{StatusLoadingIndicator}
|
|
\li \l{StatusMemberListItem}
|
|
\li \l{StatusNavigationListItem}
|
|
\li \l{StatusNavigationPanelHeadline}
|
|
\li \l{StatusRoundIcon}
|
|
\li \l{StatusRoundedImage}
|
|
\li \l{StatusMacWindowButtons}
|
|
\li \l{StatusListItemBadge}
|
|
\li \l{StatusExpandableItem}
|
|
\li \l{StatusSmartIdenticon}
|
|
\li \l{StatusMessage}
|
|
\li \l{StatusMessageDetails}
|
|
\li \l{StatusTagSelector}
|
|
\li \l{StatusToastMessage}
|
|
\endlist
|
|
*/
|