You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Aleksey, could you take a look at this StackOverflow question ? one of the answers linked your repo but I'm not figuring out how to properly use the natvis in this case.
It's about how to preview an OpenCV image on Image Watch when it's inside a container using its container key.
In my question i'm using a std::map<std::string, Struct> but in reality i'm using a QMap<QString, Struct>, if its not possible with a QMap<QString using a std::map<std::string also helps.
The text was updated successfully, but these errors were encountered:
Hello Aleksey, could you take a look at this StackOverflow question ? one of the answers linked your repo but I'm not figuring out how to properly use the natvis in this case.
It's about how to preview an OpenCV image on Image Watch when it's inside a container using its container key.
In my question i'm using a
std::map<std::string, Struct>
but in reality i'm using aQMap<QString, Struct>
, if its not possible with aQMap<QString
using astd::map<std::string
also helps.The text was updated successfully, but these errors were encountered: