FrameworkΒΆ

Qt framework includes next modules:

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