On Monday, 14 October 2013 at 10:38:21 UTC, Robert Schadek wrote:
On 10/14/2013 12:28 PM, Abdulhaq wrote:


Also, does SMOKE do anything for you in terms of signals and slots,
and QVariants?
Signal and Slots are sort of replaced by "normal" methods and a
different connect function in Qt5, which is awesome, because you will
get compile time errors instead of runtime errors.

OK sounds good! I just read an early Qt5 blog post that indicates that they're still using the MOC for signals - you might need to pay some attention to that, maybe not?

Reply via email to