Talk:QtComponents/Miniature
(New page: I can take those patches in, how about a qmake CONFIG+=fremantle option?) |
mohammad7410 (Talk | contribs) |
||
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.
- This page was last modified on 14 September 2011, at 15:38.
- This page has been accessed 879 times.