Use a StackView and non-dynamic instantation for the sidebar modes

Improves performance at the cost of flexibility.
But we did not use that flexibility anyway.
This commit is contained in:
Arjen Hiemstra 2016-01-25 02:43:43 +01:00
parent 8dc6353738
commit edf2802099
2 changed files with 44 additions and 17 deletions

View file

@ -11,7 +11,6 @@ import UM 1.1 as UM
Item
{
id: base;
anchors.fill: parent;
signal showTooltip(Item item, point location, string text);
signal hideTooltip();