[Development] [Announce] Qt 5.15.17 Opensource released
2025-05-21
Thread
List for announcements regarding Qt releases and development via Announce via Development
Hi all, we have released Qt 5.15.17 opensource today: * release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/5.15.17/release-note.md * source packages in download.qt.io: * https://download.qt.io/official_releases/qt/5.15/5.15.17/ * https://download.qt.io
[Development] Jira news and its future impact on the Qt community
Hi, some of you might have noticed that there was an outage on bugreports.qt.io last weekend. This was related to the migration of Jira projects to the Atlassian Jira cloud. The migrated projects were projects only accessible to Qt Company employees and as such this change does not have any con
Re: [Development] Renaming QGenericItemModel
> On 20 May 2025, at 12:50, Giuseppe D'Angelo wrote: > > On 20/05/2025 10:26, Richard Gustavsen wrote: >> Would it be more convenient to put the range API directly on QRangeModel >> instead? E.g: >> QRangeModel model({1, 2, 3, 4, 5}); >> listView.setModel(&model); >> model.erase(model.begin())