Jesper K. Pedersen
282 results
QML Tips and Tricks - Introduction
5 April 2022
QtDevCon 2022 - Programme release
4 April 2022
Qt Creator and AI - April Fool's Video
1 April 2022
Unit Testing from Qt Creator
22 March 2022
Whether you're new to unit testing or already write tests, this episode shows how to set up Qt's testing framework and maximize Qt Creator's testing features. Covers Qt's framework versus others, test cases with QCOMPARE, table-driven testing, Qt Creator integration, debugging tests, and CMake integration.
QTableView Galore
17 March 2022
Building Qt
9 March 2022
Checking Your QModelIndex(es)
2 March 2022
A QMessageBox with a Do Not Show Again Button
22 February 2022
My Git Hooks for C++/Qt Projects
15 February 2022
Git supports running local scripts at different times, including during commits or pushes. This episode discusses useful hooks including preventing commits with FIXME's, ensuring use of specific classes like KDVTableView instead of QTableView, and avoiding QDate::currentDate which breaks unit tests.
My Git Workflow in the Shell and from Qt Creator
10 February 2022
qDebug - Power User
19 January 2022
Backing up Source Files Every 10 Minutes on Linux
13 January 2022
Running clang-tidy and clazy from Qt Creator
29 December 2021
Qt Creator includes two powerful static code analysis tools: clang-tidy and clazy, which work out of the box with recent versions. These tools warn about potential errors, performance problems, and code that could be improved, helping developers identify issues before they become bugs or performance bottlenecks in production.
Testing QAbstractItemModels on the Fly
16 December 2021
Model/View programming is notoriously difficult. Your carefully crafted models may work fine with single views but struggle with multiple views or proxy models added later. Qt's QAbstractItemModelTester helps catch these issues. This video demonstrates an automatic testing class and explains what the model tester actually does to validate your models.
For more than a year Jesper Pedersen has hosted a Youtube series focusing on Qt Widgets and everything around developing with it. In this talk, Jesper will highlight some of the most important take aways, including coding tips, and especially those relating to the model/view framework, Qt Creator power tips, and general tips relating to a software development tool.
Using Bookmarks in Qt Creator
9 December 2021
Header Spanning Multiple Columns
16 November 2021


