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
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
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
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
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
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
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:
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
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
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...
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
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
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
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
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/
15 matches
Mail list logo