User class for QtVariantPropertyBrowser
General and Desktop
1
Posts
1
Posters
1.2k
Views
1
Watching
-
We're using the variant property editor in the Qt-Solutions library. We never were able to get it to compile using the Visual Studio 2008 IDE though; the only way that worked was to compile as a DLL from the command line. But, so far that's working just fine.
We've we need to create an editor for one of our own classes, a simple object containing three doubles. No luck so far. I wonder if anyone has successfully created a custom variant property editor and could explain it? Thanks.