Re: [Interest] Qt 5.0.2 WebKit won't compile (JSCrypto)

2013-05-01 Thread Konrad Rosenbaum
> P.S. In every build trial I had to start from a vanilla copy of the sources > - the "nmake confclean" mentioned by the configure output does not work. If you are building from git, open a GIT bash window and do: git clean -dfx git submodule foreach 'git clean -dfx' This removes all generated fi

Re: [Interest] view examples\declarative\cppextensions\qwidgets\qwidgets.qml using pySide or PyQt4

2013-05-01 Thread cckwes
Hi, I think you need to expose you QWidget to QML using qmlRegisterType(). You can refer to this post on how to do it. :) http://qt-project.org/forums/viewthread/7616 Regards, Wesley On Thu, May 2, 2013 at 1:42 AM, Sergey wrote: > Hi, > > I've downloaded and installed > ftp://ftp.qt.nokia.co

[Interest] view examples\declarative\cppextensions\qwidgets\qwidgets.qml using pySide or PyQt4

2013-05-01 Thread Sergey
Hi, I've downloaded and installed ftp://ftp.qt.nokia.com/qt/source/qt-win-opensource-4.8.1-vs2008.exe examples\declarative\cppextensions\qwidgets\ is working well: D:\QT\4.8.1\bin\qmlviewer.exe qwidgets.qml But I can not make it working in pySide or PyQt4. I use http://releases.qt-project.org/py