<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.4.4">
</HEAD>
<BODY>
The CanvasItem in sheets/part spews these warnings when used in a QGraphicsScene.<BR>
<BR>
QGraphicsWidget::setAttribute: unsupported attribute 5<BR>
QGraphicsWidget::setAttribute: unsupported attribute 14<BR>
<BR>
Looks like those correspond to <BR>
<BR>
<TABLE>
<TR>
<TD>
<TT>Qt::WA_StaticContents</TT>
</TD>
<TD>
<TT>5</TT>
</TD>
<TD>
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.
</TD>
</TR>
</TABLE>
<BR>
And<BR>
<BR>
<TABLE>
<TR>
<TD>
<TT>Qt::WA_InputMethodEnabled</TT>
</TD>
<TD>
<TT>14</TT>
</TD>
<TD>
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 <A HREF="http://doc.qt.digia.com/qt/qapplication.html#autoSipEnabled-prop">QApplication::autoSipEnabled</A> to automatically display the SIP when entering a widget.
</TD>
</TR>
</TABLE>
<BR>
<BR>
Is any activity planned to add support for those two?<BR>
<BR>
Kind regards,<BR>
<BR>
Philip<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 


Philip Van Hoof
Software developer
Codeminded BVBA - <A HREF="http://codeminded.be">http://codeminded.be</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>