Jesper K. Pedersen
280 results
What's Cooking in Qt 6.10?
29 October 2025
Maycon Stamboroski and Maurice Kalinowski, both from Qt Group, discuss the new features in Qt 6.10 with Jesper Pedersen. Along the way, a bit of background is added, including what Figma is, what Lottie is and what QGraphs can even do. The C++ side of things is also covered, and QRangeModel - the new kid on the block in model/view programming, is explored and explained.
An Interview with Jason Turner
24 October 2025
Jesper Pedersen interviews Jason Turner, creator of the @cppweekly YouTube channel, about reaching 500 consecutive episodes and the evolution of C++ content. Jason discusses his workflow managing 200+ episode ideas, the importance of quality transcriptions, choosing topics through community feedback on GitHub, and preferring stream-of-consciousness recording. They explore career-changing episodes like "C++17 for the Commodore 64" and balancing best practices with cutting-edge language features.
Event Filters
16 October 2025
This final episode of "Introduction to Qt Widgets" will end on a high note - a very high note even - namely by Jesper talking about event filters. Event filters are a super neat tool in Qt, with which you can do truly amazing things - but also shoot yourself in the foot, so your whole leg falls off.
Qt Creator AI Assistant
14 October 2025
Drag and Drop in Model/View Programming
10 October 2025
In the previous episode, we learned how to add drag and drop to a widget. We could now take that knowledge and add drag and drop to list views, tables and tree views, but that would be quite a bit of work. Fortunately, QAbstractItemView (which is the super class for those three) does already have support for it.
Introduction to Qt Widgets (Part 67B)
9 October 2025
LLMs & Legal Aspects
17 September 2025
AI, Coding for All, and the Future of Software Development
10 September 2025
Qt Creator QodeAssist Demo & AI Coding Tools
2 September 2025
Putting Agent Mode in VS Code to the Test
28 August 2025
How LLMs Really Work
26 August 2025
In this episode, we explore how Large Language Models (LLMs) work behind the scenes — from predicting the next word to powering tools like GitHub Copilot. Jesper introduces insights from his master’s thesis, Jan explains the core mechanics, and we discuss how agents extend LLMs beyond simple text generation.
How to set up AI Models With Ollama
20 August 2025
In this episode, we explore how to host and run your own Ollama models on a dedicated server, from setup to integration. We discuss the difficulty of self-hosting, how Ollama works, its scalability, and the available model repository. You’ll also see a live demo, watch Jan interact directly with a model, and learn how to connect Qt Creator to your own hosted model.
When coding using AI, there are so many options to choose from, including just typing your questions into ChatGPT and using the model for continuous code completions and suggestions. However, the underlying issue is understanding what options are better - should you use a general purpose model or one specifically trained to your language? Should you host them locally, in server farms, or with the providers?
QWAM Videos on Model/View
23 July 2025
Selection
22 July 2025
Delegates
21 July 2025
Proxy Models (Part 2)
16 July 2025
Proxy Models (Part 1)
15 July 2025


