pavolmarak / SudokuSolver

Visualization and solving of classic Sudoku puzzle in Qt written by Pavol Marak
Apache License 2.0
0 stars 0 forks source link

Add cell highlighting. #1

Closed pavolmarak closed 5 years ago

pavolmarak commented 5 years ago

Highlighting works from now. As the mouse cursor moves over the Sudoku board, a current cell along with its neighbors are highlighted. Users have the option to disable current highlighted cells by pressing Unhighlight button.