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
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
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
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
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: