Try this and see if it works:
Qt Code:
undoId->setText("Action_undo"); edit->addAction(undoId); connect(undoId, SIGNAL(triggered()), this, SLOT(undo()));To copy to clipboard, switch view to plain text mode
Try this and see if it works:
Qt Code:
undoId->setText("Action_undo"); edit->addAction(undoId); connect(undoId, SIGNAL(triggered()), this, SLOT(undo()));To copy to clipboard, switch view to plain text mode
Bookmarks