Create a header with global definitions.
Example: my_globals.h
Qt Code:
#ifndef MYGLOBALS #define MYGLOBALS int variable1; #endifTo copy to clipboard, switch view to plain text mode
Include the header everywhere you want.
Create a header with global definitions.
Example: my_globals.h
Qt Code:
#ifndef MYGLOBALS #define MYGLOBALS int variable1; #endifTo copy to clipboard, switch view to plain text mode
Include the header everywhere you want.
Bookmarks