qt creator examples missing

How do i get the examples for Qt Creator? When I open QTCreator and click the examples button its blank
I would like to build both of these:
http://doc.qt.io/qt-5.6/qtquick-demos-stocqt-example.html
http://doc.qt.io/qt-5/qtcharts-candlestickchart-example.html
Thanks

:slight_smile:
A quick Internet search returns a zillion hits…
Apparently everyone assumes that the Examples in Welcome mode should be “just there” and be immediately available.

Apparently the people at QT Creator have different ideas…
Incredibly, the following seems to be “the” authoritative description how to install your Examples. Looks like QT Creator expects if you’re going to be a Developer, there’s nothing like throwing extremely complex and difficult steps at you right away before you’ve built your first “Hello World.”

https://wiki.qt.io/Qt_Examples_in_Qt_Creator

Skimming what is said,
properly configured, you should be able to click to browse and select an example (as exptected),
But if you aren’t able to to that, the source for any specific project you want to build should be easy to find. Maybe that’s enough to enable you to build your two projects.

Good Luck,
Report back if you were able to make it work.
And, I have no idea they didn’t just make the Examples work by default.

TSU

I had the same issue. After installing the packages:

libqt5-qtdoc-html
libqt5-qtdoc-qch

with Yast the examples showed up.

I hope that helps.