Is it OK to use TableView in Quick Controls 2.0 application? This will require to have both imports:
import QtQuick.Controls 1.4 import QtQuick.Controls 2.0
import QtQuick.Controls 1.4 as C import QtQuick.Controls 2.0 C.TableView { //controls 1.4 Button { //controls 2.0 } }
This will help you avoid any unwanted clashes between the two controls