Re: [Interest] WebEngineView crashing in 5.9.1

2017-09-26 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Sudhir Sharma > Sent: Tuesday, September 26, 2017 7:45 AM > To: interest@qt-project.org > Subject: [Interest] WebEngineView crashing in 5.9.1 > > Hi, > > I have compiled 5.9.1 in

[Interest] Qt iOS - Customization of EditMenu

2017-09-26 Thread coroberti .
Hi, iOS developers are able to customize EditMenu (the one used to Select, Select All, Copy, Cut, Paste, Speak, etc.) using clear Apple's API. Once I've used the approach recommended by Richard Moe Gustavsen: https://bugreports.qt.io/browse/QTBUG-41275 that uses private API and is not working sinc

[Interest] QGeoPositionInfo in QML

2017-09-26 Thread Bullinger, Julius
Hi there, in Qt Location, there's the QGeoPositionInfo class for storing geo positions. There's also the Position QML type with a matching interface to do the same in QML. However, I haven't had

[Interest] Cross compiling for Pi with PostgreSQL

2017-09-26 Thread Roland Hughes
All, Has anybody on this list managed to use the cross compilation instructions from either here: https://www.ics.com/blog/configuring-qt-creator-raspberry-pi or here: https://wiki.qt.io/RaspberryPi2EGLFS and gotten PostgreSQL support to compile when the host is a 64-bit system and the target

[Interest] Issue with concurrent QNetworkRequests

2017-09-26 Thread Jani Tykka
Hi, I'd ask if the following issues would ring anyones bells, before I start doing more deeper investigation and create test application to reproduce the issue. Basically the issue in our application is reproduced following way. 1. Have 1 big download (https) 100MB (It uses own QNam instance) -

Re: [Interest] Issue with concurrent QNetworkRequests

2017-09-26 Thread Mike Chinander
Why can't you use only one QNetworkAccessManager instance for your application? On Tue, Sep 26, 2017 at 1:55 PM, Jani Tykka wrote: > Hi, > > I'd ask if the following issues would ring anyones bells, before I start > doing more deeper investigation and create test application to reproduce > the i

Re: [Interest] Issue with concurrent QNetworkRequests

2017-09-26 Thread Thiago Macieira
On terça-feira, 26 de setembro de 2017 11:55:35 PDT Jani Tykka wrote: > Hi, > > I'd ask if the following issues would ring anyones bells, before I start > doing more deeper investigation and create test application to reproduce > the issue. Basically the issue in our application is reproduced foll

Re: [Interest] Issue with concurrent QNetworkRequests

2017-09-26 Thread Jani Tykka
No special reason why I couldnt use 1 nam instance, I will try and see if it makes any difference. Thanks ti 26.9.2017 klo 22.04 Thiago Macieira kirjoitti: > On terça-feira, 26 de setembro de 2017 11:55:35 PDT Jani Tykka wrote: > > Hi, > > > > I'd ask if the following issues would ring anyones

[Interest] Qdial ticks

2017-09-26 Thread Phil
Thank you for reading this. I have created a form that includes a dial with Qt Designer. I have enabled ticks but the ticks aren't shown in my final program. However, they do show in Designer's preview window if I select Fusion or Windows style. So, it looks I need to enable a style to show

Re: [Interest] Qdial ticks

2017-09-26 Thread Thiago Macieira
On terça-feira, 26 de setembro de 2017 14:23:14 PDT Phil wrote: > Thank you for reading this. > > I have created a form that includes a dial with Qt Designer. I have > enabled ticks but the ticks aren't shown in my final program. However, > they do show in Designer's preview window if I select Fus

Re: [Interest] Issue with concurrent QNetworkRequests

2017-09-26 Thread Thiago Macieira
On terça-feira, 26 de setembro de 2017 13:12:43 PDT Jani Tykka wrote: > No special reason why I couldnt use 1 nam instance, I will try and see if > it makes any difference. Unlikely. The problem is most likely in your own code. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Archi

Re: [Interest] WebEngineView crashing in 5.9.1

2017-09-26 Thread Sudhir Sharma
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-project