Talk:QtComponents/Miniature

(New page: I can take those patches in, how about a qmake CONFIG+=fremantle option?)
 
Line 1: Line 1:
I can take those patches in, how about a qmake CONFIG+=fremantle option?
I can take those patches in, how about a qmake CONFIG+=fremantle option?
 +
 +
----------
 +
 +
Instead of a separate slot, you can use QApplication's slot;
 +
connect(d->ui.engine(), SIGNAL(quit()), qApp, SLOT(quit()));
 +
 +
~ MohammadAG.

Latest revision as of 15:38, 14 September 2011

I can take those patches in, how about a qmake CONFIG+=fremantle option?


Instead of a separate slot, you can use QApplication's slot; connect(d->ui.engine(), SIGNAL(quit()), qApp, SLOT(quit()));

~ MohammadAG.