Very annoying "feature"
Posted: Tue Nov 04, 2014 10:36 pm
Hey, there is a "feature" in fixturetreewidget that is very annoying.
setSortingEnabled(true);
sortByColumn(KColumnName, Qt::AscendingOrder);
I think we really don't need this, but this produces some problems. When we have for example 16 Heads in a fixture named "Head 1", ..., "Head 16".
Then it will be ordered
Head 1
Head 10
Head 11
...
Head 16
Head 2
...
So the problem is when you want to add rows or colums to fixture groups at once, they are ordered in a very strange order. You have to order it item by item by hand -> very annoying.
I would suggest to delete these two lines an keep the natural order.
setSortingEnabled(true);
sortByColumn(KColumnName, Qt::AscendingOrder);
I think we really don't need this, but this produces some problems. When we have for example 16 Heads in a fixture named "Head 1", ..., "Head 16".
Then it will be ordered
Head 1
Head 10
Head 11
...
Head 16
Head 2
...
So the problem is when you want to add rows or colums to fixture groups at once, they are ordered in a very strange order. You have to order it item by item by hand -> very annoying.
I would suggest to delete these two lines an keep the natural order.