Interesting Qt Classes to use in projects/programs
-
Please excuse me if this is posted in the wrong forum and if it is guide me to where this question would be in the correct place.
I have a project for my coding class coming up in a month and for now we have to pick a Qt Class to do a tutorial to present on that would be useful for a project. Most of my classmates have selected their classes which consist of very general classes like Qimage for example. Is there any interesting classes that might useful to a project that you all know of? Just need some ideas because looking at the list of classes is really confusing.
Thank you.
-
Please excuse me if this is posted in the wrong forum and if it is guide me to where this question would be in the correct place.
I have a project for my coding class coming up in a month and for now we have to pick a Qt Class to do a tutorial to present on that would be useful for a project. Most of my classmates have selected their classes which consist of very general classes like Qimage for example. Is there any interesting classes that might useful to a project that you all know of? Just need some ideas because looking at the list of classes is really confusing.
Thank you.
@AllLuckNoSkill said in Interesting Qt Classes to use in projects/programs:
Is there any interesting classes that might useful to a project that you all know of?
You should first think about what kind of project it should be (what should it do). Else, how would you decide which classes are of interest?
-
What level is this being pitched at? High school, university...
How long does a tutorial have to be?Perhaps using QNetworkAccessManager, QNetworkRequest, and QNetworkReply to retrieve a web page, or QTcpServer and QTcpSocket to demonstrate both ends of a connection.