Rename these to views.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-04-01 13:30:42 -04:00 committed by AT
parent 77d5adfb02
commit aad502f336
4 changed files with 5 additions and 5 deletions

View File

@ -103,11 +103,11 @@ qt_add_qml_module(chat
qml/ChatDrawer.qml
qml/ChatView.qml
qml/CollectionsDialog.qml
qml/ModelDownloaderDialog.qml
qml/ModelDownloaderView.qml
qml/NetworkDialog.qml
qml/NewVersionDialog.qml
qml/ThumbsDownDialog.qml
qml/SettingsDialog.qml
qml/SettingsView.qml
qml/StartupDialog.qml
qml/PopupDialog.qml
qml/AboutDialog.qml

View File

@ -230,18 +230,18 @@ Window {
}
}
ModelDownloaderDialog {
ModelDownloaderView {
id: downloadView
Layout.fillWidth: true
Layout.fillHeight: true
Item {
Accessible.role: Accessible.Dialog
Accessible.name: qsTr("Download new models")
Accessible.description: qsTr("Dialog for downloading new models")
Accessible.description: qsTr("View for downloading new models")
}
}
SettingsDialog {
SettingsView {
id: settingsDialog
Layout.fillWidth: true
Layout.fillHeight: true