[Development] How to support wav format in Qt6.2.4 on Win?

2022-12-19 Thread rynn . chen
Hello, I created an application with Qt6.2.4 on win 11, I want record audio with QMediaRecorder and save it as a wav format, but find that the supported formats do not include the wave format. By default Qt uses Windows Media Foundation backend on win, whi

Re: [Development] [Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread Tuukka Turunen via Development
… and like the first line states, the telemetry functionality of Qt Creator is based on https://api.kde.org/frameworks/kuserfeedback/html/index.html On the end user application analytics topic there is work ongoing to build a new product called Qt Insight, but that is currently not for open-sou

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Richard Gustavsen via Development
Does anyone know? The rationale behind it is that you normally would like to address a cell in a table using x, y coordinates. x maps horizontally and y maps vertically (to be consistent with e.g Item.x and Item.y). This means that x maps to columns and y maps to rows. itemAtCell(column, row) f

Re: [Development] [Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread Cristian Adam via Development
Hi, See qt-creator/plugin-telemetry.git - A plugin that collects usage data from Qt Creator users. This data is used to improve the Qt user experience and is one information source for product decisions. Cheers, Cristian

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Giuseppe D'Angelo via Development
On 19/12/2022 11:18, Richard Gustavsen wrote: Item itemAtCell(int column, int row) positionViewAtCell(int column, int row, PositionMode mode, point offset, rect subRect) To me this is quite weird. This must be the *only* place in Qt model/view APIs where (column,row) is used instead of (

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Richard Gustavsen via Development
>> Item itemAtCell(int column, int row) > >> positionViewAtCell(int column, int row, PositionMode mode, point offset, >> rect subRect) > > To me this is quite weird. This must be the *only* place in Qt model/view > APIs where (column,row) is used instead of (row,column), and I don't seem to >

Re: [Development] [Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread coroberti
On Mon, Dec 19, 2022 at 10:09 AM Tuukka Turunen wrote: > This mailing list thread is actually already part of the discussion. I am > sure the relevant stakeholders will read through the mails. One important > thing: the question is whether or not the _latest_ Qt version supports 3 or 4 > genera

Re: [Development] How to fix TableView's API break?

2022-12-19 Thread Pierre-Yves Siret
Le lun. 19 déc. 2022 à 04:51, Giuseppe D'Angelo via Development < development@qt-project.org> a écrit : > To me this is quite weird. This must be the *only* place in Qt > model/view APIs where (column,row) is used instead of (row,column), and > I don't seem to find any justification for this. > >

Re: [Development] [Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread Tuukka Turunen via Development
Hi, This mailing list thread is actually already part of the discussion. I am sure the relevant stakeholders will read though the mails. One important thing: the question is whether or not the _latest_ Qt version supports 3 or 4 generations of macOS – because we already support the older macOS