2023-06-01 23:23:43 +02:00
|
|
|
import QtQuick 2.15
|
2022-11-21 13:16:00 +01:00
|
|
|
|
|
|
|
ListModel {
|
2023-04-19 13:29:36 +02:00
|
|
|
ListElement {
|
|
|
|
title: "Playground"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileDialogView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CommunitiesPortalLayout"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-12-20 01:03:25 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "EditPermissionView"
|
2022-12-20 01:03:25 +01:00
|
|
|
section: "Views"
|
|
|
|
}
|
2023-04-25 23:24:04 +02:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "EditAirdropView"
|
2023-04-25 23:24:04 +02:00
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileFetchingView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "LoginView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AboutView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-12-01 17:31:03 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "PermissionsView"
|
2022-12-01 17:31:03 +01:00
|
|
|
section: "Views"
|
|
|
|
}
|
2023-02-01 18:30:41 +01:00
|
|
|
ListElement {
|
|
|
|
title: "JoinCommunityView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-03-06 13:18:25 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "EditCommunityTokenView"
|
2023-03-06 13:18:25 +01:00
|
|
|
section: "Views"
|
|
|
|
}
|
|
|
|
ListElement {
|
2023-05-25 11:11:27 +02:00
|
|
|
title: "CommunityTokenView"
|
2023-03-06 13:18:25 +01:00
|
|
|
section: "Views"
|
|
|
|
}
|
2023-03-13 11:52:00 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "MintedTokensView"
|
2023-03-13 11:52:00 +01:00
|
|
|
section: "Views"
|
|
|
|
}
|
2023-04-06 16:26:56 -03:00
|
|
|
ListElement {
|
|
|
|
title: "AmountToSendView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-05-10 13:05:45 +02:00
|
|
|
ListElement {
|
|
|
|
title: "TokenListView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-05-19 19:07:50 +03:00
|
|
|
ListElement {
|
|
|
|
title: "MessageContextMenu"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-05-31 23:58:23 +03:00
|
|
|
ListElement {
|
|
|
|
title: "DeviceSyncingView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-06-26 13:56:08 +03:00
|
|
|
ListElement {
|
|
|
|
title: "PasswordView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2023-06-21 22:37:51 +02:00
|
|
|
ListElement {
|
|
|
|
title: "CommunitiesView"
|
|
|
|
section: "Views"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusCommunityCard"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "ProfilePopupInviteFriendsPanel"
|
2022-11-21 13:16:00 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "ProfilePopupInviteMessagePanel"
|
2022-11-21 13:16:00 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "UserListPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2022-11-24 17:23:54 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "PermissionsSettingsPanel"
|
2022-11-24 17:23:54 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-17 13:28:31 +01:00
|
|
|
ListElement {
|
|
|
|
title: "PermissionQualificationPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-23 16:51:12 +01:00
|
|
|
ListElement {
|
|
|
|
title: "PermissionConflictWarningPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-01-26 19:52:41 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "ColumnHeaderPanel"
|
2023-01-26 19:52:41 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-01 18:33:56 +01:00
|
|
|
ListElement {
|
|
|
|
title: "JoinPermissionsOverlayPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-15 10:27:18 +02:00
|
|
|
ListElement {
|
|
|
|
title: "DidYouKnowSplashScreen"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-02-17 12:57:41 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "MintTokensSettingsPanel"
|
2023-02-17 12:57:41 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-15 18:14:31 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "AirdropsSettingsPanel"
|
2023-03-15 18:14:31 +01:00
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-04-07 20:31:29 +02:00
|
|
|
ListElement {
|
|
|
|
title: "ChatAnchorButtonsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-31 12:21:11 +02:00
|
|
|
ListElement {
|
|
|
|
title: "TokenHoldersPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-06-01 23:23:43 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SortableTokenHoldersPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-03-20 13:29:05 +01: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 14:39:50 +02:00
|
|
|
ListElement {
|
|
|
|
title: "TokenPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-04-25 22:09:00 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SequenceColumnLayout"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-06-14 17:25:48 +02:00
|
|
|
ListElement {
|
|
|
|
title: "FeesPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-06-06 18:42:42 +03:00
|
|
|
ListElement {
|
|
|
|
title: "ChatPermissionQualificationPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-07-04 13:10:49 +02:00
|
|
|
ListElement {
|
|
|
|
title: "PrivilegedTokenArtworkPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-06-30 00:52:16 +03:00
|
|
|
ListElement {
|
|
|
|
title: "EditSettingsPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-05-18 18:09:03 +02:00
|
|
|
ListElement {
|
|
|
|
title: "BurnTokensPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "InviteFriendsToCommunityPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "CreateChannelPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-12-06 12:19:20 +01:00
|
|
|
ListElement {
|
|
|
|
title: "HoldingsDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-04-17 11:35:44 +02:00
|
|
|
ListElement {
|
|
|
|
title: "MembersDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2022-12-20 01:32:02 +01:00
|
|
|
ListElement {
|
|
|
|
title: "InDropdown"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-01-05 21:03:18 +01:00
|
|
|
ListElement {
|
|
|
|
title: "CommunityIntroDialog"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-02-14 17:33:23 +01:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "TokenPermissionsPopup"
|
2023-02-14 17:33:23 +01:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-21 17:05:30 +01:00
|
|
|
ListElement {
|
2023-05-22 12:36:47 +02:00
|
|
|
title: "SignTokenTransactionsPopup"
|
2023-03-21 17:05:30 +01:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-06-06 17:32:53 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SignMultiTokenTransactionsPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-31 13:27:17 +02:00
|
|
|
ListElement {
|
2023-05-15 16:52:50 +02:00
|
|
|
title: "RemotelyDestructPopup"
|
2023-03-31 13:27:17 +02:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-03-31 14:27:24 +02:00
|
|
|
ListElement {
|
2023-05-30 17:18:45 +02:00
|
|
|
title: "AlertPopup"
|
2023-03-31 14:27:24 +02:00
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-04-05 14:10:44 +03:00
|
|
|
ListElement {
|
|
|
|
title: "NetworkSelectPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-05-10 13:05:45 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SendModal"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-06-14 22:06:13 +03:00
|
|
|
ListElement {
|
|
|
|
title: "UserAgreementPopup"
|
|
|
|
section: "Popups"
|
|
|
|
}
|
2023-06-18 14:47:24 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusButton"
|
|
|
|
section: "Controls"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "MembersSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-11-29 11:51:19 +01:00
|
|
|
ListElement {
|
|
|
|
title: "ImagesGridView"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-01 23:52:45 +01:00
|
|
|
ListElement {
|
|
|
|
title: "ContactsListAndSearch"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-06-14 16:02:57 +03:00
|
|
|
ListElement {
|
|
|
|
title: "StatusInput"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-06 09:55:50 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusChatInput"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-12-20 01:00:47 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusChatListAndCategories"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-01-26 10:41:07 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusScrollView"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-02-01 11:54:12 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusMessage"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-01 22:32:58 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusDotsLoadingIndicator"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-13 10:33:52 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusFlowSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-10 10:39:05 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusItemSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-10 17:16:15 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusGroupBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-31 14:07:33 +02:00
|
|
|
ListElement {
|
|
|
|
title: "AddressesInputList"
|
|
|
|
section: "Components"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AddressesSelectorPanel"
|
|
|
|
section: "Components"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "AirdropRecipientsSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-28 13:07:39 +02:00
|
|
|
ListElement {
|
|
|
|
title: "AirdropTokensSelector"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-22 10:47:21 +01:00
|
|
|
ListElement {
|
|
|
|
title: "StatusEmojiAndColorComboBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-03-15 23:34:48 +01:00
|
|
|
ListElement {
|
|
|
|
title: "DerivationPathInput"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 14:05:47 +02:00
|
|
|
ListElement {
|
|
|
|
title: "NetworkFilter"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 14:18:31 +02:00
|
|
|
ListElement {
|
|
|
|
title: "InlineNetworksComboBox"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-19 14:26:14 +02:00
|
|
|
ListElement {
|
|
|
|
title: "TokenItem"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-04-26 12:01:22 +02:00
|
|
|
ListElement {
|
2023-06-26 13:48:45 +02:00
|
|
|
title: "PermissionsRow"
|
2023-04-26 12:01:22 +02:00
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-05 21:59:17 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusImageCropPanel"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-16 10:25:40 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusBlockProgressBar"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-30 23:53:54 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusDatePicker"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-05-24 23:50:35 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusDateRangePicker"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-06-12 14:23:50 +02:00
|
|
|
ListElement {
|
|
|
|
title: "StatusChatListItem"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-06-01 23:23:43 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SortableTokenHoldersList"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2023-06-27 17:54:01 +02:00
|
|
|
ListElement {
|
|
|
|
title: "SettingsPageHeader"
|
|
|
|
section: "Components"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
ListElement {
|
|
|
|
title: "BrowserSettings"
|
|
|
|
section: "Settings"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "LanguageCurrencySettings"
|
|
|
|
section: "Settings"
|
|
|
|
}
|
2023-04-05 14:10:44 +03:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileSocialLinksPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-06-27 19:50:50 +02:00
|
|
|
ListElement {
|
|
|
|
title: "IntroPanel"
|
|
|
|
section: "Panels"
|
|
|
|
}
|
2023-05-16 10:25:40 +02:00
|
|
|
ListElement {
|
|
|
|
title: "PopupSizing"
|
|
|
|
section: "Research / Examples"
|
|
|
|
}
|
2023-05-31 11:25:16 +02:00
|
|
|
ListElement {
|
|
|
|
title: "TransactionDelegate"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "TransactionAddress"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "TransactionAddressTile"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
|
|
|
ListElement {
|
|
|
|
title: "TransactionDetailView"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
2023-04-26 17:53:49 +02:00
|
|
|
ListElement {
|
|
|
|
title: "WalletHeader"
|
2023-05-16 10:25:40 +02:00
|
|
|
section: "Wallet"
|
2023-04-26 17:53:49 +02:00
|
|
|
}
|
2023-05-12 13:46:42 +02:00
|
|
|
ListElement {
|
2023-05-16 10:25:40 +02:00
|
|
|
title: "StatusTxProgressBar"
|
|
|
|
section: "Wallet"
|
2023-05-12 13:46:42 +02:00
|
|
|
}
|
2023-06-02 20:00:31 +02:00
|
|
|
ListElement {
|
|
|
|
title: "ActivityFilterMenu"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
2023-06-22 12:32:43 +02:00
|
|
|
ListElement {
|
|
|
|
title: "ProfileAccounts"
|
|
|
|
section: "Wallet"
|
|
|
|
}
|
2022-11-21 13:16:00 +01:00
|
|
|
}
|