Trending

#QtDev

Latest posts tagged with #QtDev on Bluesky

Latest Top
Trending

Posts tagged #QtDev

What's new in QML tooling in Qt 6.11, part 2: new qmllint warnings qmlls qmlformat qmllint QML Language Server LSP Qt

What's new in QML tooling in Qt 6.11, part 2: new qmllint warnings
www.qt.io/blog/whats-n...
#QtDev
#cpp
#cplusplus

0 1 0 0
Preview
Qt Creator 19 released See the highlights: Easy minimap navigation, auto-detection and setup for remote devices, MCP support for AI with projects, and performance improvements.

Qt Creator 19 released
www.qt.io/blog/qt-crea...
#QtDev
#cpp
#cplusplus

1 1 0 0
Preview
REST Better with the Support of OpenAPI in Qt 6 The Qt 6 OpenAPI Generator introduction.

REST Better with the Support of OpenAPI in Qt 6
www.qt.io/blog/rest-be...
#QtDev
#cpp
#cplusplus

1 0 0 0
Preview
Qt Widgets to Qt Quick, An Application Journey Part 4 Consider moving from legacy Qt Widgets code to Qt Quick? See how to complete the architecture transition and how easy it is to iterate on a new GUI.

Qt Widgets to Qt Quick, An Application Journey Part 4
www.qt.io/blog/qtwidge...
#QtDev
#cpp
#cplusplus

2 0 0 0
Post image

Still running Windows CE? Now is the time to plan the transition.

Miłosz Kosobucki (KDAB) outlines practical strategies for migrating business logic, UI frameworks, and OS/hardware integration to #EmbeddedLinux: www.kdab.com/windowsce-to...

#Cpp #QtDev #Embedded #WindowsCE #Wince

0 0 0 0
Post image Post image

Embedded World 2026 is officially underway in Nuremberg.

Here’s a look at the KDAB booth (4-302). Stop by to explore our latest #embedded demos and talk with engineers about building high-performance systems with #QtDev, #Cpp, #RustLang, #Slint & #FlutterDev.

Details:
www.kdab.com/kdab-at-embe...

1 0 0 0
Post image

📍Embedded World 2026 starts in Nuremberg tomorrow.

Stop by KDAB at booth 4-302 to explore live demos of #embedded systems built with Qt, C++, Rust, Slint, and Flutter, and talk with our engineers about your projects.

Details:
www.kdab.com/kdab-at-embe...

#QtDev #Cpp #RustLang #Slint #FlutterDev

1 2 0 0
Video

QRangeModel was introduced in Qt 6.10. Finally, we do no longer need to subclass to be able to provide data to a view - or do we? Watch to see how to work with this new class, and discuss when it is a good idea to use it, & when it is less so: www.youtube.com/watch?v=SWIG... #QtDev #Cpp

1 1 0 0
Post image

What did KDAB work on in February? As Embedded World 2026 approaches, this newsletter edition highlights #embedded-focused insights like GUI automation with Spix, Windows CE to #EmbeddedLinux migration, the Oxidize 2026 CfP, and more: www.kdab.com/newsletter/f... #QtDev #QML #RustLang

1 0 0 0
Qt Creator 19 RC released Qt Creator 19 RC released

Qt Creator 19 RC released
www.qt.io/blog/qt-crea...
#QtDev
#cpp
#cplusplus

1 0 0 0
February 2026 Newsletter Podcast
February 2026 Newsletter Podcast February 2026 Newsletter: Spix GUI Automation, Windows CE Migration Whitepaper, Oxidize 2026 CfP, Embedded World 2026, Meeting C++, QML Videos, Training & Ev...

As we approach Embedded World 2026, this audio version of the February 2026 newsletter brings you insights and practical tools for embedded software development. Listen in: www.youtube.com/watch?v=J-rD... #QtDev #Embedded #RustLang #QML #Migration #WindowsCE #Cpp

0 0 0 0
Preview
New in Qt 6.11: QRangeModel updates and QRangeModelAdapter When introducing QRangeModel for Qt 6.10 I wrote that we'd try to tackle some limitations in future releases. In Qt 6.11, QRangeModel supports caching ranges like std::views::filter, and provides a ne...

New in Qt 6.11: QRangeModel updates and QRangeModelAdapter
www.qt.io/blog/new-in-...
#QtDev
#cpp
#cplusplus

0 0 0 0
Preview
Qt Widgets to Qt Quick, An Application Journey Part 3 Consider moving from legacy Qt Widgets code to Qt Quick? Check out this multi-step process to get started on the software architecture transition.

Qt Widgets to Qt Quick, An Application Journey Part 3
www.qt.io/blog/qtwidge...
#QtDev
#cpp
#cplusplus

0 0 0 0
Preview
New in Qt 6.11: QRangeModel updates and QRangeModelAdapter When introducing QRangeModel for Qt 6.10 I wrote that we'd try to tackle some limitations in future releases. In Qt 6.11, QRangeModel supports caching ranges like std::views::filter, and provides a ne...

For the upcoming #Qt 6.11 release we've made it (even!?) easier to display the data in a C++ data structure in a Quick or Widgets UI:

www.qt.io/blog/new-in-...

#QtDev #cpp #cplusplus

3 2 1 0
Preview
Free QML Beginner Course: Learn QML on YouTube with Qt Academy Qt Academy's free QML beginner course is now on YouTube. Eight topics from syntax to animations and debugging, structured for developers new to QML.

Free QML Beginner Course: Learn QML on YouTube with Qt Academy
www.qt.io/blog/free-qm...
#QtDev
#cpp
#cplusplus

1 0 0 0
Preview
Windows CE to Embedded Linux Migration Guide for Device Makers | KDAB Learn how to migrate Windows CE devices to Embedded Linux, from architecture and UI to OS touchpoints, and reduce risk with expert guidance from KDAB.

🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration

This is a practical guide for migrating business logic, UI & OS/hardware interactions covering C++, C#, Qt, Linux, and team prep for a smooth transition. #Cpp #QtDev #Embedded #Linux #Windows #Wince

🔗 www.kdab.com/windowsce-to...

1 0 0 0
Post image

Here’s an overview of upcoming training sessions. Strengthen your C++ and QML expertise or deepen your debugging skills with KDAB’s in-person courses in Berlin. Find more courses and details here: training.kdab.com/scheduled-tr... #QtDev #Cpp #QML #Debugging #CPlusPlus

0 0 0 0
Post image

Automate repetitive #GUI tasks in Qt/QML applications like sending clicks, entering text, property checks, and even visual testing via screenshots with Spix - a small but useful library. Read the full blog here: www.kdab.com/automating-r...
#QtDev #QML #GUIAutomation #Embedded

0 0 0 0
GUI Automation and Testing with Spix
GUI Automation and Testing with Spix In this video Christoph shows Spix, a tool to automatically click and interact in Qt Applications. Spix can be used for testing and debugging. Christoph expl...

Spix - a tool to automatically click and interact in Qt applications - can be used for #testing and #debugging. Christoph Sterz (KDAB) explains how it can be installed, and how the different functions can be used for increased developer performance: www.youtube.com/watch?v=WTYl... #QtDev #Embedded

0 0 0 0
Preview
Rain effect with Quick3D Particles Going trough Qt Quick3D Particles new features from Qt 6.10 and Qt 6.11 and creating rain particle effect using them.

Rain effect with Quick3D Particles
www.qt.io/blog/rain-ef...
#QtDev
#cpp
#cplusplus

2 1 0 0
Post image

KDAB will be at Embedded World 2026 in Nuremberg (March 10–12) showcasing robust, high-performance embedded systems built with #QtDev, #Cpp, #RustLang, #Slint & #FlutterDev.

Visit KDAB for live demos and technical discussions about your #embedded projects.

More on www.kdab.com/kdab-at-embe...

1 0 0 0
Preview
Introduction to Qt / QML - all videos Welcome to our "Introduction to Qt / QML" series! This comprehensive video tutorial will teach you the foundations of programming with Qt / QML. It is an ext...

Is learning Qt/QML on your 2026 to-do list?

This “Introduction to Qt / QML” video series helps you build a solid foundation for programming with Qt - clear explanations, practical examples, and easy-to-follow lessons: www.youtube.com/playlist?lis...

#QML #QtDev #SoftwareDevelopment

1 0 0 0
Qt Creator 19 Beta2 released Qt Creator 19 Beta2 released

Qt Creator 19 Beta2 released
www.qt.io/blog/qt-crea...
#QtDev
#cpp
#cplusplus

0 0 0 0
QFuture ❤️ C++ coroutines | arno's blog just another blog

QFuture ❤️ C++ coroutines | arno's blog www.arnorehn.de/blog/2026/02...

#qtdev #cpp #programming

0 0 0 0
Preview
QtWidgets to QtQuick, An Application Journey Part 2 Consider moving from legacy Qt Widgets code to Qt Quick? Tooling options and a proposed alternative for making the change.

QtWidgets to QtQuick, An Application Journey Part 2
www.qt.io/blog/qtwidge...
#QtDev
#cpp
#cplusplus

1 0 0 0
Preview
KDAB Libraries for Qt In this series you will learn about KDSoap, a Qt-based library for SOAP communication, both for client applications and for implementing SOAP servers. The vi...

The KDSoap video series is fully released. This Qt-based library makes SOAP communication straightforward, whether you’re building client applications or providing SOAP services. Watch this series and learn more: www.youtube.com/playlist?lis... #QtDev #CPlusPlus #DeveloperTools

0 0 0 0
January 2026 Newsletter Podcast
January 2026 Newsletter Podcast January 2026 Newsletter: KDAB Training Day, Meeting C++ 2025 Videos, KDSoap Video series, 2026 Training, News, Events & MoreHappy New Year and welcome to the...

What happened at KDAB in January 2026? Listen in to the audio version of the January newsletter edition: www.youtube.com/watch?v=6mEv... #QtDev #RustLang #QML #Cpp #Training

1 0 0 0
How to Use CMake in Qt 6 to Connect C++ and QML
How to Use CMake in Qt 6 to Connect C++ and QML In this video, Jan Marker shows how to set up a C++/QML project in Qt 6 using CMake and macro-based QML element registration, and compares the setup to how t...

Jan Marker (KDAB) shows in this video how to set up a C++/QML project in Qt 6 using CMake and macro-based QML element registration, and compares the setup to how the same was done in Qt 5: www.youtube.com/watch?v=eJC8... #QtDev #Cpp #CPlusPlus #QML #Qt6 #CMake

0 0 0 0
Preview
2D Rendering - Introducing Qt Canvas Painter Discover Qt’s new, imperative 2D rendering API, Qt Canvas Painter, its history, main usage, and future plans.

2D Rendering - Introducing Qt Canvas Painter
www.qt.io/blog/2d-rend...
#QtDev
#cpp
#cplusplus

0 0 0 0
Qt 6.10.2 Released Qt 6.10.2 release blog post

Qt 6.10.2 Released
www.qt.io/blog/qt-6.10...
#QtDev
#cpp
#cplusplus

0 0 0 0