[Interest] Testing new QML QtWebView 1.0

2015-01-05 Thread Harri Pasanen
Hi, I'm looking at Qt5.4.0/Examples/QtWebView/1.0/webview example on Android. It seems that documentation for it is wrong. http://doc.qt.io/qt-5/qml-qtwebkit-webview.html mentions Import Statement: import QtWebKit 3.0 yet the example has import QtWebView 1.0 (note that QtWebView has a

[Interest] redirecting Qt pixel data to designated buffer

2015-01-05 Thread Selmeci,
Hello all! I’m a beginner when it comes to Qt and being stuck for a while with this issue. What I want to do is to force Qt-5.3.2 to render all widgets’ graphics into the buffer I provide. Would be even nicer if I could specify the pixel format too. When I was adding QWebPage to a program I coul

Re: [Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8

2015-01-05 Thread Thiago Macieira
On Monday 05 January 2015 12:03:15 Jha Sonakumar wrote: > algorithm: No such file or directory Your C++ compiler is not properly installed. Please make sure that the following application compiles and runs properly on device: #include #include int main() { std::cout << "Hello World" << s

Re: [Interest] Stack view and lazy loading of big Qml files

2015-01-05 Thread VStevenP
Hi Nuno, You might wish to consider using a ListView whose delegate is a Component which contains a Loader. That way, app pages are just delegate instances created and managed by the ListView.  You can use the cacheBuffer property of the ListView to manage how many delegates (pages) are instanti

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Matthias Degenkolb
Hi again, ok: finally I found the issue: In my Package.appxmanifest file there was some fields empty. Setting UUId to gets the app compiling & starting properly. Maybe a beginner's mistake from my side? However, app is painfully slow at startup and also for seconds no touch is reacting. After

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Matthias Degenkolb
Hi, Thx for the hint. Meanwhile I advanced a bit. Deleted all vcxprojs and associates, reran qmake -spec winphone-arm-msvc2013 -tp vc CONFIG+=windeployqt . Then (still problem VS refuses to load) I uninstalled VS2013 Express for Windows (I think it was that one as I could build for WinPhone 8.1 be

Re: [Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8

2015-01-05 Thread Nate Rogers
Did you source your environment first?  Are you building with QtCreator? Make sure to follow these steps to build... 1. Open a command prompt window2. Type at prompt: source  /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/environment-setup3. Launch QtCreator from the same command prompt window:

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Harri Pasanen
Should debugging work for WinRT x86_64? Because apps seem to run ok on that too, and it is faster develop/test cycle since the deployment to phone is omitted. But there is no debugger in that kit either so perhaps not supported by Microsoft? Harri On 05/01/2015 13:53, Kalinowski Maurice wr

Re: [Interest] Qt 5.x and Plugin-Build-Key

2015-01-05 Thread Rainer Wiesenfarth
From: Christoph Cullmann > for our commercial application, we ship the Qt dynamic libraries in our > package, as we can't rely on the system libs to be up-to-date enough. > > In Qt 4.x, we used the build-key of the plugins to disallow qt plugins of the > system to be loaded, should there be some Q

Re: [Interest] QScriptEngine for Windows runtime?

2015-01-05 Thread Kalinowski Maurice
QtScript is not supported for Qt/WinRT as it requires JIT which is not available on this platform. Maurice P.S.: To be 100% correct, you can enable it, but then not publish/distribute via the store. > -Ursprüngliche Nachricht- > Von: interest-bounces+maurice.kalinowski=theqtcompany...

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Kalinowski Maurice
Hi, > - I cannot debug. From some postings I saw that you have to convert the .pro > to Visual Studio project (for debugging?), > however Visual Studio Express always says it cannot open the created .vcxproj > file (something like "this edition does not > support native projects" --> but I ca

Re: [Interest] Testing with Windows Phone, first impressions

2015-01-05 Thread Kalinowski Maurice
Hi, sorry for the late reply, but just returned from Christmas vacation. First of all, make sure that you have Windows Phone 8.1 (both on device and also SDK). 8.0 is not a supported version anymore since Qt 5.3 even I think. Secondly regarding some of your issues. -Using the template

Re: [Interest] Understanding Qt Macros

2015-01-05 Thread Francisco Ares
2015-01-05 10:22 GMT-02:00 Alfredo Palhares : > Excerpts from René J.V. Bertin's message of 2015-01-03 11:30:01 +0100: > > On Saturday January 03 2015 03:13:41 Alfredo Palhares wrote: > > > > >But qmake calls is it with all those macro definitions: > > >- QT_GUI_LIB > > >- QT_CORE_LIB > > >- QT_SH

Re: [Interest] Understanding Qt Macros

2015-01-05 Thread Alfredo Palhares
Excerpts from René J.V. Bertin's message of 2015-01-03 11:30:01 +0100: > On Saturday January 03 2015 03:13:41 Alfredo Palhares wrote: > > >But qmake calls is it with all those macro definitions: > >- QT_GUI_LIB > >- QT_CORE_LIB > >- QT_SHARED > > > >What do these macros do ? I've tried to google t

[Interest] Regarding building a GUI app on am335 x sitara board using Qt 4.8

2015-01-05 Thread Jha Sonakumar
Hi folks, Wishing a very happy and prosperous year 2015.. :-) I have been trying to build helloworld program on AM335x Sitara board using Qt 4.8 but getting following error: /opt/ti-sdk-am335x-evm-07.00.00.00/linux-devkit/sysroots/cortexa8hf-vfp-neon-3.8-oe-linux-gnueabi/usr/include/qtopia/