Model discovery.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-03-05 11:31:31 -05:00
parent f2b4809b72
commit 83c76be68a
9 changed files with 1362 additions and 266 deletions

View File

@@ -82,7 +82,7 @@ MySettingsTab {
enabled: root.currentModelInfo.isClone
text: qsTr("Remove")
onClicked: {
ModelList.remove(root.currentModelInfo);
ModelList.removeClone(root.currentModelInfo);
comboBox.currentIndex = 0;
}
}
@@ -453,7 +453,7 @@ MySettingsTab {
Accessible.description: ToolTip.text
}
MySettingsLabel {
id: minPLabel
id: minPLabel
text: qsTr("Min P")
Layout.row: 3
Layout.column: 0