The includes are all Ok, to make it clear:
The base class is a Qt Form Class located in subdir ui/
ui/ui_calib_base.h
ui/ui_calib_base.cpp
ui/ui_calib_base.ui
This is the derived class from the base class
calib_analog.h
calib_analog.cpp
In my calib_analog i have no access to the ui pointer of the base class although i moved it into the protected section in "ui/ui_calib_base.h".
Bookmarks