UI IN C++ WITH Qt

20
May, 2021
COURSE DESCRIPTION
In addition to the functions, the beautiful and convenient user interface is an important factor in the software development process. The car application also needs to have a convenient interface that is suitable for the user while driving. Qt is now a framework commonly used to program applications in car systems. After completing this course, learners gain the knowledge and skills about developing UI with Qt/QM.
LEARNING OUTCOMES
- Understand how the Qt framework works
- Understand techniques and tools to build UI using QML.
- Understand the linking technique between UI written in QML and the logic of functions written in C ++.
- Know how to use the commonly used techniques in programming