Code: Select all
QString filepath = /*something*/;
QAction menuAct = /*something*/;
menuAct->setText(filepath);
menuAct->setToolTip(filepath);
Moderators: XnTriq, helmut, xnview, Dreamer
Code: Select all
QString filepath = /*something*/;
QAction menuAct = /*something*/;
menuAct->setText(filepath);
menuAct->setToolTip(filepath);
Code: Select all
{Directory}{Filename With Ext}