277 lines
6.1 KiB
QML
277 lines
6.1 KiB
QML
import QtQuick 2.14
|
|
|
|
ListModel {
|
|
ListElement {
|
|
title: "Playground"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "ProfileDialogView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunitiesPortalLayout"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunityNewPermissionView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "ProfileFetchingView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "LoginView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "AboutView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunityPermissionsView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "JoinCommunityView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunityNewCollectibleView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunityCollectibleView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunityMintedTokensView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "AmountToSendView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "StatusCommunityCard"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityProfilePopupInviteFriendsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityProfilePopupInviteMessagePanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "UserListPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityPermissionsSettingsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "PermissionQualificationPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "PermissionConflictWarningPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityColumnHeaderPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "JoinPermissionsOverlayPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "DidYouKnowSplashScreen"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityMintTokensSettingsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityAirdropsSettingsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "ChatAnchorButtonsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "TokenHoldersPanel"
|
|
section: "Panels"
|
|
}
|
|
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"
|
|
}
|
|
ListElement {
|
|
title: "TokenPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "InviteFriendsToCommunityPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CreateChannelPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "HoldingsDropdown"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "MembersDropdown"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "InDropdown"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CommunityIntroDialog"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CommunityTokenPermissionsPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "SignMintTokenTransactionPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "RemoteSelfDestructPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "SelfDestructAlertPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "NetworkSelectPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "MembersSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "ImagesGridView"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "ContactsListAndSearch"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusChatInput"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusChatListAndCategories"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusScrollView"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusMessage"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusDotsLoadingIndicator"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusFlowSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusItemSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusGroupBox"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "AddressesInputList"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "AddressesSelectorPanel"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "AirdropRecipientsSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "AirdropTokensSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "StatusEmojiAndColorComboBox"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "DerivationPathInput"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "NetworkFilter"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "InlineNetworksComboBox"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "TokenItem"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "CommunityPermissionsRow"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "BrowserSettings"
|
|
section: "Settings"
|
|
}
|
|
ListElement {
|
|
title: "LanguageCurrencySettings"
|
|
section: "Settings"
|
|
}
|
|
ListElement {
|
|
title: "ProfileSocialLinksPanel"
|
|
section: "Panels"
|
|
}
|
|
}
|