Questionnez la Communauté
Ask any professional question and get answers from other specialists.
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 { ... Voir Plus
Hi, afaik class definitions, in this case the header files, are just templates and no memory will be allocated. Static variables on the other side need memory assigned ... Voir Plus
Thank you for the question, This report shows details about this question.
The best advice I can give you is to find a template plugin for Qt Creator ( which is by the way entirely composed of plugins ) by visiting https://github.com/qt-creator/ ... Voir Plus
it depends on what you like to do and what kind of programming you work with, but as i see from your background you involved in web programming so JAVA will be better to ... Voir Plus