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
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
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
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
]
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
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:
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
: 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)
>
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
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
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
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
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
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
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
___
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
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
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
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
_
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
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
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
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
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
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.
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
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:
-
27 matches
Mail list logo