mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
It was not being displayed with Qt 5.15 due to the following error: MaterialsView.qml:34:5: Unable to assign QStringList to QString This is correct. And it should not just concatenate all of these material names; it should add a comma between them for human-readable display in the text label above the button. Fixes #10235. |
||
|---|---|---|
| .. | ||
| Materials | ||
| GeneralPage.qml | ||
| MachinesPage.qml | ||
| ProfilesPage.qml | ||
| ProfileTab.qml | ||
| ReadOnlySpinBox.qml | ||
| ReadOnlyTextArea.qml | ||
| ReadOnlyTextField.qml | ||
| SettingVisibilityPage.qml | ||