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
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
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
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