The Oprofile Profiler

Integrated Computer Solutions. Be Open (Source) to new testing tools...see how useful Oprofile can be! Check this blog out!

blog/mastering-qt-file-selectors

Qt provides a nice facility to handle this in a more elegant way: file selectors. In this blog post. I'll look at what Qt provides, for both C++ and QML, and show a simple but complete program example.

Qt Tips and Tricks - Part 1

Qt Tips and Tricks - Part I: Learn more about the lesser known tips within Qt that can make a big difference using Qt.

The Qt 5 Multimedia QML Elements

Qt 5 introduced a new set of multimedia APIs. Both C++ and QML APIs are provided. In this blog post, I will give an overview of the QML APIs for multimedia.

Introduction to the Qt Quick Scene Graph

Interacting with the Qt Quick scene graph is a good bonus skill for any Qt developer to have. In this introductory webinar we will present this component: a graphical representation of the Item scene and an alternative method to QML coding. Proper use of the underlying scene graph can save performance at runtime. We will explore how to interact with the scene graph through a simple example and suggest when it is appropriate to use.