Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-23 Thread Portale Alessandro
Qt itself does that: https://code.woboq.org/qt5/qtquick1/tools/qml/qmlruntime.cpp.h

Re: [Interest] Qt can't read JPG image that QCameraImageCapture saved.

2015-09-25 Thread Portale Alessandro
Hi, could you upload such a jpeg image in a task on https://bugreports.qt.io/ ? It sounds like a bug when Qt cannot read an image which itselft saves. Thanks, Alessandro Von: interest-bounces+alessandro.portale=theqtcompany@qt-project.org im Auftra

Re: [Interest] how to change thickness of text stroke in QML ?

2015-03-04 Thread Portale Alessandro
font.weight Von: interest-bounces+alessandro.portale=theqtcompany@qt-project.org im Auftrag von Alexander Ivash Gesendet: Dienstag, 3. März 2015 19:45 An: interest@qt-project.org Betreff: [Interest] how to change thickness of text stroke in QML ? subj

Re: [Interest] QtCreator with very high resolution laptops

2015-02-11 Thread Portale Alessandro
> From: Etienne Sandré-Chardonnal > > About making Desktop apps (legacy, non Qt Quick) working well on high DPI > screens, does  Qt 5 improves things significantly? Qt 5 had High-DPI support for OSX since a few minor versions. Experimental High-DPI support for Windows and Linux have recently bee

Re: [Interest] QtCreator with very high resolution laptops

2015-02-11 Thread Portale Alessandro
Hi, This is a screenshot of Qt Creator 3.3 running on my 3k 15 Inch screen, on Windows: http://picpaste.com/pics/QtCreatorWindowsHighDpi.1423651325.png I launched it with environment variable “QT_DEVICE_PIXEL_RATIO” set to “2” and command line parameter “-style fusion”. Br, Alessandro From:

Re: [Interest] Qt Quick Compiler

2014-11-14 Thread Portale Alessandro
According to a quick test I did just now, with Qt 5.4-beta (Qt Quick Compiler 2.0) on msvc2013, it only re-compiles the changed qml files. Best regards, Alessandro Portale Betreff: Re: [Interest] Qt Quick Compiler Does the quick compiler only re-compile t

Re: [Interest] Deploying on Mac permissions and automation

2014-04-07 Thread Portale Alessandro
Hi, I had this happening with homebrew's Qt as-well. Perhaps it is because homebrew sets the owner of the Qt files to root (but not 100% sure). Anyway although it is great that homebrew ships Qt, I would not suggest deploying applications with their Qt binaries. It may result in a package that

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Portale Alessandro
I can reproduce that Preet's ColorAnimation version does not work. Neither with released Qt 5.2.1 nor with Qt 5.3.0-beta. Both dynamic builds. Right now it looks like a bug to me. Br, Alessandro From: interest-bounces+alessandro.portale=digia@qt-proje

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Portale Alessandro
ssandro.portale=digia@qt-project.org [interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of Portale Alessandro [alessandro.port...@digia.com] Sent: Tuesday, March 25, 2014 15:45 To: Preet; Subject: Re: [Interest] QtQuick ColorAnimation not working as expected I can reprodu

Re: [Interest] QtMWidgets::Switch

2014-01-23 Thread Portale Alessandro
Looks great, I would try though if adding "| Qt::AlignVCenter" to the text drawing aligns the text a bit nicer. Br, Alessandro From: interest-bounces+alessandro.portale=digia@qt-project.org [interest-bounces+alessandro.portale=digia@qt-project.org] on be

Re: [Interest] curve’s width in inch on different displays

2014-01-23 Thread Portale Alessandro
> From: 梁伟钟 [l...@xdt-inc.com] > Sent: Thursday, January 23, 2014 10:05 > Subject: [Interest] curve’s width in inch on different displays > > Hello, I would like to set curve's width in inch and make sure it shows the > same size on different > displays with different resolutions. How to do it

Re: [Interest] Qt for Android not quite what I expected

2013-05-14 Thread Portale Alessandro
From: interest-bounces+alessandro.portale=digia@qt-project.org [interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of Guido Seifert [warg...@gmx.de] Sent: Tuesday, May 14, 2013 17:48 > Hi, > with the new beta binary package I was able to compile and deploy to android. >

Re: [Interest] Connecting to database in Static build

2013-04-17 Thread Portale Alessandro
Muhammad Bashir Al-Noimi wrote: > Hello, > > As I know static build preventing using database plug-in drivers. > Is there any way to make my application connecting to the database with > static build? Hi, even when using a static build of Qt it should be possible to use the plugins (SQL driver,