From tmacintyre at outlook.com Sun Jul 3 12:54:59 2016 From: tmacintyre at outlook.com (Timothy Macintyre) Date: Sun, 3 Jul 2016 10:54:59 +0000 Subject: [Qtwebengine] Posting Data Message-ID: Hi, I'm attempting to port an older QT application over to Qtwebengine and from what I can see there doesn't appear to be any interface for posting data to a page? This would seem like a massive design oversight if correct, can someone confirm if there is any way to do this and if not is there any plan to add this feature? Thanks, Tim. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Sun Jul 3 15:07:08 2016 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 3 Jul 2016 15:07:08 +0200 Subject: [Qtwebengine] Posting Data In-Reply-To: References: Message-ID: <20160703130708.zt4yce27w3cmhdwl@tonks> * Timothy Macintyre [2016-07-03 10:54:59 +0000]: > I'm attempting to port an older QT application over to Qtwebengine and > from what I can see there doesn't appear to be any interface for posting > data to a page? This would seem like a massive design oversight if > correct, can someone confirm if there is any way to do this and if not is > there any plan to add this feature? Indeed, see https://bugreports.qt.io/browse/QTBUG-53314 As mentioned there you can use XMLHttpRequest to do POST requests. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From tgl at ivu.de Fri Jul 8 15:43:32 2016 From: tgl at ivu.de (Tassilo Glander) Date: Fri, 8 Jul 2016 13:43:32 +0000 Subject: [Qtwebengine] Qt5WebengineCore pdbs are built without source information Message-ID: <8E71479CD010574DAC0634D4695F0BFCD2D8BBF3@exch-bln01> Hi, it appears that when building QtWebengine (Windows, Visual Studio 2015 SP2), that the PDBs of Qt5WebEngineCored.dll do not contain source information. That is, I get a working call stack including the functions called, but cannot see the exact line and source file. However, I have no issues with other Qt dlls, like Qt5WebEngineWidgetsd.dll. Is this on purpose? Is there a way to activate the inclusion of source information on WebEngineCore as well? Thanks, Tassilo From tgl at ivu.de Fri Jul 8 15:57:59 2016 From: tgl at ivu.de (Tassilo Glander) Date: Fri, 8 Jul 2016 13:57:59 +0000 Subject: [Qtwebengine] where is QtWebengine looking for ICU resources? Message-ID: <8E71479CD010574DAC0634D4695F0BFCD2D8BC1D@exch-bln01> Hi, I want to check in a prebuilt version of Qt into our repository so my colleagues can use it. The problem is, that on startup QtWebengine searches for ICU resource files in the application directory. As we probably have multiple applications, I would prefer to not always copy the resources and translations directories to each application directory. Is there a way to give a specific path where to look for those directories (environment variable, hard coded)? How is it working when I install the official build, in this case the resources and translations are just parallel to the bin directory. BTW, I did not configure QT regarding ICU, I assume the default is to build and use the ICU version that comes with Chromium. Thanks, Tassilo From jp.kuraisu at gmail.com Fri Jul 8 16:48:23 2016 From: jp.kuraisu at gmail.com (Aleksey Yermakov) Date: Fri, 8 Jul 2016 17:48:23 +0300 Subject: [Qtwebengine] Qt5WebengineCore pdbs are built without source information In-Reply-To: <8E71479CD010574DAC0634D4695F0BFCD2D8BBF3@exch-bln01> References: <8E71479CD010574DAC0634D4695F0BFCD2D8BBF3@exch-bln01> Message-ID: Hi Tassilo, In 32-bit version debug symbols are excluded intentionally. Please, see this thread - http://lists.qt-project.org/pipermail/qtwebengine/2016-March/000325.html Cheers, Aleksey On Fri, Jul 8, 2016 at 4:43 PM, Tassilo Glander wrote: > Hi, > it appears that when building QtWebengine (Windows, Visual Studio 2015 > SP2), that the PDBs of Qt5WebEngineCored.dll do not contain source > information. That is, I get a working call stack including the functions > called, but cannot see the exact line and source file. > However, I have no issues with other Qt dlls, like > Qt5WebEngineWidgetsd.dll. > > Is this on purpose? Is there a way to activate the inclusion of source > information on WebEngineCore as well? > > Thanks, > Tassilo > _______________________________________________ > QtWebEngine mailing list > QtWebEngine at qt-project.org > http://lists.qt-project.org/mailman/listinfo/qtwebengine > -- Aleksey Yermakov -------------- next part -------------- An HTML attachment was scrubbed... URL: