[Interest] replacing QWidget::create() in Qt5

2017-03-06 Thread René J . V . Bertin
Hello, I understand that it is no longer possible to use QWidget::create() with the same result under Qt5 but it's not clear to me how convert the following kind of code (not mine so I may not understand it perfectly): class Foo : public QWidget; Foo:Foo(WId id) : QWidget() { if (i

[Interest] How to show window list for

2017-03-06 Thread Vadim Peretokin
When I open multiple windows in my Qt4 app on mac, the toolbar lists them: https://i.stack.imgur.com/l7jCp.png When I do the same in Qt5, the toolbar doesn't list any windows my application has: https://i.stack.imgur.com/EI0RV.png This is a serious issue since if the user minimises a window from

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Allan Sandfeld Jensen
On Monday 06 March 2017, Jason Dolan wrote: > Ahh, of coarse there is a solution in the *next* release. I feel like > that’s always the case with QWebEngine since Qt 5.0. Well, I guess it > takes a while for it to become a full fledged replacement for QWebkit. > > Guess I’ll go the Javascript ro

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Konstantin Tokarev
06.03.2017, 17:34, "Jason Dolan" : > Ahh, of coarse there is a solution in the *next* release.  I feel like that’s > always the case with QWebEngine since Qt 5.0.  Well, I guess it takes a while > for it to become a full fledged replacement for QWebkit. Note that you have an option to use QtWe

Re: [Interest] 5.8.0 on OpenBSD 6.0

2017-03-06 Thread Thiago Macieira
Em segunda-feira, 6 de março de 2017, às 14:01:57 CET, ml+qt- inter...@esmtp.org escreveu: > I don't know if this a problem with > - qmake generating a wrong INCPATH (-isystem /usr/include etc) > - eg++ not using its own include directory first > - or something else > ? It's not a qmake problem. A

Re: [Interest] QWebEngine: Http POST request with payload data

2017-03-06 Thread Jason Dolan
Ahh, of coarse there is a solution in the *next* release. I feel like that’s always the case with QWebEngine since Qt 5.0. Well, I guess it takes a while for it to become a full fledged replacement for QWebkit. Guess I’ll go the Javascript route until we migrate to Qt 5.9. Thanks! > On Mar 6,

Re: [Interest] 5.8.0 on OpenBSD 6.0

2017-03-06 Thread ml+qt-interest
On Sun, Feb 26, 2017, Thiago Macieira wrote: > > eg++ -c -pipe -O2 -fPIC -std=c++1y -fvisibility=hidden > > /usr/include/mmintrin.h: In function '__m64 _mm_add_si64(__m64, __m64)': > > /usr/include/mmintrin.h:312:72: error: cannot convert 'long long int' to > > '__vector(1) long long int' for arg

Re: [Interest] Using QOpenGLFramebufferObject with QGraphicsView

2017-03-06 Thread Laszlo Agocs
Please report a bug, at first glance it looks like an oversight. Thanks, Laszlo Get Outlook for iOS From: Interest on behalf of ole-qt-2...@mail.plastictree.net Sent: Monday, March 6, 2017 11:18:24 AM To: interest@qt-project.org Subject

[Interest] Using QOpenGLFramebufferObject with QGraphicsView

2017-03-06 Thread ole-qt-2017
The QOpenGLWidget has a GL framebuffer in which it expects everything to be rendered. This framebuffer is not the system's default framebuffer. QOpenGLContext::defaultFramebufferObject() returns the default framebuffer. This function is used in QOpenGLFramebufferObject::release() to rebind the def

[Interest] State of "3D touch" (force touch) support in QT/QML

2017-03-06 Thread Alborz Sedaghat
Force touch or what Apple calls 3D touch is rumored to find its way to Android soon. Some manufacturers have already shown android phones (such as Gionee S8) that supports force touch and it is gaining more momentum after the MWC 2017. When can we expect to get information regarding force touch s

[Interest] QT Bar Histogram/Distribution Chart

2017-03-06 Thread ganesh a
Hi All, I am trying to draw a distribution chart / Histogram on QML based application. 1. Can some one help me what is the best approach .? 2. Could you please let me know how can i access Chart View from QT Quick Application.? when i am trying it from QT Quick Control Application its working. 3

Re: [Interest] Issue with expanding an environmental variable.

2017-03-06 Thread jschneiderman
From: jschneider...@gog.com Sent: piątek, 3 marca 2017 16:52 To: Jesus Fernandez Subject: RE: [Interest] Issue with expanding an environmental variable. Are you using QString::fromUtf8 to decode the received QByteArray? ___ Thank-you, that was the prob