PDA

View Full Version : Qt Tutorials



vivaladav
21st November 2016, 18:01
I've recently started creating tutorials about Qt development.
For each tutorial full source code and project file are available on GitHub.

The ones I published so far are:


How to create an application with Qt and C++ (http://blog.davidecoppola.com/2016/10/how-to-create-an-application-with-qt-and-cpp/)
How to embed a database in your application with SQLite and Qt (http://blog.davidecoppola.com/2016/11/howto-embed-database-in-application-with-sqlite-and-qt/)


Next one I am currently writing is about Qt Network and JSON.

I'd love to get some feedback on the ones I published so far and maybe requests for future topics.

Thank you

TorAn
22nd November 2016, 15:53
Search for "voidrealms Qt" in youtube. There are about 150+ tutorials on the subject of Qt and Qt Quick. You can certainly find the gaps in coverage, perhaps even collaborate with this user.
Regardless if you follow this suggestion or not - thank you for the tutorials you already created, I am sure there will be newcomers who will find them very useful.

vivaladav
22nd November 2016, 16:57
Search for "voidrealms Qt" in youtube. There are about 150+ tutorials on the subject of Qt and Qt Quick. You can certainly find the gaps in coverage, perhaps even collaborate with this user.

Wow 161 video, that's dedication!

I'll check them out, thank you for the tip.
I am not sure I could collaborate with him though as I really don't like videos for dev-related stuff. It's definitely a good source of inspiration and stats anyway.


thank you for the tutorials you already created, I am sure there will be newcomers who will find them very useful.

No problem, I hope so.

vivaladav
24th November 2016, 11:56
As anticipated in my first post, I've published a new tutorial titled Qt Network and JSON example: a simple Hacker News reader (http://blog.davidecoppola.com/2016/11/qt-network-and-json-example-simple-hacker-news-reader/) which shows how to create a simple Hacker News reader with Qt.

Any feedback and suggestions for other topics to cover are more than welcome.