A modern hexagonal menu widget built with the Qt 6 Framework.
- Clone the repository:
git clone https://github.com/berkbavas/QtHexagonalMenu.git
- Set the environment variable
Qt6_DIR
to your Qt installation path (e.g.,C:\Qt\6.x.y\msvc2022_64
). - Create and enter the build directory:
mkdir Build
cd Build
- Run CMake:
cmake ..
- Open
QtHexagonalMenu.sln
in Visual Studio 2022. - Build the solution.
QtHexagonalMenu.mp4
For questions or contributions, please open an issue or pull request.