Why not simply put a few defines into the headerfile of the DataModel?
Qt Code:
#define COLUMN_FIRST_NAME 0 #define COLUMN_LAST_NAME 1 etcTo copy to clipboard, switch view to plain text mode
Why not simply put a few defines into the headerfile of the DataModel?
Qt Code:
#define COLUMN_FIRST_NAME 0 #define COLUMN_LAST_NAME 1 etcTo copy to clipboard, switch view to plain text mode
Bookmarks