got it.
I forget this line into the .h
Qt Code:
#include ".\\..\\..\\item\\WidgetSource\\item.h"To copy to clipboard, switch view to plain text mode
Now it works.
got it.
I forget this line into the .h
Qt Code:
#include ".\\..\\..\\item\\WidgetSource\\item.h"To copy to clipboard, switch view to plain text mode
Now it works.
Just a suggestion if I may:
INCLUDEPATH += ..\..\item\widgetsource in your pro file
#include <item.h> in your sources
instead of: #include ".\\..\\..\\item\\WidgetSource\\item.h"
Bookmarks