Re: [Interest] lupdate : Compilation Error

2017-10-30 Thread Sudhir Sharma
I get the following Compiler Version with CL command: Compiler Version 19.00.24215.1 for x86 Regards, Sudhir -Original Message- From: Interest [mailto:interest-bounces+sudhir.sharma=mindtree@qt-project.org] On Behalf Of Thiago Macieira Sent: Wednesday, October 25, 2017 9:15 PM To:

Re: [Interest] File Dialog in WebEngine

2017-10-30 Thread Viktor Engelmann
It appears like the saving is treated like a download internally. Do you have your WebEngine configured to allow downloads? (by default, it doesn't!) You can allow them like this     QObject::connect(webengineview->page()->profile(), &QWebEngineProfile::downloadRequested,     [](QWebEngineDow

[Interest] How to handle Windows magnification tool changes on a Qt app?

2017-10-30 Thread Nuno Santos
Hi, There is a setting on Windows to make things bigger. This options is located under display preferences (right click on desktop -> display preferences) I have tried that setting with a Qt Quick app and the result was quite unexpected. At a 150% setting, the app seems to be 4x bigger! How ca

Re: [Interest] Can't build Qt 5.10 statically from source on Windows - fails to link with OpenSSL

2017-10-30 Thread Nuno Santos
Thiago, I don’t know what happened. The only difference is that I tried again with openssl-1.0.2 and used the inline env var definition with the following configure line: configure -confirm-license -recheck -prefix c:\qt\5.10.0\msvc2015_5_10_static_32 -commercial -debug-and-release -static -s

Re: [Interest] Qt iOS - HowTo get access to Images stored at device

2017-10-30 Thread ekke
Shawn, you're right: I can use the QML FileDialog http://doc.qt.io/qt-5/qml-qtquick-dialogs-filedialog.html from my QtQuickControls2 APP without the need to add +widgets. I was confused because doc for Qt.labs FileDialog https://doc.qt.io/qt-5/qml-qt-labs-platform-filedialog.html is mentioning tha