This is probably Python specific. In C++, you can do:
Qt Code:
MyType variable = variant.value<MyType>(); // or use one of the built in to* functions.To copy to clipboard, switch view to plain text mode
This is probably Python specific. In C++, you can do:
Qt Code:
MyType variable = variant.value<MyType>(); // or use one of the built in to* functions.To copy to clipboard, switch view to plain text mode
Bookmarks