mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-23 04:21:45 +00:00
Rename these to views.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -103,11 +103,11 @@ qt_add_qml_module(chat
|
|||||||
qml/ChatDrawer.qml
|
qml/ChatDrawer.qml
|
||||||
qml/ChatView.qml
|
qml/ChatView.qml
|
||||||
qml/CollectionsDialog.qml
|
qml/CollectionsDialog.qml
|
||||||
qml/ModelDownloaderDialog.qml
|
qml/ModelDownloaderView.qml
|
||||||
qml/NetworkDialog.qml
|
qml/NetworkDialog.qml
|
||||||
qml/NewVersionDialog.qml
|
qml/NewVersionDialog.qml
|
||||||
qml/ThumbsDownDialog.qml
|
qml/ThumbsDownDialog.qml
|
||||||
qml/SettingsDialog.qml
|
qml/SettingsView.qml
|
||||||
qml/StartupDialog.qml
|
qml/StartupDialog.qml
|
||||||
qml/PopupDialog.qml
|
qml/PopupDialog.qml
|
||||||
qml/AboutDialog.qml
|
qml/AboutDialog.qml
|
||||||
|
@@ -230,18 +230,18 @@ Window {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ModelDownloaderDialog {
|
ModelDownloaderView {
|
||||||
id: downloadView
|
id: downloadView
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Item {
|
Item {
|
||||||
Accessible.role: Accessible.Dialog
|
Accessible.role: Accessible.Dialog
|
||||||
Accessible.name: qsTr("Download new models")
|
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
|
id: settingsDialog
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Reference in New Issue
Block a user