[Interest] Issues with latest Qt MaintenanceTool and Kaspersky

2022-05-03 Thread Nibedit Dey
Hello Qt Team, I just ran the updater using the MaintenanceTool. After the update, the MaintenanceTool got listed as malware by Kaspersky Anti-Virus and removed from the system. Refer to the screenshot below: [image: image.png] [image: image.png] I have been using both Qt and KAV together for

Re: [Interest] Issues with QML binding

2021-07-29 Thread Nibedit Dey
uld > use propery (Q_PROPERTY) and bind to it * > *instead. * > On 7/27/2021 6:50 PM, Nibedit Dey wrote: > > Dear All, > > I recently came across a strange issue related to QML binding. > The issue is not reproducible often which makes it difficult to find the > root cause. >

[Interest] Issues with QML binding

2021-07-27 Thread Nibedit Dey
Dear All, I recently came across a strange issue related to QML binding. The issue is not reproducible often which makes it difficult to find the root cause. Sample QML code: Case 1: *text : "Retrieved details"+ backendCPP.getStringData() //Sometimes, the complete string is empty* *Case 2:

[Interest] cmake build issues

2021-04-12 Thread Nibedit Dey
Hello Everyone, I am following the below steps to build Qt 6.0.3 from the source. However, it fails in CMake build step with multiple header file inclusion issues. I tried it on both macOS and Linux. I faced similar issues. - $ tar xvf qt-everywhere-src-6.0.3.tar.xz - $ cd

[Interest] Qt 6 Ubuntu package

2021-01-27 Thread Nibedit Dey
Hello Everyone, I am looking for a way to install Qt6 without downloading the *qt-unified-linux-x86-4.0.1-online.run* file. Is there a Qt 6 Ubuntu package like the one for Qt 5? e.g.:- *sudo apt-get install qt5-default* Please let me know. Thanks & Regards, Nibedit

[Interest] Qt6 repo

2021-01-12 Thread Nibedit Dey
Hello Everyone, Is there any plan to move the qt6 source code to a different repo (qt6)? Currently, the branch lies inside the qt5 repo. Is there going to be a Qt6 super module in near future? Thanks & Regards, Nibedit ___ Interest mailing list

[Interest] Qt 6 Sourcecode

2020-09-18 Thread Nibedit Dey
Dear friends, I want to look into the source code of the ongoing Qt 6 development. But I couldn't find the 6.0.0 branch. Can anyone point to the repository? Is there a Qt 6 super module like the one for Qt 5? e.g.:- https://github.com/qt/qt5.git Please let me know. Best Regards, Nibedit

[Interest] Qt Essentials code download link broken ?

2017-05-18 Thread Nibedit Dey
Hello Everyone, I am trying to download some examples from below link:code examples https://www.qt.io/qt-essentials-qt-quick-for-c-developers/ But only slides are available. Examples are failing to download. Is there any other link, where the same examples are available? Regards, Nibedit

[Interest] Issue with ComboBox style properties in QtQuick.Controls 2.1

2017-05-18 Thread Nibedit Dey
Hello Everyone, I am trying to use SwipeView and ComboBoxStyle together in a file. In QtQuick.Controls 2.1, seems like style properties is not there. I tried to mix both modules. I believe we shouldn't do this. But when I experimented this approach to use SwipeView and ComboboxStyle together.

Re: [Interest] QML WebView modules

2017-04-05 Thread Nibedit Dey
Thank you Kai Koehne for the clarification. On Wed, Apr 5, 2017 at 4:51 PM, Kai Koehne wrote: > > > > -Original Message- > > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > > [..] > > With Qt 5.5 the Qt WebKit module is

Re: [Interest] QML WebView modules

2017-04-04 Thread Nibedit Dey
017 at 21:39, Nibedit Dey <nibedit@gmail.com> wrote: > > > > > > Hi Mark, > > > > Qt WebEngine is only supported on desktop platforms.Hence Linux is > supported. > > It's not supported on mobile platforms yet .So Qt 5.5.1 doesn't support. >

Re: [Interest] QML WebView modules

2017-04-04 Thread Nibedit Dey
Hi Mark, Qt WebEngine is only supported on desktop platforms.Hence Linux is supported. It's not supported on mobile platforms yet .So Qt 5.5.1 doesn't support. Refer: https://doc.qt.io/archives/qt-5.5/qtmodules.html To use WebView module, in pro file add: QT += webkit