Re: [Interest] 5.8.0: "Could not find feature posix_fallocate" in sqlite.pri on Windows

2017-02-03 Thread Thiago Macieira
On sexta-feira, 3 de fevereiro de 2017 19:37:18 PST m...@herrdiel.de wrote: > Hi, > > with 5.7.1 my app compiles fine, but with the Qt 5.8.0 kit, I recieve > an error, compilation stops with: > Neither of both lines work with my code on 5.8.0 (error message above), > but if I comment the line

[Interest] How to disable ubuntu global menu bar for Qt application

2017-02-03 Thread jack ma
I know ubuntu can switch off/on it in system setting ,but I want only my Qt application's menu bar displayed in mainwidow not unity’s menu bar is it possible? Thanks jack ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Creating a hover form over a QGraphicsView

2017-02-03 Thread Ch'Gans
On 4 February 2017 at 07:55, Lisandro Damián Nicanor Pérez Meyer wrote: > Hi! I am creating a hover form over a QGraphicsView widget. For starters I > used designer to create a QWidget with all the necessary hover form widgets in > it. Then I created a grid layout, added the

Re: [Interest] Creating a hover form over a QGraphicsView

2017-02-03 Thread Lisandro Damián Nicanor Pérez Meyer
uups, little detail: I am using Qt 5.7. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Creating a hover form over a QGraphicsView

2017-02-03 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! I am creating a hover form over a QGraphicsView widget. For starters I used designer to create a QWidget with all the necessary hover form widgets in it. Then I created a grid layout, added the hover form to it and finally added it to the QGraphicsView widget. As I expected the hover form

[Interest] 5.8.0: "Could not find feature posix_fallocate" in sqlite.pri on Windows

2017-02-03 Thread mail
Hi, with 5.7.1 my app compiles fine, but with the Qt 5.8.0 kit, I recieve an error, compilation stops with: % C:/Qt/5.8/mingw53_32/bin/qmake.exe -o Makefile ../../entitymanager/src/src.pro -spec win32-g++ CONFIG+=debug CONFIG+=qml_debug Project ERROR: Could not find feature

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
Thanks Ben, that's new to me.   Given that there are only two sources of async I know of, (LocalStorage, XmlHttpRequest) if there was a way to handle those pseduo-syncronously (asynchronous inside, presenting sync outside) the need for async/await would go away.   Sent: Friday, February 03,

Re: [Interest] QML async/await support?

2017-02-03 Thread Vlad Stelmahovsky
> > > > > > Thanks but promises are a fad, created because of a lack of > async/await. Their replacement is async/await. As of July '16, they were > committed to ECMAscript 2017. At the January '17 meeting the final > ECMAscript 2017 featureset was announced whose major features are > async/await

Re: [Interest] QML async/await support?

2017-02-03 Thread Ben Lau
On 4 February 2017 at 00:42, Jason H wrote: > > > > Sent: Thursday, February 02, 2017 at 3:40 PM > > From: "Samuel Gaist" > > To: "Jason H" > > Cc: "interestqt-project.org" > > Subject: Re: [Interest] QML

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
> Sent: Friday, February 03, 2017 at 11:48 AM > From: "Konstantin Tokarev" > To: "Jason H" , "Samuel Gaist" > Cc: "interestqt-project.org" > Subject: Re: [Interest] QML async/await support? > > > >

Re: [Interest] QML async/await support?

2017-02-03 Thread Konstantin Tokarev
03.02.2017, 19:43, "Jason H" : >>  Sent: Thursday, February 02, 2017 at 3:40 PM >>  From: "Samuel Gaist" >>  To: "Jason H" >>  Cc: "interestqt-project.org" >>  Subject: Re: [Interest] QML async/await support? >>

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
> Sent: Thursday, February 02, 2017 at 3:40 PM > From: "Samuel Gaist" > To: "Jason H" > Cc: "interestqt-project.org" > Subject: Re: [Interest] QML async/await support? > > > > On 2 Feb 2017, at 18:02, Jason H

Re: [Interest] Qt for Device Creation installer

2017-02-03 Thread Tuukka Turunen
Hi, Please contact support helpdesk, they can assist you in installation issues. Yours, Tuukka > -Original Message- > From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt- > project.org] On Behalf Of Nuno Santos > Sent: perjantaina 3. helmikuuta 2017 13.34 > To:

[Interest] Qt for Device Creation installer

2017-02-03 Thread Nuno Santos
Hi, I was aiming to give a try on Qt for Device Creation. I logged in my Qt account and downloaded the installer for Qt for Device Creation (which appears to be the exact same installer file as for Qt). Running the installer didn’t show me any option to install Qt for Device Creation. I’m on

[Interest] QSslSocket warnings on a non-SSL HTTP connection in Qt 5.8 (Windows)

2017-02-03 Thread Thomas Sevaldrud
Hi, I recently upgraded to Qt 5.8 on windows 10, and my application suddenly started spewing out warnings like these: qt.network.ssl: QSslSocket: cannot call unresolved function DH_free qt.network.ssl: QSslSocket: cannot call unresolved function d2i_DHparams I'm doing regular HTTP