Monthly Archives: August 2019

Qt Detecting Memory Leaks

Analyzing Code
Detecting Memory Leaks with Memcheck
Detecting Memory Leaks with Heob
Profiling and Memory Checking Tools

  • DrMemory
  • heob
  • vld

heob

github.com/ssbssa/heob, Detects buffer overruns and memory leaks.

GammaRay

GammaRay – Examine and manipulate the internals of Qt applications at runtime
Getting GammaRay
github.com/KDAB/GammaRay, GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
YouTube: GammaRay Tutorials (Playlist)

vld

Visual Leak Detector (vld) – Enhanced Memory Leak Detection for Visual C++
github.com/KindDragon/vld, Visual Leak Detector for Visual C++ 2008-2015
vld – Visual Leak Detector for Visual C++ 2008-2015
DebugView v4.90

DrMemory

Dr. Memory, Memory Debugger for Windows, Linux, and Mac
github.com/dynamorio/drmemory, Memory Debugger for Windows, Linux, Mac, and Android
github.com/DynamoRIO/dynamorio, Dynamic Instrumentation Tool Platform
Running Dr. Memory
Preparing Your Application

Forum

How to detect memory leaks in QtCreator on Windows?
Is there a good Valgrind substitute for Windows?
Tool for memory leak detection
Advice on checking for memory leaks and dangling resources?

Qt 3D Libraries

Qt 3D
Qt 3D Examples

Qt 3D Basics, CERN HSF Visualization workshop, 28/03/2017

QtWS17 Earth rendering with Qt 3D, Paul Lemire – KDAB

Qt Design Studio

Qt Design Studio 1.2 Community Edition
Qt Design Studio 1.2 released, Published Monday June 3rd, 2019

Qt 3D Studio

Qt 3D Studio Manual
Heise: Dreidimensional mit Qt 3D Studio
Qt 3D Studio — Digital cluster for a car — Integration (Part I)
Qt 3D Studio — Digital cluster for a car — Part II

Qt Plotter Libraries

#inqlude – The Qt library archive: Graphics

Qt Charts Overview

github.com/jkriege2/JKQtPlotter, JKQTPlotter – A Qt Plotting Library, an extensive Qt4/Qt5 Plotter framework (including a fast variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencie

QCustomPlot
Setting up QCustomPlot
Embedding plots in a QTextDocument

QwtPlot3D (Version 0.2.7, 25 June 2007)
GLC_lib (OpenGL Library Class) (2.5.2 released on 2013-09-26)

Qt LaTeX

KLatexFormula (February 2017 — KLatexFormula 4.0.0 released)
Render LaTeX code in Qt
Qt and LaTeX via KLFBackend
github.com/jkriege2/JKQtPlotter, an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
JKQTPlotter – A Qt Plotting Library
Evgenij Legotskoj – Qt/C++ – Tutorial 076. Visualizing Mathematical Formulas on Qt
How to display mathematical typesetting (MathJax, LaTeX, etc.) in Qt using PyQt5?