Re: [Development] submitting a multi-dimensional container class for Qt: QNDArray

2013-01-19 Thread Glen Mabey
Hello -- On Friday, December 28, 2012 8:55 AM, Stephen Kelly wrote: > On Friday, December 28, 2012 08:36:21 Glen Mabey wrote: >> #define Q_DECLARE_METATYPE_2(h1,h2) \ >> QT_BEGIN_NAMESPACE \ >> template <> struct QMetaTypeId< h1,h2 > { \ >> enum { Defined = 1 }; \ >> static int qt_meta

Re: [Development] QtWindowsExtras

2013-01-19 Thread Joseph Crowell
On 01/19/2013 03:47 AM, Jake Thomas Petroules wrote: As many OS/WM utility methods were removed from Qt 5, we need to reimplement their functionality in the QtWindowsExtras, QtMacExtras, and QtX11Extras libraries. For example, in QtMacExtras we have a unified toolbar implementation that repla