I'm trying to use one of Qxt's widgets (the schedule view) in Python, but I need to use SIP first to make the necesary<br>bindings as Qxt is C++ only.<br><br>After reading SIP docs I found that I need all "dependant" files apart from qxtscheduleview.h, so I looked for all #include<br>

in that file and started to copy all files in the same dir. I ended up with ~15 .h/.cpp files.<br><br>Next step was write the config.py and <a href="http://config.py.in">config.py.in</a> files, and the .sip file itself. I wrote it but I must have done <br>

something wrong because when I try to "convert" it using SIP I get an error:<br><br>sip: QxtScheduleItemDelegate is undefined. <br><br>I don't know how to fix it.<br>Here is Qxt's code: <a href="http://dev.libqxt.org/libqxt/src/c955808a1852/src/gui/qxtscheduleview.h">http://dev.libqxt.org/libqxt/src/c955808a1852/src/gui/qxtscheduleview.h</a><br>

And here is what I have done: <a href="http://pastebin.ca/2028373">http://pastebin.ca/2028373</a><br><br>Regards<br clear="all"><br>-- <br>alexandernst<br>