An earlier commit addressed faulty TaskViewItem ordering by changing insertWidget to addWidget. Turns out this was the wrong strategy since the insert was used to get widgets above the stretch. The correct strategy is using insert(count()-1) instead of insert(0)