Hello,

I am looking for example code and/or tutorials about rendering maps using a QT widget (like open street maps) and showing how to programmatically add points of interest to the map at specified coordinates.

Ideally, I'd like to create an app that shows a city map with points of interest that I have listed in a database. When you click on the point of interest on the map, either a widget or map-overlay pops up with information about the PoI.

I know how to design standard GUI using QT, but I have no clue how to start something like what I am looking for.

TIA