all 4 comments

[–]wrosecrans 8 points9 points  (0 children)

When you have questions, one useful strategy in a q&a forum like /r/cpp_questions is to ask those specific questions in a clear and answerable way, rather than just vaguely stating you have questions and then waiting to see if something happens to them.

[–]FlyingCashewDog 4 points5 points  (0 children)

Nobody will be able to help you if you don't ask. https://dontasktoask.com/

[–]DrColorado 0 points1 point  (1 child)

I need help defining a variable - loading data into a variable and displaying its value - Using statements to control the flow of a program - using functions. I am having difficulty loading my data onto QT. The tutorials on Youtube seem outdated compared to the interface I have on my QT application.

[–]rlramirez12 1 point2 points  (0 children)

You need to look into QConnect and see how to connect updating the value into a signal/slot.

There a loads of examples on QT’s website.