mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Rename these to views.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
77d5adfb02
commit
aad502f336
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user