mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Based on the Qt guide on making qml run much faster, it seems that the default of textFormatting (auto) is quite expensive. As we make a *lot* of settingItems, which we don't want to format, it's better to set it to plain. I haven't checked how much faster it actually is, but i didn't see visual changes, so it's at least a safe step. |
||
|---|---|---|
| .. | ||
| SettingCategory.qml | ||
| SettingCheckBox.qml | ||
| SettingComboBox.qml | ||
| SettingExtruder.qml | ||
| SettingItem.qml | ||
| SettingOptionalExtruder.qml | ||
| SettingTextField.qml | ||
| SettingUnknown.qml | ||
| SettingView.qml | ||