Qt Programming Course
  • Qt Programming course
  • Languages
  • English
    • Introduction
    • Installing the development tools
      • Ubuntu SDK
      • Atom + Clickable
    • Creating a Web App
    • Creating a QML App
      • Introduction to QML language
      • Organizing components
      • Formatting labels and Events
    • Native desktop applications with QML
      • Introduction to the application
    • Advanced QML Concepts
      • Database access with QML
      • QML and Charts
  • Español
    • Introducción
    • Instalación de las herramientas de desarrollo
    • Creación de una Web App
    • Creación de una aplicación con QML
      • Introducción al lenguaje QML
      • Organización de los componentes
      • Formateo de etiquetas y eventos
      • Introducción a JavaScript
      • Adaptación del interfaz a la pantalla
      • Creación de componentes personalizados
      • Lógica de la aplicación
    • Aplicaciones nativas de escritorio con QML
      • Introducción a la aplicación
    • Conceptos avanzados de QML
      • Acceso a base de datos con QML
      • QML y gráficas
Powered by GitBook
On this page
  1. English

Advanced QML Concepts

In the course, the concepts are introduced little by little to make them easier to understand. Although this rhythm of explanation is comfortable to follow, it obliges me to delay the advanced concepts.

To avoid this problem, I've created a new block with advanced topics. In the first chapter, a collaboration of Fulvio Russo, you will see an application that allows you to record the time of a city. The data is stored in an SQLite database and all the steps for entering, updating, searching or deleting the information are studied in the chapter. The application also saves user preferences easily using the Setting object.

PreviousIntroduction to the applicationNextDatabase access with QML

Last updated 6 years ago