Hi,
my connect in mainForm fail because says that there is no signal! Why?
Qt Code:
connect( fileSaveAction, SIGNAL(statusMessage(const QString&)), statusBar(), SLOT(message(const QString&)) );To copy to clipboard, switch view to plain text mode
I have declared signal from qtDesigner....
Bookmarks