Hi,
Niko H wrote:
> I'm trying to run SQLite application on Windows Mobile. It seems that
> Device emulator can't find the driver plugin. Here is the error message:
> 'Driver not loaded'. I tested with Qt 5.3.1. How to solve this problem?
sqlite was not built for Windows Phone in Qt 5.3, but this
Hi,
Niko H wrote:
> Hi, I have one problem when I install qtcreator, there is not in field
> "Device:" Emulator 8.0... How I can add that? Watch picture of my
> settings... http://qt.hallikainen.cc/my_settings.png
Have you enabled the WinRt Creator plugin, as described in
http://qt-project.org/w
es if there are parts you
don't understand.
Cheers,
Andrew
From: Đèn cù Phan Quang Huy [matdenno...@gmail.com]
Sent: Tuesday, August 26, 2014 11:17 AM
To: Knight Andrew
Cc: interest@qt-project.org
Subject: Re: [Interest] XAML and CX in Qt for Windows Phone
De
Alexander Ivash wrote:
> How to specify landscape orientation for Windows Phone app?
On Windows Phone 8.0, you can't do this in Qt apps (or native apps in general,
unless you implement rotation yourself). This has been fixed in WP8.1 in the
upcoming Qt 5.4; apps automatically rotate by default.
Huy Phan Quang wrote:
> So, it mean "i must rebuild qt source code"???
Not for using C++/CX in your application (why would it)? You just need to tell
the compiler to enable the extensions (/ZW). Qt will happily link just the same.
-Andrew
---
From:
Knight Andrew
Sent:
13/08/
ss-platform, stable, cute code model and
special QML. But C# calling is mandatory in my company, because many our
modules and frameworks was implemented in C# or must call C# API, then we very
interested in CX.
And, we use AdMob for banner
On Wed, Aug 13, 2014 at 4:32 PM, Knight Andrew
mailt
Hi,
> Hi all !
>
> In Windows Phone 8, Microsoft provided a new technique for native development
> (C++). There are 2 template for native :
>
> Native Only (only use C++) template: this template only use pure C++ with
> limited access to Platform API (C# implementation like Camera, Push
> Not
Hi,
> Hi,
>
> I am trying to build a version of Qt 5.2.1 with VS2010 that will use ANGLE for
> Qt Quick 2.0.
>
> Using these configure options
>
> configure.bat -prefix %CD%\qtbase -make-tool jom -nomake examples -opensource
> -confirm-license -release -no-c++11 -icu -openssl -angle -no-opengl
> -Original Message-
> From: Tomasz Siekierda [mailto:sierd...@gmail.com]
> Sent: 20 May 2014 16:23
> To: Knight Andrew
> Cc: Jason H; interest@qt-project.org
> Subject: Re: [Interest] STILL LOOKING for a QPA
>
> On 20 May 2014 14:17, Knight Andrew wrote:
Hi,
> From: interest-bounces+andrew.knight=digia@qt-project.org
> [mailto:interest-> bounces+andrew.knight=digia@qt-project.org] On Behalf
> Of Jason H
> Sent: 20 May 2014 15:09
> To: interest@qt-project.org
> Subject: [Interest] STILL LOOKING for a QPA
>
> About once a month now I get a
Hi Jochen,
> From: interest-bounces+andrew.knight=digia@qt-project.org
> [interest-bounces+andrew.knight=digia@qt-project.org] on behalf of Kuhn,
> Jochen [jochen.k...@ika.de]
> Sent: Thursday, April 17, 2014 4:33 PM
> To: interest@qt-project.org
> Subject: [Interest] Qt 5.2.1 and Window
Hi,
> -Original Message-
> From: interest-bounces+andrew.knight=digia@qt-project.org
> [mailto:interest-bounces+andrew.knight=digia@qt-project.org] On
> Behalf Of Yves Bailly
> Sent: 26 February 2014 14:37
> To:
> Subject: Re: [Interest] Qt 5.2.1 for Windows 32-bit (VS 2012, OpenG
> I want to ask you if you have any ideas how to call Windows Managed Assembly
> (in DLL file) from Qt.
> I tried in several ways, but failed. Is it possible at all?
You didn't mention the ways you tried. You can of course use C++/CLR, but I
wouldn't recommend it. Qt Creator doesn't do a great
Hi Andrew,
I haven't used the imx6 myself, but it does appear to include hooks for EGLFS.
If you configured Qt with -device linux-imx6-g++, they should already be baked
in.
So, you should start your app with with the -platform eglfs argument and go
from there. You might run into permissions is
> A also wrote on the forum and i got help to build qt5 and run the app but
> couldn't get help about the mouse and keyboard problem.
Some QPA plugins, like LinuxFB, don't load their own input handlers, so you
need to do this yourself by passing additional -plugin arguments when you start
your
Hi Ramakanth,
There is no official support for that platform, but the Windows Phone 8 QPA
plugin is experimentally being developed (slowly but surely) in the winrt
branch in qtbase, and is based on dev (5.2). It is not very mature, but as with
any experimental part of Qt it is good to get early
Unless the non-default configure option -directwrite is passed to qtbase at
configure time, the Windows QPA plugin generates glyph paths using GDI. See
qtbase/src/plugins/platforms/windows/qwindowsfontengine.cpp. If configured with
DirectWrite, the experimental DirectWrite font engine is used.
> The alternative is to put this code inside qmake itself, so no new binary
> is created. This has the advantage that several Qt classes are already
> bootstrapped, including the filesystem engine.
A bit late to the conversation, but wouldn't a nice first step / middle ground
be modifying qtsync
18 matches
Mail list logo