Re: Access to C++2011 FDIS Document?

2011-06-03 Thread Pierre
On Saturday 04 June 2011 01:24:29 Milian Wolff wrote: > Hey all, > > apparently the FDIS status C++2011 spec is not freely accessible anymore. > As far as I found out, ISO specs are not free of charge to access. > > So - does anyone know how I could get hold of a copy without paying > anything? >

Access to C++2011 FDIS Document?

2011-06-03 Thread Milian Wolff
Hey all, apparently the FDIS status C++2011 spec is not freely accessible anymore. As far as I found out, ISO specs are not free of charge to access. So - does anyone know how I could get hold of a copy without paying anything? How did the Calligra guys do it with the ODT specs? Bye -- Milian

Re: Communication between C++ and QML

2011-06-03 Thread Stephen Kelly
Stefan Majewsky wrote: > Hi, > > I've been looking into QML again for kdegames. Some background: I > added a QDeclarativeImageProvider to feed images from libtagaro's > ThemeProvider into QML, and that mostly works (with an emphasis on > mostly; QTBUG-14900). Then I tried something more difficult

Communication between C++ and QML

2011-06-03 Thread Stefan Majewsky
Hi, I've been looking into QML again for kdegames. Some background: I added a QDeclarativeImageProvider to feed images from libtagaro's ThemeProvider into QML, and that mostly works (with an emphasis on mostly; QTBUG-14900). Then I tried something more difficult: I wanted to port a game from QML,