I got one more question for the tool botton
I create a action, and add to toolbotton.
connect(enDusukAlis, SIGNAL(activated()), w->toolButton(), SLOT(slotenDusukAlis()));
w->toolButton()->addAction(enDusukAlis);
QAction *enDusukAlis = new QAction(QString::fromUtf8("En DüşÃ¼k Alış Fiyatı"), w->toolButton());
connect(enDusukAlis, SIGNAL(activated()), w->toolButton(), SLOT(slotenDusukAlis()));
w->toolButton()->addAction(enDusukAlis);
To copy to clipboard, switch view to plain text mode
this slotenDusukAlis has to find something and put a number in a spin. But I was not able to work signal and slot can anybody help?
Bookmarks