Actually what seemed to work is the following
Qt Code:
connect( ui.aboutAction, SIGNAL(triggered()), this, SLOT(about()) );To copy to clipboard, switch view to plain text mode
When would I use the &??
I don't recal having to call ui.action when doing this...
Well thank you for helping out :-)
Bookmarks