Re: [Interest] I can't build qtsvg of Qt5 in windows 7 x64, msvc 2010

2012-01-15 Thread Rohan McGovern
liang jian said: > > I grab the Qt5 source from gitorious and configure it as follows: > configure -debug-and-release -platform win32-msvc2010 -no-dsp > -no-webkit -opensource -nomake examples -nomake tests > > Build failed when it start to build qtsvg module, the error > message is l

[Interest] I can't build qtsvg of Qt5 in windows 7 x64, msvc 2010

2012-01-15 Thread liang jian
I grab the Qt5 source from gitorious and configure it as follows: configure -debug-and-release -platform win32-msvc2010 -no-dsp -no-webkit -opensource -nomake examples -nomake tests Build failed when it start to build qtsvg module, the error message is listed below: qsvggraphics.c

[Interest] QGraphicsItemAnimation: only setPosAt() is permanent?

2012-01-15 Thread Kimmo Viitanen
I am trying to develop a simple game using Qt and specifically Qt Graphics View Framework. I am using a custom QGraphicsItem with QGraphicsItemAnimation to move and turn the objects around the scene. Now I'm running into an issue, though, because it seems that the transformations applied by QGrap

[Interest] Editable content in Webkit

2012-01-15 Thread Martin Holmes
Hi there, I'm building a rudimentary WYSIWYG/code editor widget based on Webkit and the contenteditable attribute, and I'm finding it quite straightforward so far. However, there's one issue I can't figure out. To toggle bold text (for example), it's sufficient to do this: webView->triggerPage