Create a Qt application that calculates monthly loan payment and interest.
Meteo allowed me to practice the following skills
Use Qt Quick Layouts to arrange items in a user interface. Qt Quick Layouts resize their items, which makes them well suited for resizable user interfaces.
Learn moreQt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick. The module was introduced in Qt 5.7.
Learn moreProperty bindings are a core feature of QML that lets developers specify relationships between different object properties. When a property's dependencies change in value, the property is automatically updated according to the specified relationship.
Learn moreQML can easily be extended with functionality defined in C++ code. Due to the tight integration of the QML engine with the Qt meta-object system.
Learn moreCMake is a tool to simplify the build process for development projects across different platforms. CMake automatically generates build systems.
Learn more