Friday, March 26, 2021

Qt: Nested QMap example

I had to recently use nested Qt QMap. Below is a simple C++ code sample which shows how I used nested QMap and initialised using C++ initialiser list.

No comments: