qskinny/examples/mycontrols
Uwe Rathmann 9ca02d7f1c moving away from std::unordered_map towards QHash. For transitions between
color schemes we need to copy out hash tables, what is way much easier
with the COW concept of the Qt containers. Also: according to
https://tessil.github.io/2016/08/29/benchmark-hopscotch-map.html QHash
seems to be faster in the most relevant category "Random full reads: execution time (integers)"
2024-01-30 13:04:38 +01:00
..
CMakeLists.txt copyright notice generalised 2024-01-17 14:31:45 +01:00
MySkin.cpp copyright notice generalised 2024-01-17 14:31:45 +01:00
MySkin.h copyright notice generalised 2024-01-17 14:31:45 +01:00
MyToggleButton.cpp copyright notice generalised 2024-01-17 14:31:45 +01:00
MyToggleButton.h copyright notice generalised 2024-01-17 14:31:45 +01:00
MyToggleButtonSkinlet.cpp copyright notice generalised 2024-01-17 14:31:45 +01:00
MyToggleButtonSkinlet.h copyright notice generalised 2024-01-17 14:31:45 +01:00
main.cpp moving away from std::unordered_map towards QHash. For transitions between 2024-01-30 13:04:38 +01:00