Qt Code: Switch view QAction *act = ...QVariant var = (int)act;//...QAction *act2 = (QAction*)var.toInt(); QAction *act = ... QVariant var = (int)act; //... QAction *act2 = (QAction*)var.toInt(); To copy to clipboard, switch view to plain text mode
QAction *act = ...QVariant var = (int)act;//...QAction *act2 = (QAction*)var.toInt();
QAction *act = ... QVariant var = (int)act; //... QAction *act2 = (QAction*)var.toInt();
Your biological and technological distinctiveness will be added to our own. Resistance is futile. Please ask Qt related questions on the forum and not using private messages or visitor messages.
Forum Rules
Bookmarks