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.
17 lines
488 B
Markdown
17 lines
488 B
Markdown
# Руководство: Запуск приложения TutorialWindow
|
||
|
||
Этот файл объясняет, как собрать и запустить ваше Qt6-приложение с окном TutorialWindow.
|
||
|
||
---
|
||
|
||
## 1. Требования
|
||
|
||
- Qt 6 (рекомендуется версия 6.2 или выше)
|
||
- C++17-совместимый компилятор (GCC, Clang, MSVC)
|
||
- CMake (версия ≥ 3.16) или qmake
|
||
|
||
---
|
||
|
||
## 2. Структура проекта
|
||
|