Ask the Community
Ask any professional question and get answers from other specialists.
Tell us about one design pattern you have used before.
I don't want to tell the client explicitly that something is changed in my service that he is consuming.
In QT, I have a class called MainWindow. I have a variable called plotGrpahics declared as static in my header MainWindow.h file: class MainWindow : public QMainWindow { ... See More