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).
How i can declare globar vars. For example i want that my app recognize one string like QString prueba; Then i need to include in header and cpp file to be recognized. Sorry for the question i'm newbie.
Just like with any other type in C++. But be careful not to create any QObjects before the QApplication object has been created.
@RIVOPICO Here you go
lol ok thx solved