mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
101 lines
2.2 KiB
QML
101 lines
2.2 KiB
QML
import QtQuick 2.14
|
|
|
|
ListModel {
|
|
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: "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: "InviteFriendsToCommunityPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CreateChannelPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "HoldingsDropdown"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "InDropdown"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CommunityIntroDialog"
|
|
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: "BrowserSettings"
|
|
section: "Settings"
|
|
}
|
|
ListElement {
|
|
title: "LanguageCurrencySettings"
|
|
section: "Settings"
|
|
}
|
|
}
|