Table of Contents
Qt Creator

Great Improvements to the Qt Creator “New Project Wizard”

Qt Creator

People who use Qt for many different projects on many different platforms have a lot of kits configured in their Qt Creator. For those people the “New Project Wizard” contains an annoyance. Picking the right kit from a list of twenty-something possible kits means quite a bit of searching. But no more! For the newly released Qt Creator 4.6 we added a filter widget to quickly select the right one. Enjoy!

Qt Creator

Sorry, comments are disabled on this post.

Daniel Engelke

Daniel Engelke

Daniel Engelke is a Software Engineer at basysKom GmbH, where he is developing applications in C++, often in combination with Qt and QML. He is responsible for solving complex problems and the technical consulting of customers.

Read more

Qt
QML
Jeremias Bosch
Speedup your Qt/QML list scrolling on lowend devices

Something that has traditionally been complicated to achieve in Qt/QML, especially on low end hardware, is high performant list scrolling with complex delegates.
This has recently changed. In Qt 5.15, it is as simple as setting the new QML ListView property called reuseItems to true. For more details, have a look at the documentation.
In this blog post, I will explain how you can implement this feature in Qt Versions prior to 5.15.

Read More »