1
0
forked from BRT/arc
arc/tutorials/test3.md
slava 27ce69d094 Refactor account handling and add TutorialWindow feature
Removed redundant "numbers" field from Account model and database queries to simplify account structure. Introduced a TutorialWindow class for displaying application tutorials, integrated into the main window, and updated file paths accordingly. Improved string handling and logic in Payment routines and enhanced overall UI structure.
2025-05-23 19:25:02 +07:00

488 B
Raw Permalink Blame History

Руководство: Запуск приложения TutorialWindow

Этот файл объясняет, как собрать и запустить ваше Qt6-приложение с окном TutorialWindow.


1. Требования

  • Qt 6 (рекомендуется версия 6.2 или выше)
  • C++17-совместимый компилятор (GCC, Clang, MSVC)
  • CMake (версия ≥ 3.16) или qmake

2. Структура проекта