Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Elvis Stansvik
Den ons 24 feb. 2021 17:09Alexander Dyagilev skrev: > It seems that HoverHandler is not affected by this bug: > https://doc.qt.io/qt-5.12/qml-qtquick-hoverhandler.html > > I've switched to it - the problem is not happening anymore. > Glad it worked out, but if you think there is a bug in MouseAr

Re: [Interest] QTOPCUA: Can't compile with UACpp plugin

2021-02-24 Thread Thiago Macieira
On Wednesday, 24 February 2021 08:12:50 PST Klaus Schwarzkopf wrote: > looking for library uacpp > Trying source 0 (type uacpp) of library uacpp ... >=> source failed condition 'config.win32 && var.QT_EDITION != > 'OpenSource''. > Trying source 1 (type uacpp) of library uacpp ... >=> source

Re: [Interest] Security message when I download Qt Creator?

2021-02-24 Thread Adam Light
On Wed, Feb 24, 2021 at 10:07 AM John Weeks wrote: > I just downloaded the latest Qt Creator (I keep hoping a new update will > fix the Application Output pane's buffering problem). Chrome on Mac OS > 10.14.6 wouldn't download it because "the file cannot be downloaded > securely". Is this a Chrom

[Interest] Security message when I download Qt Creator?

2021-02-24 Thread John Weeks
I just downloaded the latest Qt Creator (I keep hoping a new update will fix the Application Output pane's buffering problem). Chrome on Mac OS 10.14.6 wouldn't download it because "the file cannot be downloaded securely". Is this a Chrome issue, or was the dmg not marked properly, or perhaps th

Re: [Interest] QML app macOS dedicated graphic card issue

2021-02-24 Thread Adam Light
On Wed, Feb 24, 2021 at 3:25 AM Giuseppe D'Angelo via Interest < interest@qt-project.org> wrote: > Hi, > > Il 24/02/21 11:55, Alexander Dyagilev ha scritto: > > "as soon as I start it my mac switches to dedicated nvidia graphic card > > from item integrated. > > which seems like unnecessary." > >

[Interest] QTOPCUA: Can't compile with UACpp plugin

2021-02-24 Thread Klaus Schwarzkopf
Hello, i want to try qtopcua with the UACpp plugin, but it doesn't work Environment: Ubuntu 20.04 UACpp: uasdkcppbundlepubsub-bin-EVAL-debian9.3-x86_64-gcc6.3.0-v1.7.3-505.tar.gz How i tried it: klaus@klaus-HP-Pavilion-All-in-One-24-k0xxx:~$ sudo apt-get install cmake cmake-curses-gui cmak

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Alexander Dyagilev
It seems that HoverHandler is not affected by this bug: https://doc.qt.io/qt-5.12/qml-qtquick-hoverhandler.html I've switched to it - the problem is not happening anymore. On 2/15/2021 8:14 PM, Alexander Dyagilev wrote: Hello, In our code we have one MouseArea which fills entire parent: Mous

[Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-24 Thread Klaus Schwarzkopf
Hello, when i connect to a Siemens SIMATIC S7-1500 SPS, it looks everything good. I can subscribe and receive the values of the subscribed node ids. Also i can change values there, but after some seconds, i get the following warnings and i can't get/set values anymore. Environment: Ubuntu 20

Re: [Interest] QML MouseArea containsMouse is set to true even if it's not actually

2021-02-24 Thread Alexander Dyagilev
Hello, Thanks for the response. Unfortunately, this does not help much... On 2/15/2021 8:41 PM, Jérôme Godbout wrote: Hi, Check if you can tweak the following property on your mouse area. https://doc.qt.io/qt-5/qml-qtquick-mousearea.html#preventStealing-prop

[Interest] invert parent Qt3D entity transform (doesn't work for scale3D)

2021-02-24 Thread Megidd Git
Hi! I have the exact same problem mentioned here: https://stackoverflow.com/q/60995155/3405291 Just wonder if there is any standard practice to resolve it. Thanks 😃 ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinf

Re: [Interest] QML app macOS dedicated graphic card issue

2021-02-24 Thread Giuseppe D'Angelo via Interest
Hi, Il 24/02/21 11:55, Alexander Dyagilev ha scritto: "as soon as I start it my mac switches to dedicated nvidia graphic card from item integrated. which seems like unnecessary." Why? Can anything be done to prevent this? We use Qt 5.12.10, QML + QtQuick Controls 2. There's been a few bugs r

[Interest] QML app macOS dedicated graphic card issue

2021-02-24 Thread Alexander Dyagilev
Hello, Periodically, our users report something like this: "as soon as I start it my mac switches to dedicated nvidia graphic card from item integrated. which seems like unnecessary." Why? Can anything be done to prevent this? We use Qt 5.12.10, QML + QtQuick Controls 2. ___