mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
![]() - Removed the version 2.x - Rewrite onTextChanged -> add logic to not execute if text is unchanged - Rewrite currentIndex & onActivated -> use findIndex instead of for loop - Add reuseItems: true -> recycle items instead of instantiating from the delegate - Remove cacheBuffer -> memory overhead (2GB for the entire list to load in one go) - Rewrite delegate -> wrap loader as a component (based on documentation), remove switch case and replace with condition check, set asynchronous to false (introduces a bit of stutter but items are loaded when viewed). |
||
---|---|---|
.. | ||
Materials | ||
GeneralPage.qml | ||
MachinesPage.qml | ||
ProfilesPage.qml | ||
ReadOnlyTextArea.qml | ||
SettingVisibilityCategory.qml | ||
SettingVisibilityItem.qml | ||
SettingVisibilityPage.qml |