[Interest] Qt 5.5.1 QWebEngineView crash in debug mode

2015-12-02 Thread ynon perek
Hi All, I recently upgraded to the new QWebEngineView with Qt 5.5.1 on a Mac 64bit. When running with devtools (setting QTWEBENGINE_REMOTE_DEBUGGING environment variable to a numeric value), the application crash on exit. Is this a known bug? Any workarounds ? This is the code I use: #include #

[Interest] Compiling Qt5 on Windows

2013-07-05 Thread Ynon Perek
very helpful and work well. Perhaps anyone here knows the configure line and machine settings used to build them ? Thanks In Advance, Ynon Perek ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Is QMfcApp still working ?

2012-10-10 Thread ynon perek
Hi All, I'm looking to integrate some old code into Qt and found about the old QMfcApp that may solve my problem. I was wondering if anyone had any experience with it with recent versions of Qt ? Thanks In Advance, Ynon ___ Interest mailing list Inter

Re: [Interest] Qt ssh root ca bundle

2012-04-22 Thread ynon perek
32, Thiago Macieira wrote: > On quarta-feira, 18 de abril de 2012 07.36.52, ynon perek wrote: > > I hope not. Is there an easy way to check ? > > > > I tried both this bundle (from cacert.org): > > http://www.cacert.org/index.php?id=3 > > > > And this o

Re: [Interest] Qt ssh root ca bundle

2012-04-17 Thread ynon perek
ça-feira, 17 de abril de 2012 22.46.08, ynon perek wrote: > > Will need to check for parsing errors and post back later. Could it be > > related to this bug: > > https://bugreports.qt-project.org/browse/QTBUG-14520 ? > > Did you add expired certificates to you

Re: [Interest] Qt ssh root ca bundle

2012-04-17 Thread ynon perek
SLOT(logSslError( const QList &))); Will need to check for parsing errors and post back later. Could it be related to this bug: https://bugreports.qt-project.org/browse/QTBUG-14520 ? On 17 April 2012 15:37, Thiago Macieira wrote: > On terça-feira, 17 de abril de 2012 08.52.18, ynon perek

[Interest] Qt ssh root ca bundle

2012-04-16 Thread ynon perek
Hi All, I'm trying to get QtWebkit to work nicely with ssh. It usually does so out-of-the-box but the problem is for some machines it does not. On the problematic machines, an SSL error signal is sent. If I print the errors to a log file I get the error code: QSslError::NoError I suspect it had s