#qtdev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #qtdev, aggregated by home.social.
-
Every team learns differently — that’s why KDAB’s in-company #training programs are built around your goals. Customize the curriculum, schedule, and location to fit your needs. Explore topics like #QtDev, #Cpp, #QML, #3D, #Debugging, and more.
Learn more: https://training.kdab.com/in-company-training/
https://training.kdab.com/in-company-training/ -
Every team learns differently — that’s why KDAB’s in-company #training programs are built around your goals. Customize the curriculum, schedule, and location to fit your needs. Explore topics like #QtDev, #Cpp, #QML, #3D, #Debugging, and more.
Learn more: https://training.kdab.com/in-company-training/
https://training.kdab.com/in-company-training/ -
Every team learns differently — that’s why KDAB’s in-company #training programs are built around your goals. Customize the curriculum, schedule, and location to fit your needs. Explore topics like #QtDev, #Cpp, #QML, #3D, #Debugging, and more.
Learn more: https://training.kdab.com/in-company-training/
https://training.kdab.com/in-company-training/ -
Every team learns differently — that’s why KDAB’s in-company #training programs are built around your goals. Customize the curriculum, schedule, and location to fit your needs. Explore topics like #QtDev, #Cpp, #QML, #3D, #Debugging, and more.
Learn more: https://training.kdab.com/in-company-training/
https://training.kdab.com/in-company-training/ -
Every team learns differently — that’s why KDAB’s in-company #training programs are built around your goals. Customize the curriculum, schedule, and location to fit your needs. Explore topics like #QtDev, #Cpp, #QML, #3D, #Debugging, and more.
Learn more: https://training.kdab.com/in-company-training/
https://training.kdab.com/in-company-training/ -
Wouldn't it be cool if you could easily navigate around the Qt sources, when you are doing your own #development?
Well, you can. In this episode Jesper will show you two tricks setting up your Qt Creator locator to help you: https://www.youtube.com/watch?v=9Bt8NuF-DTE #QtDev #QtCreator -
F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus
-
F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus
-
F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus
-
F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus
-
F1 does not get you to the help for a given Qt class in CLion as it does in Qt Creator. So, how do you get there? Watch this new episode of the CLion series to find out more. #CLion #QtDev #IDE #Cpp #CPlusPlus
-
Qt 6.12 introduces a new way to provide QML controller objects using externally supplied singleton instances.
With QQmlEngine::setExternalSingletonInstance, declarative QML registration can now use application-provided singleton instances while preserving tooling and optimization benefits.
Read more: https://www.kdab.com/singleton-controllers-in-times-of-declarative-qml/
-
Watch this new episode of the Qt with CLion series to learn how to configure keybindings in CLion and identify which function is assigned to a given key. #QtDev #CLion #SoftwareDevelopment #IDE
Watch here:
https://www.youtube.com/watch?v=G5I05BFiRCs -
Do you want to analyze and optimize your code? The #debugging and #profiling tool GammaRay allows you to attach it to a running Qt application and do some interesting debugging. #QtDev #Optimization
Learn more about this software introspection tool on
https://www.kdab.com/development-resources/qt-tools/gammaray/ -
If your work touches Qt, C++, Rust, or embedded Linux, our monthly newsletter might be worth following - technical publications, events, and what's moving across the ecosystem, once a month: https://www.kdab.com/newsletter/
-
KDAB offers technical training for software developers working with Qt/QML, Modern C++, 3D/OpenGL, Rust and more. With more than 20 years of experience in the field, training courses can be adapted to different team requirements and experience levels.
#QtDev #QML #Cpp #OpenGL #RustLang #3D #Debugging #Profiling
Full Portfolio:
https://training.kdab.com/portfolio/ -
This is an overview of upcoming KDAB training courses on debugging and profiling for Qt and C++ applications on Linux, as well as advanced QML covering topics such as QML/C++ integration and application architecture.
Training schedule: https://training.kdab.com/scheduled-training/
#QtDev #QML #CPlusPlus #Linux #SoftwareDevelopment #Performance #Debugging #Profiling
-
Qt 6.11 has been released. In this video, Maycon Stamboroski (Qt Group) joins Jesper Pedersen to review key updates such as an introduction to TaskTree and easier data access using QRangeModelAdapter with QRangeModel. #QtDev #SoftwareDevelopment #QtQuick
-
Switching between Qt versions in CLion can feel less transparent than Qt Creator - but it’s manageable with the right setup.
Jesper Pedersen explains how CLion detects Qt via qmake, how to define toolchains with version-specific environments, and how to map them to CMake profiles for flexible configuration switching.
-
Switching between Qt versions in CLion can feel less transparent than Qt Creator - but it’s manageable with the right setup.
Jesper Pedersen explains how CLion detects Qt via qmake, how to define toolchains with version-specific environments, and how to map them to CMake profiles for flexible configuration switching.
-
Switching between Qt versions in CLion can feel less transparent than Qt Creator - but it’s manageable with the right setup.
Jesper Pedersen explains how CLion detects Qt via qmake, how to define toolchains with version-specific environments, and how to map them to CMake profiles for flexible configuration switching.
-
Switching between Qt versions in CLion can feel less transparent than Qt Creator - but it’s manageable with the right setup.
Jesper Pedersen explains how CLion detects Qt via qmake, how to define toolchains with version-specific environments, and how to map them to CMake profiles for flexible configuration switching.
-
Switching between Qt versions in CLion can feel less transparent than Qt Creator - but it’s manageable with the right setup.
Jesper Pedersen explains how CLion detects Qt via qmake, how to define toolchains with version-specific environments, and how to map them to CMake profiles for flexible configuration switching.
-
Qt Designer integration in CLion may not match Qt Creator - but with a few tweaks, it can be significantly improved.
Jesper Pedersen demonstrates how to open the corresponding .ui file directly from a .cpp using an External Tool, along with a shortcut adjustment for more #QtCreator–like window handling.
-
Are you struggling to track down bugs or performance bottlenecks in your Qt applications on Linux?
This KDAB training introduces essential tools and workflows for identifying issues and optimizing performance in Qt-based Linux environments.
Learn more: https://training.kdab.com/portfolio/debugging-and-profiling-qt-applications-on-linux/
#QtDev #Performance #Debugging #Profiling #Optimisation #Linux
-
What’s coming up in KDAB’s training lineup? These upcoming in-person sessions in Berlin are designed to help you advance your C++ or QML knowledge and build stronger debugging skills for real-world Qt development.
Explore all available courses and get the details: https://training.kdab.com/scheduled-training/
-
Synchronize properties across dynamically instantiated QML elements, using a C++ singleton that acts as a message broker and recursive signal-slot connections. This design enables flexible and scalable value synchronization across components, with minimal coupling between UI and logic.
Read on: https://www.kdab.com/bind-qml-values-across-an-arbitrary-number-of-elements/
-
Adopting a new IDE often means rethinking workflows and rebuilding muscle memory.
Episode 1 of this new series examines using CLion (by JetBrains) for Qt development, covering project setup, familiar keymaps, UI creation, and early impressions of debugging and version control.
Watch the first episode: https://www.youtube.com/watch?v=7p53KwECJrw
-
In case you're looking for an advanced docking solution, have a look at KDDockWidgets. This cross-platform framework offers extensive widget access, enabling developers to fine-tune and tailor the #docking experience in Qt applications: https://github.com/KDAB/KDDockWidgets #QtDev #Development
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
If your devices still run Windows CE, now is the time to plan the transition. The guide by Miłosz Kosobucki (KDAB) outlines practical approaches to migrating business logic, UI frameworks, and OS/hardware integrations to modern Embedded Linux platforms.
📄 Download the whitepaper:
https://www.kdab.com/windowsce-to-embedded-linux-migration/#Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
-
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.
More details:
https://www.kdab.com/kdab-at-embedded-world-2026-nuremberg-germany/ -
📍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:
https://www.kdab.com/kdab-at-embedded-world-2026-nuremberg-germany/ -
What did KDAB work on in February? As Embedded World 2026 approaches, this edition highlights #embedded-focused insights like GUI automation with Spix, Windows CE to #EmbeddedLinux migration, the Oxidize 2026 CfP, and more: https://www.kdab.com/newsletter/february-2026-newsletter-spix-gui-automation-windows-ce-migration-whitepaper-oxidize-2026-cfp-embedded-world-2026-meeting-c-qml-videos-training-events/ #QtDev #QML #RustLang
-
KDAB offers technical training for software developers working with Qt/QML, Modern C++, 3D/OpenGL, and Rust. With more than 20 years of experience in the field, training courses can be adapted to different team requirements and experience levels. #QtDev #QML #Cpp #OpenGL #RustLang #3D
Full Portfolio:
https://training.kdab.com/portfolio/ -
As we approach Embedded World 2026, this audio version of the February 2026 newsletter brings you insights and practical tools for embedded software development. #QtDev #Embedded #RustLang #QML #Migration #WindowsCE #Cpp
Listen in:
https://www.youtube.com/watch?v=J-rDWeznZcE -
🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration
Windows CE is aging and unsupported. This guide covers practical migration strategies for business logic, UI, and OS/hardware interactions, with C++, C#, Qt, and Linux-specific guidance. Preserve your application logic, handle OS touchpoints, and prepare your team for Linux. #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
🔗
https://www.kdab.com/windowsce-to-embedded-linux-migration/ -
🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration
Windows CE is aging and unsupported. This guide covers practical migration strategies for business logic, UI, and OS/hardware interactions, with C++, C#, Qt, and Linux-specific guidance. Preserve your application logic, handle OS touchpoints, and prepare your team for Linux. #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
🔗
https://www.kdab.com/windowsce-to-embedded-linux-migration/ -
🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration
Windows CE is aging and unsupported. This guide covers practical migration strategies for business logic, UI, and OS/hardware interactions, with C++, C#, Qt, and Linux-specific guidance. Preserve your application logic, handle OS touchpoints, and prepare your team for Linux. #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
🔗
https://www.kdab.com/windowsce-to-embedded-linux-migration/ -
🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration
Windows CE is aging and unsupported. This guide covers practical migration strategies for business logic, UI, and OS/hardware interactions, with C++, C#, Qt, and Linux-specific guidance. Preserve your application logic, handle OS touchpoints, and prepare your team for Linux. #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
🔗
https://www.kdab.com/windowsce-to-embedded-linux-migration/ -
🆕 KDAB Whitepaper: Windows CE to Embedded Linux Migration
Windows CE is aging and unsupported. This guide covers practical migration strategies for business logic, UI, and OS/hardware interactions, with C++, C#, Qt, and Linux-specific guidance. Preserve your application logic, handle OS touchpoints, and prepare your team for Linux. #Cpp #QtDev #Embedded #UI #Wince #WindowsCE #Linux #EmbeddedLinux
🔗
https://www.kdab.com/windowsce-to-embedded-linux-migration/ -
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: https://training.kdab.com/scheduled-training/ #QtDev #Cpp #QML #Debugging #CPlusPlus
-
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: https://www.kdab.com/automating-repetitive-gui-interactions-in-embedded-development-with-spix/
#QtDev #QML #GUIAutomation #Embedded