Hi!
I'm trying to build Qt PDF libraries from boot2qt using Qt 5.14.1.
Documentation says it was added in 5.14, so it should be there. But even
building the whole webengine I fail to see QtPdf mentioned in the configure
step nor the libraries built.
Am I missing something?
__
I've just tried on an empty project - yes, it works (but requires
widgets and QApplications).
I don't know why it did not work for me when I tried it...
Anyway, as I said previously, I've already managed to add compatible
layer. This all is not about MessageDialog only...
On 9/9/2021 1:46 PM
Thiago,
My feedback was completely based on feeling (not actual metrics) and yesterday
I have realised by feeling was driven by a release only build.
When build for release and debug, the build time is incredibly longer.
After looking at your metrics it does seem that build Qt was even quicker
I'm not sure why you think I'm arguing with you. I'm telling you that if you
have at Qt version later than 5.8 there's no reason it shouldn't work. If you
have an error that you ran into that made you stick to QtQuick.Dialogs, then
you should post that. In other words, I am (or was) trying to he
Just try instead of arguing with me :)
https://doc.qt.io/qt-5.12/qml-qtquick-dialogs-messagedialog.html
Import Statement: import QtQuick.Dialogs 1.3
On 9/9/2021 12:53 PM, Mitch Curtis wrote:
MessageDialog was added in 5.8 according to
https://doc.qt.io/qt-5/qml-qt-labs-platform-messagedialog
MessageDialog was added in 5.8 according to
https://doc.qt.io/qt-5/qml-qt-labs-platform-messagedialog.html, so it should
work.
> -Original Message-
> From: Alexander Dyagilev
> Sent: Thursday, 9 September 2021 10:59 AM
> To: Mitch Curtis ; Shawn Rutledge
> ; Qt Interest
> Subject: Re:
Hello,
5.12.11 :)
On 9/9/2021 10:18 AM, Mitch Curtis wrote:
Which Qt 5 version are you using?
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Which Qt 5 version are you using?
> -Original Message-
> From: Interest On Behalf Of Alexander
> Dyagilev
> Sent: Tuesday, 7 September 2021 11:15 PM
> To: Shawn Rutledge ; Qt Interest project.org>
> Subject: Re: [Interest] QML: support both Qt5 and Qt6
>
>
> On 9/7/2021 11:31 PM, Shawn