mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
8e39d761dc
Closes: #8187
61 lines
1.3 KiB
QML
61 lines
1.3 KiB
QML
import QtQuick 2.14
|
|
|
|
ListModel {
|
|
ListElement {
|
|
title: "ProfileDialogView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "CommunitiesPortalLayout"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "ProfileFetchingView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "LoginView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "AboutView"
|
|
section: "Views"
|
|
}
|
|
ListElement {
|
|
title: "StatusCommunityCard"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityProfilePopupInviteFriendsPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "CommunityProfilePopupInviteMessagePanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "UserListPanel"
|
|
section: "Panels"
|
|
}
|
|
ListElement {
|
|
title: "InviteFriendsToCommunityPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "CreateChannelPopup"
|
|
section: "Popups"
|
|
}
|
|
ListElement {
|
|
title: "MembersSelector"
|
|
section: "Components"
|
|
}
|
|
ListElement {
|
|
title: "BrowserSettings"
|
|
section: "Settings"
|
|
}
|
|
ListElement {
|
|
title: "LanguageCurrencySettings"
|
|
section: "Settings"
|
|
}
|
|
}
|