On 11/5/2013 3:09 PM, Joseph W. Joshua wrote:
> Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok
> on other software, but when I print from my Qt program, the character
> spacing is totally condensed. I have tried printing from other Qt
> software, e.g. QtCreator straight to
Hi,
I am playing with the beta1 and Android. One little problem:
Skipping /Qt5.2.0/5.2.0-beta1/android_armv7/plugins/imageformats/libqsvg.so.
It has unmet dependencies.
Something I can/must do to get libsvg,so to load?
Guido
___
Interest mailing li
I am able to build qtbase and qtdeclarative from git with a few changes for
our MIPS "74kf -mdspr2" platform. I use eglfs plugin.
If I don't pass any qml file to qmlscene, eglfs does gltexsubimage2d of a
qimage (file selection dialog). That works fine. I can see the file
selection dialog, though w
Sorry, I'm using Qt5.2beta under Linux.
Josh
> Which platform are you on?
>
> Yoann Lopes
> Senior Software Engineer - Digia, Qt
> Visit us on: http://qt.digia.com
>
> On Nov 5, 2013, at 7:14 AM, Joshua Grauman wrote:
>
> Hello all,
>
> I setup a basic use of QCamera and QCameraViewFinder that wo
On terça-feira, 5 de novembro de 2013 13:45:07, Olivier BARTHELEMY wrote:
> Hi,
>
> Given code that would look like :
>
> QMap theMap;
>
> {
> theMap[someIndex] = someValue;
> }
>
> Is it safe to assume that replacing the operator with the insert method
> will improve the performance for
I wonder why lupdate does not allow to translate UI with "id" instead of
message string.
All other strings in the app can also be translated "id" based though.
Now, when I have such mixed .ts file, lrelease on the other hand can only
create qm files for either id-based or non-id-based sources. So
05.11.2013, 16:45, "Olivier BARTHELEMY" :
> Hi,
> Given code that would look like :
>
> QMap theMap;
>
> {
> theMap[someIndex] = someValue;
> }
>
> Is it safe to assume that replacing the operator with the insert method will
> improve the performance for new elements (copy constructor used
Hi,
Given code that would look like :
QMap theMap;
{
theMap[someIndex] = someValue;
}
Is it safe to assume that replacing the operator with the insert method
will improve the performance for new elements (copy constructor used
directly instead of default constructor + assignment operator
Hi, I have an Epson LX-300 II dot matrix printer. The printer prints ok
on other software, but when I print from my Qt program, the character
spacing is totally condensed. I have tried printing from other Qt
software, e.g. QtCreator straight to the printer, with the same result.
Other dot matri
Which platform are you on?
Yoann Lopes
Senior Software Engineer - Digia, Qt
Visit us on: http://qt.digia.com
On Nov 5, 2013, at 7:14 AM, Joshua Grauman wrote:
Hello all,
I setup a basic use of QCamera and QCameraViewFinder that work fine. I
just used the basic example in the docs to capture an
Hi,
in my QQuick 2.0 application I'm using some custom fonts that I load
using QFontDatabase::addApplicationFont().
The thing is that the same font file gets different font family names on
Windows and on Linux/Android. For example the font "Futura Cond Medium"
gets the following names:
Windows:
It seems that the option to update all ts files in the project does not work, I
am able to update the files individually from within the addin
-Original Message-
From: Koehne Kai [mailto:kai.koe...@digia.com]
Sent: 05 November 2013 08:59
To: Graham Labdon; Interest@qt-project.org
Subject
> -Original Message-
> From: interest-bounces+kai.koehne=digia@qt-project.org
> [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of
> Graham Labdon
> Sent: Tuesday, November 05, 2013 9:40 AM
> To: Interest@qt-project.org
> Subject: [Interest] Visual Studio addin
Hi
I am using the Qt Visual Studio and for some reason when I run the lupdate tool
from withing the addin my .ts files are not updated.
There is no output from running lupdate and I was wondering if there are ant
settings I can use to get the output from the tool so I can investigate why the
.ts
14 matches
Mail list logo