[Development] Bluetooth support forĀ  windows

2014-03-12 Thread iMath
will qt 5.3 has Bluetooth support forĀ  windows?___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] [BUG] QEvent::WindowActivate and QEvent::WindowDeactivate are not triggered .

2014-01-19 Thread iMath
when the widget is Activated or Deactivated ,QEvent::WindowActivate and QEvent::WindowDeactivate are not triggered .___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Does isGrayscale() can tell whether a color image can safely be converted to a grayscale image?

2014-01-13 Thread iMath
In the Image Formats part of QImage doc says " The allGray() and isGrayscale() functions tell whether a color image can safely be converted to a grayscale image. " but in the doc of there 2 functions indicate they're used to decide whether an image is grayscale image ,not mentioned they could be