+ 1
What is QT framework? What is the benefits of QT rather than other development tools?
https://www.qt.io Qt | Cross-platform software development ...
9 ответов
+ 1
Hi Junayed
QT is primarily a framework for building graphical interfaces in C++. It does have bindings for python though, with pyQt. So you can also use it with python.
It has multi-platform interoperability, which for a compiled language like C++ it is a plus. So, if you are coding graphical interfaces in C++, QT is a very good option if you don't want to use platform-dependent graphical interface libraries.
+ 1
Thanks Mark ✋
Actually I want to learn Qt. Can you inform me about how can I build my career by learning Qt?
+ 1
Hi Junayed
You are welcome.
If you want to learn Qt I can assume you already know either python or C++, right?
Well, build you career by learning Qt, that is a tough question. Do you have something in mind already? For example, with Qt you can develop GUIs (graphical user interface) for desktop applications, but also for mobile and embedded applications. You see, you use Qt to make the task of developing GUIs easier.
Nevertheless, Qt is a part of the process and will not cover everything.
Regarding jobs, I can cite the offers that I see here in France, normally companies are seeking C++ programmers with Qt knowledge.
+ 1
Thanks a lot Mark 🤘
Can you help me about one more thing pls? I want to learn the process of developing plugins and extensions for browsers.
I search on google but still confuse where to start and how to as well. Can you suggest me the procedures e.g. languages, teaching platforms or needed materials.
Thanks a lot again ✋😇
+ 1
Hi junayeD ●_°
Well, with respect to browser plugins and extension development I am of little help to you. I have not tried that kind of development so far. I am sorry.
You may ask another question, maybe there is someone in SoloLearn that did that before.
+ 1
Its oky Mark ✋ thanks for your response 😇
+ 1
Hi junayeD ●_°
Take a look on this: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
+ 1
Hi junayeD ●_°
I checked the material in the link I sent to you and if you cover all that material you will get a very good understanding of browser extension development.
It is really complete and gives you an entry point to start in this domain.
Best of the luck in your endeavour.
+ 1
Thanks a lot Mark ✋