Hello
I add the "Tree View" by Qt Designer. Can I find any example in "C:\Qt\Qt5.3.1\Examples\Qt-5.3" how to work with it? Or where can I find such example?
Thank you!
Hello
I add the "Tree View" by Qt Designer. Can I find any example in "C:\Qt\Qt5.3.1\Examples\Qt-5.3" how to work with it? Or where can I find such example?
Thank you!
Here's a model/view tutorial that describes Tree Views and Tree Widgets:
http://qt-project.org/doc/qt-4.8/modelview.html
Last edited by Henry Blue Heeler; 15th August 2014 at 04:14.
8Observer8 (15th August 2014)
Thank you![]()
Why I cannot find these examples
This tutorial includes example code for you to edit and integrate into your project. The tutorial's source code is located in Qt's examples/tutorials/modelview directory.
Added after 7 minutes:
I found themhere: C:\Qt\Qt5.3.1\Examples\Qt-5.3\widgets\tutorials\modelview
Last edited by 8Observer8; 15th August 2014 at 07:04.
Thanks back at you.
I'm using Visual Studio 2010 with 5.1.1. I found it here:
C:\Qt\Qt5.1.1\5.1.1\msvc2010_opengl\examples\widge ts\tutorials
8Observer8 (18th August 2014)
Bookmarks