I want to use some QML elements from module Qt Components (or something like that) and I don't know how to import them in QML file. QtCreator hasn't code completion in this case, but I remember, there was a line like:
import QtQuick.Controls 1.0
Files, which I want to import, there are in directory ~/Qt5.0.1/Tools/QtCreator/lib/qtcreator/qtcomponents
(i.e. ScrollArea.qml, TableColumn.qml, ButtonRow.qml, TableView.qml, TextArea.qml etc.)
I use QtQuick 1.1.