[Development] [Announce] Qt Creator 13.0.2 released
2024-06-06
Thread
List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 13.0.2! https://www.qt.io/blog/qt-creator-13.0.2-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.zil...@qt.io https://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Joun
Re: [Development] std::format support for Qt string types
On Thursday 6 June 2024 08:07:31 GMT-7 Giuseppe D'Angelo via Development wrote: > I'm not following this. If I do > > std::format("{} {}", utf8string, latin1string) > > what am I supposed to get out? A string which is a mix of two different > encodings? I don't think that's ever possibly wante
Re: [Development] std::format support for Qt string types
On Thursday 6 June 2024 08:07:31 GMT-7 Giuseppe D'Angelo via Development wrote: > Again, I'm not really sure of entangling consoles with this. > If you go for this approach and std::print a QString on Windows, what > kind of output do you get? Garbage. Terminal-printing on Windows is fatally bro
Re: [Development] std::format support for Qt string types
Hello, On 05/06/2024 15:18, Ivan Solovev via Development wrote: Hi, I'm now working on introducing std::format support for some of the Qt types. I decided to start with the variety of Qt string types, and I have some open question regarding the implementation that I want to discuss. First, I'd
Re: [Development] Qt for WebAssembly status update
Nice overview, thanks Morten! Tor Arne On 6 Jun 2024, at 13:20, Morten Sørvig via Development wrote: Hello all, It’s been a while since the previous update so I figured it was time for a small “state of the union” on the WebAssembly port. I’ll focus on topics which are most relevant to deve
[Development] Qt for WebAssembly status update
Hello all, It’s been a while since the previous update so I figured it was time for a small “state of the union” on the WebAssembly port. I’ll focus on topics which are most relevant to development of Qt itslef - all of the problematic parts that we should spend time on. Rest assured many thing