On Tuesday 04 December 2012 Dec, Philip Van Hoof wrote:
> 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?
> 

I'm sorry, but I don't think so -- though any patches are very welcome :-)


-- 
Boudewijn Rempt
http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to