I've tried to create a custom widget plugin for QT Designer following this (http://doc.trolltech.com/4.3/designer-creating-custom-widgets.html) tutorial and was somewhat successful. Basically, I can place my new widget in Designer, but it doesn't draw (I get an empty square instead of whatever I try to draw in my paintEvent method, I started with some custom code but reverted to copy pasting from the tutorial when that didn't work).
While placing the custom widget my system log fills up with:
full_path/Designer: CGAffineTransformInvert: singular matrix.
Any suggestions?
I have built the example plugin that came with the qt sdk and there were no problems.