Unsupported attributes of QGraphicsWidget of CanvasItem in sheets/part
Philip Van Hoof
philip at codeminded.be
Tue Dec 4 14:07:05 GMT 2012
The CanvasItem in sheets/part spews these warnings when used in a
QGraphicsScene.
QGraphicsWidget::setAttribute: unsupported attribute 5
QGraphicsWidget::setAttribute: unsupported attribute 14
Looks like those correspond to
Qt::WA_StaticContents
5
Indicates that the
widget contents are
north-west aligned and
static. On resize, such
a widget will receive
paint events only for
parts of itself that are
newly visible. This flag
is set or cleared by the
widget's author.
And
Qt::WA_InputMethodEnabled
14
Enables input methods
for Asian languages.
Must be set when
creating custom text
editing widgets. On
Windows CE and Symbian
this flag can be used in
addition
to QApplication::autoSipEnabled to automatically display the SIP when entering a widget.
Is any activity planned to add support for those two?
Kind regards,
Philip
--
Philip Van Hoof
Software developer
Codeminded BVBA - http://codeminded.be
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20121204/90d690f9/attachment.htm>
More information about the calligra-devel
mailing list