Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
C++ does not work like that. Create a proper subclass and then use that one for the member variable.
@vishbynature said in Qt Program start on bootup and start GUI interaction automatically:
As soon as MainWindow GUI appears I should start SPI data transfer.
Sure. You can use QTimer to trigger the transfer.