inputRejected signal is not generated
There is the following code:
inputRejected signal is not generated
There is the following code:
Qt Creator SIGSEGV Segmentation fault
I installed Qt through aqt (in my country you can’t set Qt). When I run this code i get an error:
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.
Why isn’t my QT Creator custom widget signal being received by my slot in mainwindow.cpp?
I made a custom widget TabButton to group together some buttons I want to have change the ui based on the objectName of the button that was clicked.
header file: