What is the best approach to handle loaded tile map ( png) and drawing based on selection
Unsolved
General and Desktop
-
wrote on 12 Sept 2021, 05:52 last edited by
Hello all
i like to build simplified Tiles editor not complex like the Tiles APPwhat should i use in Qt to load the png tiles image and based on the selection to draw map ?
i mean should i use QGraphicsWidget famely of class ?
or Is there better approach ?
Thanks -
Hello all
i like to build simplified Tiles editor not complex like the Tiles APPwhat should i use in Qt to load the png tiles image and based on the selection to draw map ?
i mean should i use QGraphicsWidget famely of class ?
or Is there better approach ?
Thanks@umen242
you probably need parts of several QGraphicsView examples
1/2