Desktop app para gerenciar questões com tags, imagens e busca. Importa notas do Google Keep.
- C++17
- Qt6
- SQLite
- CMake 3.16+
Ubuntu/Debian:
sudo apt-get install qt6-base-dev cmake build-essentialmacOS:
brew install qt cmakeWindows:
choco install cmake qt6-basesrc/
├── app/ AppWindow, main
├── ui/ QuestoesPage, BlocosPage, InicioPage, SettingsPage
├── repo/ QuestaoRepoSQLite, StudyStatsStore
└── utils/ ImageStore
- Ctrl+N: Nova questão
- Ctrl+S: Salvar
- Ctrl+F: Buscar
- Delete: Deletar questão