THz, I have read de source code for this example MENUS:
connect(newAct, SIGNAL(triggered()), this, SLOT(newFile()));
connect(newAct, SIGNAL(triggered()), this, SLOT(newFile()));
To copy to clipboard, switch view to plain text mode
I changed this in my code, but nothing.
connect(menubar, SIGNAL(triggered()), this, SLOT(actionNewWindow()));
or
connect(menuFile, SIGNAL(triggered()), this, SLOT(actionNewWindow()));
connect(menubar, SIGNAL(triggered()), this, SLOT(actionNewWindow()));
or
connect(menuFile, SIGNAL(triggered()), this, SLOT(actionNewWindow()));
To copy to clipboard, switch view to plain text mode
Any way, I not understand, but no problem.
Thz
Bookmarks