[Development] Where is QtQuick TreeView in QT 5.5.0?

anton antonxx at gmx.de
Sat Oct 10 18:43:24 CEST 2015


Alejandro Exojo wrote:

> El Saturday 10 October 2015, anton escribió:
>> Hi,
>> 
>> only a small question.
> 
> Hello. Please note that this mailing list is for development of Qt itself,
> not for asking questions about Qt. Use the "interest" mailing list next
> time, please.

OK Sorry for that I will do it for the next questions.
>> I wanted to give QT 5.5.0 a try,
>> and started a new QTQuick Project in QTCreator.
>> 
>> I Open the MainForm.ui.qml in the Designer,
>> and would like to play with the TreeView but its not available.
> 
> http://doc.qt.io/qt-5/qml-qtquick-controls-treeview.html
> 
> Look closely at the beginning. Did you import the right module?
Yes .. QTCreator created the qml file when I created the project.

It starts with:
import QtQuick 2.5
import QtQuick.Controls 1.4
import QtQuick.Dialogs 1.2

Perhaps there exist a small qtquick example project which
uses TreeView ... I didn't find a such up to now.

I ask because I miss perhaps completely the point, so I could have a look..

Thanks

Anton





More information about the Development mailing list