GitHunt
BE

berkbavas/QtHexagonalMenu

Hexagonal Menu Example in Qt Framework

QtHexagonalMenu

A modern hexagonal menu widget built with the Qt 6 Framework.

Prerequisites

Build Instructions

  1. Clone the repository:
git clone https://github.com/berkbavas/QtHexagonalMenu.git
  1. Set the environment variable Qt6_DIR to your Qt installation path (e.g., C:\Qt\6.x.y\msvc2022_64).
  2. Create and enter the build directory:
mkdir Build
cd Build
  1. Run CMake:
cmake ..
  1. Open QtHexagonalMenu.sln in Visual Studio 2022.
  2. Build the solution.

Demo

QtHexagonalMenu.mp4

For questions or contributions, please open an issue or pull request.

Languages

C++95.8%CMake4.2%

Contributors

Created June 19, 2025
Updated August 17, 2025
berkbavas/QtHexagonalMenu | GitHunt