Skip to content

Blog

Everything more or less news-worthy will show up in this forum at some point.
5 Topics 18 Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • Qt Canvas Painter blog post series

    Unsolved
    12
    5 Votes
    12 Posts
    1k Views
    kkoehneK
    While I understand the commercial imperative, it is depressing that nothing new is being contributed to the core Qt (I appreciate there are bug fixes). It doesn't feel like a "difficult decision" but instead what is now normal. I can understand the frustration, but it's simply not true that everything 'new' in Qt is released only under Qt Commercial + GPL3 licenses. Actually the other three new modules in Qt 6.11 - Qt TaskTree, Qt OpenAPI and Qt Labs StyleKit - are made available under Qt Commercial + LGPLv3! And there are also new features in a lot of established Qt modules ... This obviously doesn't help you though if you are interested primarily on Qt CanvasPainter.
  • QML Tooling in 6.11 blog post series

    Unsolved
    1
    0 Votes
    1 Posts
    50 Views
    No one has replied
  • Qt Extension 1.12.0 for VS Code Released

    Unsolved
    1
    1 Votes
    1 Posts
    131 Views
    No one has replied
  • New in Qt 6.11: QRangeModel updates and QRangeModelAdapter

    Unsolved
    3
    3 Votes
    3 Posts
    220 Views
    V
    @JonB that is correct; our tests compile and run with a C++ 17 only toolchain. But if you use it with a newer C++ standard, then you get some support for new language features (like multi-dimensional subscripts from C++23, or std::ranges). This is possible with QRangeModel(Adapter) as the implementation is mostly inline in the headers.