Is possible to create an associative array (hash or named arrays) in Qt?
Something like:
int array[2];
array["text1"] = 10;
array["text2"] = 20;
Is possible to create an associative array (hash or named arrays) in Qt?
Something like:
int array[2];
array["text1"] = 10;
array["text2"] = 20;
Or if you need lower or upper bounds