I had already try with NULL variant (and a lot of stupid test that i prefer to not post here)
but nothing is working
worksheet_copy_after = sheets->querySubObject("Item( int )", 5 );
QVariant param2
= worksheet_copy_after
->asVariant
();
worksheet_to_copy->dynamicCall("Copy (const QVariant&, const QVariant&)",param1,param2);
worksheet_copy_after = sheets->querySubObject("Item( int )", 5 );
QVariant param1 = NULL;
QVariant param2 = worksheet_copy_after->asVariant();
worksheet_to_copy->dynamicCall("Copy (const QVariant&, const QVariant&)",param1,param2);
To copy to clipboard, switch view to plain text mode
any suggestion?
thanks
Bookmarks