2022-11-21 12:16:00 +00:00
|
|
|
import QtQuick 2.14
|
|
|
|
|
|
|
|
ListModel {
|
2023-04-19 11:29:36 +00:00
|
|
|
ListElement {
|
|
|
|
title: "Playground"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileDialogView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CommunitiesPortalLayout"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-12-20 00:03:25 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityNewPermissionView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-04-25 21:24:04 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityNewAirdropView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileFetchingView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "LoginView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AboutView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-12-01 16:31:03 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityPermissionsView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-02-01 17:30:41 +00:00
|
|
|
ListElement {
|
|
|
|
title: "JoinCommunityView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-03-06 12:18:25 +00:00
|
|
|
ListElement {
|
2023-05-23 16:34:16 +00:00
|
|
|
title: "CommunityNewTokenView"
|
2023-03-06 12:18:25 +00:00
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
2023-05-25 09:11:27 +00:00
|
|
|
title: "CommunityTokenView"
|
2023-03-06 12:18:25 +00:00
|
|
|
section: "Views"
|
|
|
|
}
|
2023-03-13 10:52:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityMintedTokensView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-04-06 19:26:56 +00:00
|
|
|
ListElement {
|
|
|
|
title: "AmountToSendView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-05-10 11:05:45 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TokenListView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-05-19 16:07:50 +00:00
|
|
|
ListElement {
|
|
|
|
title: "MessageContextMenu"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusCommunityCard"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CommunityProfilePopupInviteFriendsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CommunityProfilePopupInviteMessagePanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "UserListPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2022-11-24 16:23:54 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityPermissionsSettingsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-17 12:28:31 +00:00
|
|
|
ListElement {
|
|
|
|
title: "PermissionQualificationPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-23 15:51:12 +00:00
|
|
|
ListElement {
|
|
|
|
title: "PermissionConflictWarningPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-26 18:52:41 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityColumnHeaderPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-01 17:33:56 +00:00
|
|
|
ListElement {
|
|
|
|
title: "JoinPermissionsOverlayPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-15 08:27:18 +00:00
|
|
|
ListElement {
|
|
|
|
title: "DidYouKnowSplashScreen"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-17 11:57:41 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityMintTokensSettingsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-15 17:14:31 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityAirdropsSettingsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-04-07 18:31:29 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ChatAnchorButtonsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-31 10:21:11 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TokenHoldersPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-20 12:29:05 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileSocialLinksPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "ProfileShowcaseCommunitiesPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "ProfileShowcaseAccountsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "ProfileShowcaseCollectiblesPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "ProfileShowcaseAssetsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-04-19 12:39:50 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TokenPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-04-25 20:09:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "SequenceColumnLayout"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-05-18 16:09:03 +00:00
|
|
|
ListElement {
|
|
|
|
title: "BurnTokensPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "InviteFriendsToCommunityPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CreateChannelPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-12-06 11:19:20 +00:00
|
|
|
ListElement {
|
|
|
|
title: "HoldingsDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-04-17 09:35:44 +00:00
|
|
|
ListElement {
|
|
|
|
title: "MembersDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-12-20 00:32:02 +00:00
|
|
|
ListElement {
|
|
|
|
title: "InDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-01-05 20:03:18 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityIntroDialog"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-02-14 16:33:23 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityTokenPermissionsPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-21 16:05:30 +00:00
|
|
|
ListElement {
|
2023-05-22 10:36:47 +00:00
|
|
|
title: "SignTokenTransactionsPopup"
|
2023-03-21 16:05:30 +00:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-31 11:27:17 +00:00
|
|
|
ListElement {
|
2023-05-15 14:52:50 +00:00
|
|
|
title: "RemotelyDestructPopup"
|
2023-03-31 11:27:17 +00:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-31 12:27:24 +00:00
|
|
|
ListElement {
|
2023-05-15 14:52:50 +00:00
|
|
|
title: "RemotelyDestructAlertPopup"
|
2023-03-31 12:27:24 +00:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-04-05 11:10:44 +00:00
|
|
|
ListElement {
|
|
|
|
title: "NetworkSelectPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-05-10 11:05:45 +00:00
|
|
|
ListElement {
|
|
|
|
title: "SendModal"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "MembersSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-11-29 10:51:19 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ImagesGridView"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-01 22:52:45 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ContactsListAndSearch"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-06 07:55:50 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusChatInput"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-20 00:00:47 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusChatListAndCategories"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-01-26 08:41:07 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusScrollView"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-02-01 10:54:12 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusMessage"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-01 21:32:58 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusDotsLoadingIndicator"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-13 09:33:52 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusFlowSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-10 09:39:05 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusItemSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-10 16:16:15 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusGroupBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-31 12:07:33 +00:00
|
|
|
ListElement {
|
|
|
|
title: "AddressesInputList"
|
|
|
|
section: "Components"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AddressesSelectorPanel"
|
|
|
|
section: "Components"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AirdropRecipientsSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-28 11:07:39 +00:00
|
|
|
ListElement {
|
|
|
|
title: "AirdropTokensSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-22 09:47:21 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusEmojiAndColorComboBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-15 22:34:48 +00:00
|
|
|
ListElement {
|
|
|
|
title: "DerivationPathInput"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 12:05:47 +00:00
|
|
|
ListElement {
|
|
|
|
title: "NetworkFilter"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 12:18:31 +00:00
|
|
|
ListElement {
|
|
|
|
title: "InlineNetworksComboBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 12:26:14 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TokenItem"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-10 11:54:06 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TransactionDelegate"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-26 10:01:22 +00:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityPermissionsRow"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-19 09:51:47 +00:00
|
|
|
ListElement {
|
|
|
|
title: "TransactionAddress"
|
|
|
|
section: "Components"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "TransactionAddressTile"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-05 19:59:17 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusImageCropPanel"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-16 08:25:40 +00:00
|
|
|
ListElement {
|
|
|
|
title: "StatusBlockProgressBar"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
ListElement {
|
|
|
|
title: "BrowserSettings"
|
|
|
|
section: "Settings"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "LanguageCurrencySettings"
|
|
|
|
section: "Settings"
|
|
|
|
}
|
2023-04-05 11:10:44 +00:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileSocialLinksPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-05-16 08:25:40 +00:00
|
|
|
ListElement {
|
|
|
|
title: "PopupSizing"
|
|
|
|
section: "Research / Examples"
|
|
|
|
}
|
2023-04-26 15:53:49 +00:00
|
|
|
ListElement {
|
|
|
|
title: "WalletHeader"
|
2023-05-16 08:25:40 +00:00
|
|
|
section: "Wallet"
|
2023-04-26 15:53:49 +00:00
|
|
|
}
|
2023-05-12 11:46:42 +00:00
|
|
|
ListElement {
|
2023-05-16 08:25:40 +00:00
|
|
|
title: "StatusTxProgressBar"
|
|
|
|
section: "Wallet"
|
2023-05-12 11:46:42 +00:00
|
|
|
}
|
2022-11-21 12:16:00 +00:00
|
|
|
}
|