Re: [Development] Qt 5.6.0 header diff: QtWidgets.diff

2015-10-17 Thread Aleix Pol
On Fri, Oct 16, 2015 at 4:43 PM, Marc Mutz wrote: > On Monday 21 September 2015 11:05:52 Knoll Lars wrote: >> QDesktopWidget::primaryScreenChanged signal >> -> IMO this should be added as NOTIFY to the corresponding property. > > The signal is missing the int argument > > int primaryScreen() >

Re: [Development] Qt 5.6.0 header diff: QtWidgets.diff

2015-10-16 Thread Marc Mutz
On Monday 21 September 2015 11:05:52 Knoll Lars wrote: > QDesktopWidget::primaryScreenChanged signal > -> IMO this should be added as NOTIFY to the corresponding property. The signal is missing the int argument int primaryScreen() -> primaryScreenChanged(int), not: primaryScreenChange

Re: [Development] Qt 5.6.0 header diff: QtWidgets.diff

2015-09-21 Thread Knoll Lars
On 21/09/15 13:47, "Knoll Lars" wrote: > > >On 21/09/15 11:05, "Knoll Lars" wrote: > >>Tons of noise with Q_NULLPTR and similar changes... >> >>New APIs: >> >>QFileDialog::supportedSchemes property, looks good >> >>QDesktopWidget::primaryScreenChanged signal >>-> IMO this should be added as NO

Re: [Development] Qt 5.6.0 header diff: QtWidgets.diff

2015-09-21 Thread Knoll Lars
On 21/09/15 11:05, "Knoll Lars" wrote: >Tons of noise with Q_NULLPTR and similar changes... > >New APIs: > >QFileDialog::supportedSchemes property, looks good > >QDesktopWidget::primaryScreenChanged signal >-> IMO this should be added as NOTIFY to the corresponding property. > >qHash(QSizePolic

Re: [Development] Qt 5.6.0 header diff: QtWidgets.diff

2015-09-21 Thread Knoll Lars
Tons of noise with Q_NULLPTR and similar changes... New APIs: QFileDialog::supportedSchemes property, looks good QDesktopWidget::primaryScreenChanged signal -> IMO this should be added as NOTIFY to the corresponding property. qHash(QSizePolicy, uint), looks good QMainWindow::GroupedDragging en