FrameworkΒΆ
Qt framework includes next modules:
- QtCore - Core non-graphical classes used by other modules.
- QtGUI - Base classes for graphical user interface (GUI) components. Includes OpenGL.
- QtMultimedia - Classes for audio, video, radio and camera functionality.
- QtNetwork - Classes to make network programming easier and more portable.
- QtQuick - A declarative framework for building dynamic applications with custom user interfaces.
- QtSQL - Classes for database integration using SQL.
- QtTest -Classes for unit testing Qt applications and libraries.