[Interest] Error With lupdate

2018-05-02 Thread Sudhir Sharma
I have multiple projects in a solution which I migrated from QT 4.8 to Qt 5.1 using VS 2015. Lupdate is failing for few projects while working in others. Here is what I am getting. Error Case: --- (lupdate) file: .ts --- WARNING: Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to set

[Interest] QTBUG-65414- qrandom.h breaks compilation of MSVC

2018-01-16 Thread Sudhir Sharma
Hi, Do we have any workaround for this issue? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Audio issue in QT5

2018-01-11 Thread Sudhir Sharma
Any idea about this issue? Regards, Sudhir From: Sudhir Sharma Sent: Thursday, January 11, 2018 4:09 PM To: interest@qt-project.org Subject: No Audio in QT5 Hi, I am able to play audio in my application when I run from code but able to play audio in systems where I installed my application. I

[Interest] No Audio in QT5

2018-01-11 Thread Sudhir Sharma
Hi, I am able to play audio in my application when I run from code but able to play audio in systems where I installed my application. I get following error " using null output device, none available" AT version 5.9.2, win 64 Looks like I am missing some dll. Any idea which one? Regards, Sudhir

Re: [Interest] lupdate : Compilation Error

2017-11-30 Thread Sudhir Sharma
] Sent: Thursday, November 30, 2017 1:07 PM To: Sudhir Sharma ; Thiago Macieira ; interest@qt-project.org Subject: Re: [Interest] lupdate : Compilation Error * You are receiving this mail from an external source * Are you running this via the Visual Studio Add-In? If so then it’s a known issue

Re: [Interest] lupdate : Compilation Error

2017-11-29 Thread Sudhir Sharma
Any clue on this error? Regards, Sudhir -Original Message- From: Sudhir Sharma Sent: Monday, October 30, 2017 5:52 PM To: 'Thiago Macieira' ; interest@qt-project.org Subject: RE: [Interest] lupdate : Compilation Error I get the following Compiler Version with CL command:

[Interest] Chrome version in QT

2017-11-02 Thread Sudhir Sharma
Hi, Is there any way to upgrade QT Chrome version, instead of moving to entirely new QT release? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html ___ Interest mailing list Interest@qt-project.org http://l

Re: [Interest] lupdate : Compilation Error

2017-10-30 Thread Sudhir Sharma
: interest@qt-project.org Subject: Re: [Interest] lupdate : Compilation Error * You are receiving this mail from an external source * On Wednesday, 25 October 2017 02:45:20 PDT Sudhir Sharma wrote: > Getting following error when compiling .ts file in QT 5.9.2. > > --- (lupdate) >

Re: [Interest] WebEngine with Intel Graphics Card

2017-10-26 Thread Sudhir Sharma
Thanks for your response. So any idea how can we resolve it? Any solution you are aware of or I should search in bugs? Regards, Sudhir From: Alexandru Croitor [mailto:alexandru.croi...@qt.io] Sent: Thursday, October 26, 2017 4:21 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re

[Interest] WebEngine with Intel Graphics Card

2017-10-26 Thread Sudhir Sharma
Hi, In Windows 10 with QT 5.9.2, WebEngine has issue in rendering gui. Facing this issue when we have intel graphics card. Works fine on disabling card or in machine with MS card. Is it a known issue? Sorry if I missed any earlier communication. Regards, Sudhir

Re: [Interest] File Dialog in WebEngine

2017-10-25 Thread Sudhir Sharma
Any ideas on this issue? Regards, Sudhir -Original Message- From: Sudhir Sharma Sent: Tuesday, October 24, 2017 3:42 PM To: 'Allan Sandfeld Jensen' ; interest@qt-project.org Subject: RE: [Interest] File Dialog in WebEngine Using JS library "FileSaver.js". Function

[Interest] lupdate : Compilation Error

2017-10-25 Thread Sudhir Sharma
Getting following error when compiling .ts file in QT 5.9.2. --- (lupdate) --- WARNING: Project ERROR: Cannot run compiler 'cl'. Maybe you forgot to setup the environment? It worked fine in QT 4.8. Any additional configuration required in 5.9? Regards, Sudhir

Re: [Interest] File Dialog in WebEngine

2017-10-24 Thread Sudhir Sharma
Using JS library "FileSaver.js". Function Calls: Invoke File Save dialog with function call "saveAs()" Regards, Sudhir -Original Message- From: Allan Sandfeld Jensen [mailto:k...@carewolf.com] Sent: Monday, October 23, 2017 5:57 PM To: interest@qt-project.o

Re: [Interest] [Qt bugreports] (QTBUG-61910) Windows: WebEngine does not respect "Bypass proxy for local addresses"

2017-10-24 Thread Sudhir Sharma
cluded in 5.9.2? Regards, Sudhir From: Kai Köhne (via JIRA) [mailto:jira-nore...@qt-project.org] Sent: Tuesday, July 25, 2017 7:30 PM To: Sudhir Sharma Subject: [Qt bugreports] (QTBUG-61910) Windows: WebEngine does not respect "Bypass proxy for local addresses" * You are receiving t

[Interest] File Dialog in WebEngine

2017-10-23 Thread Sudhir Sharma
Hi, In 5.9.2, when we try to invoke File Dialog from html loaded in WebEngine, it does not get open. If the same url is opened in web browser, it works. Any idea? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html ___

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
Great, Thanks a lot, it Worked..!! Regards, Sudhir From: Carel Combrink [mailto:carel.combr...@gmail.com] Sent: Monday, October 23, 2017 1:05 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest] QT 5.9.2 Print Dialog * You are receiving this mail from an external source

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
No, I am using a simple installer which just bundles the binaries and copies DLL files. Regards, Sudhir From: Vadim Peretokin [mailto:vpereto...@gmail.com] Sent: Monday, October 23, 2017 12:50 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest] QT 5.9.2 Print Dialog

[Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
Hi, I am facing a strange problem, where I am able to invoke Print Dialog from my development machine(windows 8). But when I install my application in difference machine (win 10), the Print Dialog does not show up. Seems to be issue of missing or wrong DLLs in other machine. I have checked for

[Interest] QWebEngine Opening File Save/Open dialogs

2017-10-10 Thread Sudhir Sharma
Hi, In QT 5.9.2. Win64, if the HTML loaded in WebEngine has button to invoke Save or Open File Dialog. It does not get invoked. Any idea if that is possible? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html _

Re: [Interest] Print() not working in 5.9.2

2017-10-09 Thread Sudhir Sharma
Thanks for your response. It works now. I was using wrong DLLs Regards, Sudhir From: Hamish Moffatt [mailto:ham...@risingsoftware.com] Sent: Tuesday, October 10, 2017 12:08 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest] Print() not working in 5.9.2 * You are

[Interest] Print() not working in 5.9.2

2017-10-09 Thread Sudhir Sharma
Hi, These seems to be some issue with Print(). It does not seem to work on 5.9.2. In fact not seen it working in any version of QT 5. Windows 64 bit. QTextDocument *document = new QTextDocument(); QPrinter printer; QPrintDialog *dialog = new QPrintDialog(&printer, this); Print Dialog not show u

[Interest] 5.9.1 WebEngineView issues with Windows 10

2017-09-27 Thread Sudhir Sharma
Hi, In a HTML in windows 10, observing issues with Dropdown. They appear transparent and not visible normally. Same thing works fine in other OS like windows 7 or 8.1 Any idea if anything specific required for windows 10? Regards, Sudhir http://www.mindtree.co

Re: [Interest] WebEngineView crashing in 5.9.1

2017-09-26 Thread Sudhir Sharma
Thanks for response. Fixed the issue. Looks like there were some old dlls (from QT4) creating conflict. After cleanup it worked. Regards, Sudhir -Original Message- From: Kai Koehne [mailto:kai.koe...@qt.io] Sent: Tuesday, September 26, 2017 1:12 PM To: Sudhir Sharma ; interest@qt

Re: [Interest] WebEngineView crashing in 5.9.1

2017-09-25 Thread Sudhir Sharma
ounces+sudhir.sharma=mindtree@qt-project.org] On Behalf Of Thiago Macieira Sent: Tuesday, September 26, 2017 11:46 AM To: interest@qt-project.org Subject: Re: [Interest] WebEngineView crashing in 5.9.1 * You are receiving this mail from an external source * On segunda-feira, 25 de setembro de 2

[Interest] WebEngineView crashing in 5.9.1

2017-09-25 Thread Sudhir Sharma
Hi, I have compiled 5.9.1 in win 64, and using it in a machine which also has previous version of QT (4.8) installed. On starting my application I am getting exception at following line, "webEngineView->setUrl(QUrl(QStringLiteral("about:blank")));" Whereas in a fresh machine which only has 5.9.

[Interest] Issue with toLatin1()

2017-09-13 Thread Sudhir Sharma
Hi, I am getting following error while executing my application on QT 5.9.1 with VS2015 (win64). Any idea what could be issue? "The procedure entry point tolatin1 could not be located in qt5xml.dll" Regards, Sudhir http://www.mindtree.com/email/disclaimer.html

[Interest] QT 5.9. Issues with QWebEngine

2017-07-12 Thread Sudhir Sharma
HI, QWebEngine does not take exact proxy settings from System (as done in internet browsers like Chrome) Internet client is configured to use proxy for internet addresses and bypass it for local addresses. But it does not happen. QWebEngine fails to bypass proxy for local urls. Scenarios: -