columnview: use stack to create QQmlComponent
QQmlComponent doesn't need to be created in heap. As long as it finishes creating an object, it can be deleted. This slightly improves the efficiency.
QQmlComponent doesn't need to be created in heap. As long as it finishes creating an object, it can be deleted. This slightly improves the efficiency.