Re: [Interest] Request for documentation

2014-05-09 Thread Blasche Alexander
With regards to your Android question, have you seen http://doc-snapshot.qt-project.org/qt5-stable/qtandroidextras-index.html ? The usage is fairly straight forward since the API mirrors most aspects of lower level JNI API's (but a bit more convenient and geared towards Qt). -- Alex

Re: [Interest] Qt5.3 RC - Bluetooth LE - support

2014-05-09 Thread Blasche Alexander
Hi, Unfortunately it is not yet supported. Qt 5.3 provides class Bluetooth support on Android. BTLE is on the roadmap though and there is already a feature branch for it in qtconnectivity.git (no Android code yet though). -- Alex From:

Re: [Interest] Qt for NaCl port

2014-05-09 Thread Николай Шатохин
You can be interested in QmlWeb https://gitorious.org/qmlweb/pages/Home 2014-05-08 22:54 GMT+03:00 Daiwei Li daiwe...@gmail.com: Hello, I'm investigating porting an existing C++/QML application to Google NaCl, and I found that Qt had attempted a port a couple years ago:

[Interest] 5.3 RC1 OS X - strange white area in my widgets-based app

2014-05-09 Thread Paul Miller
I just replaced 5.3 BETA with RC1 and my application on Mac (widgets-based, with OpenGL) now has a solid white area (exactly 640x480) covering the top-left corner of the window. What is this? ___ Interest mailing list Interest@qt-project.org

[Interest] CMake Qt Project and use msvc12 Qt Add-In

2014-05-09 Thread Łukasz Groszkowski
Hello dear Qt Users, I have just started using CMake for setting up Qt projects. Configuration and Generation works fine, but when I open the project in msvc12 (2013) I cannot create any class using class wizzard, receiving following message: It is impossible to add a QtGuiClass to the current

Re: [Interest] CMake Qt Project and use msvc12 Qt Add-In

2014-05-09 Thread Thiago Macieira
Em sex 09 maio 2014, às 17:45:07, Łukasz Groszkowski escreveu: Hello dear Qt Users, I have just started using CMake for setting up Qt projects. Configuration and Generation works fine, but when I open the project in msvc12 (2013) I cannot create any class using class wizzard, receiving

[Interest] Dependancy issue

2014-05-09 Thread Etienne Sandré-Chardonnal
Hi all, I have a dependancy/qmake issue. The file treedict.h contains a templated container (declarations/definitions). It is added to HEADERS in .pro file, and included in two .cpp files. When I edit this header and build in QtCreator, nothing is recompiled. The two cpp files are in SOURCES The

Re: [Interest] CMake Qt Project and use msvc12 Qt Add-In

2014-05-09 Thread Łukasz Groszkowski
Oh well, that's unfortunate. Well, I hoped that I can make add some lines to vcxproj from CMake to make it work. Anyway, thanks! Cheers, Lukasz W dniu 2014-05-09 18:06, Thiago Macieira pisze: Em sex 09 maio 2014, às 17:45:07, Łukasz Groszkowski escreveu: Hello dear Qt Users, I have just