I want to write a program for UNIX in C++ with GUI (planning it to be Qt). I haven't learned the Qt library yet btw. I want the program to be like a world map that will be divided into many cells like a grid(the grid shouldn't be visible) and when i start to ping some IP it will show me that IP location on the world map (select it like a highlight dot or something). The part for the ip discovery is finished and it successfully locates the location of the ip (via whois). Now what remains is the Gui part, which i guess is not that easy.
So i was looking for any ideas how to do the task ? Whoever had experience with similar issue - please write your suggestions and advices, or maybe some nice snippets of code.