Relative Content

Tag Archive for c++qtqt-creator

Qt memory leaks

I have code in QT creator and the following line creates memory leak:

My Qt application runs without showing the chart and widgets

I’ve been trying to make an algorithmic trading backtester and it ran with no errors. My only problem is that it doesn’t render any of the chart and widgets which I programmed into the mainwindow files. It only shows a white blank screen. Keep note, I included all the necessary libraries in mainwindow.h.