I am creating a game in PyQt5 where the user can click inside a grid to form squares. If the user chooses four grid spaces that form a square, the corners are connected with lines. My code currently looks like this:I am creating a game in PyQt5 where the user ca