Explore the June 2025 KDAB Monthly Digest: Qt Widgets in QML, software architecture documentation, Qt World Summit highlights + exclusive interviews, and more. Don’t miss our new YouTube playlist "The Curious Developer": https://www.kdab.com/newsletter/june-2025-newsletter-qt-widgets-in-qml-software-architecture-documentation-qt-world-summit-interviews-events-trainings-the-curious-developer/ #QtDev #QML #QtWidgets
Sharpen your development skills with KDAB’s expert-led training in Qt/QML, Modern C++, 3D/OpenGL, and Rust. With 20+ years of experience, our courses are taught by active engineers & tailored to your needs. Check out our portfolio. #QtDev #QML #Cpp #3D #OpenGL #RustLang
https://training.kdab.com/portfolio/
This tutorial shows how to display Qt Widget windows in a Qt Quick application, combining both frameworks. Learn C++ integration, expose widget properties/signals to QML, and build multi-window UIs for desktop or embedded use: https://www.kdab.com/display-widget-windows-in-qt-quick-applications/ #QtDev #QML #Cpp #CPlusPlus
Here's an overview about upcoming training courses. Register and sign up to elevate your programming skills with KDAB. Have a look at the full training schedule for more details: https://training.kdab.com/scheduled-training/ #Cpp #CPlusPlus #QtDev #QML
Before sending code for review, KDAB's Jesper does a self-review in Qt Creator. For a long time, he thought "Diff Selected Files" was broken — until he figured it out. Watch how it really works: https://youtube.com/shorts/pJWjADP6bQQ?feature=share #QtDev #QtCreator #QML
https://youtube.com/shorts/pJWjADP6bQQ?feature=share
Sign up to the KDAB Newsletter to stay on top of the latest news, publications, events and more around Qt, C++, Rust and other related fields KDAB is working in. #QtDev #Cpp #RustLang #Embedded #CPlusPlus #Linux #QML
https://www.kdab.com/newsletter/
Qt AI Assistant 0.91 Released – Support for DeepSeek v3 and 3.7 Sonnet https://www.qt.io/blog/qt-ai-assistant-0.91-released-support-for-deepseek-v3-and-3.7-sonnet
Descripción de los benchmarks #QML100 y #QML100FIM Which is the best #LLM for #QML code completion? https://www.qt.io/blog/which-is-the-best-llm-for-coding-qml
QML es declarativo. Y aún así son malos.
There is a Google Summer of Code 2025 proposal to update the VLC interface.
VLC is a powerful and feature-rich media player, but the current UI can feel outdated and less intuitive, especially for newer users. This proposal aims to make a redesign of the user interface of VLC Media Player using Qt and Qt QML by enhancing both the visual consistency and performance of the application.
https://summerofcode.withgoogle.com/programs/2025/projects/WKhoaEIr
Thank you to everyone who attended the KDAB Training Day 2025 in Munich! We hope you enjoyed and are feeling inspired to apply your new knowledge
With over 20 years of experience, KDAB offers hands-on, practical programming training in Qt/QML, Modern C++, 3D/OpenGL, Debugging & Profiling, and lately Rust - both for beginners as well as experienced developers.
#NewPipe #SailfishOS dev diary day 57. Finally a running app with a #QML user interface and linked to the NewPipe Extractor library.
It's not yet functional, but it'll make for a good base to build on.
The April edition of KDAB’s Monthly Digest is out! Catch up on Qt World Summit 2025, an integration of QML Window's background, drag-and-drop finale, Qt Widgets module 8, Qt 6.9 videos, upcoming events, and more.
Read now https://www.kdab.com/newsletter/april-2025-newsletter-qt-world-summit-2025-drag-and-drop-finale-integrate-qml-windows-background-module-8-introduction-to-qt-widgets-qt-69-videos-events-training-and-more/ #QtDev #Embedded #QML #RustLang
https://www.kdab.com/newsletter/april-2025-newsletter-qt-world-summit-2025-drag-and-drop-finale-integrate-qml-windows-background-module-8-introduction-to-qt-widgets-qt-69-videos-events-training-and-more/
Alright, made it to Munich for the #QTWS25 where I'll be presenting tomorrow. Wondering how to move a legacy code base from QtWidgets to QtQuick? Come to my "Crossing the QtWidgets to QtQuick Bridge" and I'll show you a path to do such a move and the reasons why it could be easier.
https://www.qt.io/qt-world-summit-2025/agenda#crossing-the-qtwidgets-to-qtquick-bridge
Looking for training tailored to your needs? Our in-company #training courses are crafted to address your requirements. You dictate the agenda, schedule, and venue. Dive into topics such as #QtDev, #Cpp, #QML, #3D, #Debugging, and more. Further details on
https://training.kdab.com/in-company-training/
Check out our curated 'QML Tips and Tricks' playlist, featuring handpicked videos from our 'Qt Widgets and more' series. Which tip resonates with you the most? Let us know. #QtDev #Programming #QML
https://www.youtube.com/playlist?list=PL6CJYn40gN6jWHP5krsQrVGyYtKh3A3be
QMines ( #QML ) has released " Quarterly Activities/Appendix 5B Cash Flow Report " on Wed 30 Apr at 09:40 AEST #tax #government #Mining #Gold #Australia
https://grafa.com/asset/qmines-ltd-9351-qml.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=qml.asx
Qt Quick apps may flash white during resize if the background isn't theme-aware. Fix it with SystemPalette to match the system theme and avoid frame lag. Learn more. #QtDev #QML #Desktop #UI
https://www.kdab.com/integrate-qml-windows-background-with-the-systems-color-palette/
Yay, finally all the pieces have come together and I have finally been able to compile Qt 6.9 and @kde Plasma development version (what is to be released as 6.4 in June) for my @bananapi BPI-F3, a RISC-V single-board (mini) computer. Plasma does start and run, but looks like QML/QtQuick applications (which includes the desktop itself) have rendering problems Qt Widget apps render/run just fine. Now to figure out where the problem is…