Take a look at the generated ui_programlist.h. Does it include the header file of your custom widget as it's supposed to? Clearly the compiler is still unaware of such class.
Take a look at the generated ui_programlist.h. Does it include the header file of your custom widget as it's supposed to? Clearly the compiler is still unaware of such class.
J-P Nurmi
Ok.It has created "mainForm.h" (my class) and included it.
I tested the "alarmClock" plugin(widget) for testing.My ui header file included "alarmClock.h" but couldnt link it too.So is there an error for this type using in windows?
Well, you have to include the analog clock implementation to your application.
J-P Nurmi
Bookmarks