This was a great tutorial… a couple of small details that probably wouldn’t take anybody to long to figure out but are worth mentioning (unless I’m wrong about them).
I believe you need to link to the UI header file from within your patches .h file, since the inspectorClassWithIdentifier method returns the UI class.
You need to link to the qcplugin.h file inside your UI Header file, so that the UI class knows what a QCInspector is.
Thanks again for this tutorial, and for your excellent template.
Submitted by charlie (not verified) on 2007.06.11 @ 03:20. |
This was a great tutorial… a couple of small details that probably wouldn’t take anybody to long to figure out but are worth mentioning (unless I’m wrong about them).
I believe you need to link to the UI header file from within your patches .h file, since the inspectorClassWithIdentifier method returns the UI class.
You need to link to the qcplugin.h file inside your UI Header file, so that the UI class knows what a QCInspector is.
Thanks again for this tutorial, and for your excellent template.
Submitted by charlie (not verified) on 2007.06.11 @ 03:20. |