Qt is used for creating a GUI, is that all? Or there is something in Qt beyond creating a button, which makes it worth a try?
What are the important "uses" of Qt?
For what reasons you would prefer Qt over anything else?
In need of enlightenment.
Qt is used for creating a GUI, is that all? Or there is something in Qt beyond creating a button, which makes it worth a try?
What are the important "uses" of Qt?
For what reasons you would prefer Qt over anything else?
In need of enlightenment.
Qt has built-in cross-platform support for databases, multithreading, networking, xml, unit testing, opengl, scripting, multimedia, ...Qt is used for creating a GUI, is that all? Or there is something in Qt beyond creating a button, which makes it worth a try?
I think the answer is simple
Qt is the most comfortable and intuitive C++ framework I've ever used.For what reasons you would prefer Qt over anything else?
TheIndependentAquarius (20th September 2011)
Thanks for replying.
When you talk about built in support for multithreading and networking, how exactly is that different from writing your own "thread programs" and "socket programs".
I mean, in both the sockets and threads, you need to write all the code of creation etc. be it in normal C++, or through Qt!
Isn't it?
Am I missing some point?
In C++ you have to write different code for Linux and Windows. In Qt you write the code only once.
TheIndependentAquarius (20th September 2011)
TheIndependentAquarius (20th September 2011)
That was helpful hint, I'll check that out about how actually it works. Thanks.
I have some free time, and want to spend it in gaining some knowledge.
Have heard of Qt but thought learning something without knowing its worth,
may not be helpful, so decided to trust the seniors here.
You know that <probably> everyone here will say it is worth to learn Qt?
That is because Qt is helping us solve our problems, but if you ask someone that knows MFC (or WPF or wxWidgets or someOtherFramework) on an dedicated forum - you will most likely get an answer like: MFC/WPF/wxWidgets/someOtherFramework is worth it and Qt doesn't.
Anyway, you should be the only one that can answer that question, we can only enumerate some advantages Qt has over the other frameworks that we used. So think about what are you trying to achieve and you will find the answer.
Well, in that case I'll tell them to read the question properly.The question is W-H-Y.
and also I am hoping that the people here are not misleadingly biased towards Qt.
Actually I am NOT a GUI designer, nor I intend to become one. Therefore I was keen to
know whether Qt should be/can be used for some other things besides creating a blue coloured
button!
Many thanks for that Wysota, I'll check that out. :hattip:
I see that you kind of misunderstood my previous post, so i will try to rephrase what i said.
They will tell you that they already read the question, and the answer is "because Qt helps us solving our problems"
I didn't say that we "misleadingly" like Qt, i only said that here we like Qt.
But i have friends that don't like Qt because they know other frameworks, for example: someone knows MFC and write code only for Windows and they consider that it doesn't worth to learn Qt.
So: only depending on what you want to code and depending on what you already know, you can find out if Qt is worth to be learned.
Anyway, if you already know C++, OOP and basic memory allocation, when you start learning Qt you will find that there isn't much to learn because the Qt framework is well designed there are some "patterns" that you need to understand and after that you can start working and the documentation will help whenever you need to use a class/module you didn't used before.
/*I will tell you my reasons for Qt: //even that i think they are not going to help you that much
1) portability
2) it's design, so that you don't need to know the "whole" framework to work with it: some basic knowledge is enough and the rest can be used with the help of the documentation.
3) documentation is probably better than any other
4) the simpler high level events (signal-slot)
*/
I suggest to visit this place: http://qt.nokia.com/learning/education/course-materials
There are a bunch of lessons and exercises here about Qt. They are mostly meant for academic purposes but I guess you can learn something from it on your own as well. It should at least give you a hint on what to expect from Qt (at least parts of it). By the way, any feedback on the materials is welcome.
TheIndependentAquarius (21st September 2011)
Bookmarks