Re: [Interest] QThreadPool functionality for QThreads

2017-01-17 Thread Frank Rueter | OHUfx
Hi Thiago, thanks for your quick reply. I will try and give some more context: I use the python requests module inside my PySide app to post requests to a website. Some of those requests return a lot of data that I need to parse to be able to show progress, other requests are file downloads th

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-17 Thread Thiago Macieira
On quarta-feira, 18 de janeiro de 2017 10:04:54 PST Prav wrote: > Build errors with -no-rtti flag and without -no-rtti flag I gave in previous > message too > > Previously I build Qt without RTTI with no problems. That is why I had RTTI > turned off. I prefer "turn on only if necessary" strategy

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-17 Thread Prav
Hello, Thiago. > Did you pass any options related to RTTI to configure? Already wrote about that in previous message Build errors with -no-rtti flag and without -no-rtti flag I gave in previous message too Previously I build Qt without RTTI with no problems. That is why I had RTTI turned off. I

Re: [Interest] QThreadPool functionality for QThreads

2017-01-17 Thread Thiago Macieira
On quarta-feira, 18 de janeiro de 2017 17:21:46 PST Frank Rueter | OHUfx wrote: > Hi, > > I got another threading question for the pros out there: > > In my current application I am using QThread objects and > QObject.moveToThread() to enable my GUI to download multiple files while > updating p

[Interest] QThreadPool functionality for QThreads

2017-01-17 Thread Frank Rueter | OHUfx
Hi, I got another threading question for the pros out there: In my current application I am using QThread objects and QObject.moveToThread() to enable my GUI to download multiple files while updating progress bars in the main event loop. This is the respective snippet of code: self.

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-17 Thread Thiago Macieira
Em terça-feira, 17 de janeiro de 2017, às 11:39:04 PST, Prav escreveu: > cl -c -FIQtQuickDepends -YuQtQuickDepends > -Fp.pch\release\Qt5Quick_pch.pch -nologo -Zc:wchar_t -FS -O2 -MD > -Zc:strictStrings -D_HAS_EXCEPTIONS=0 -W3 -w34100 -w34189 -w44996 -DUNICODE > -DWIN32 -DQT_NO_URL_CAST_FROM

Re: [Interest] context menu shortcut?

2017-01-17 Thread René J . V . Bertin
Shawn Rutledge wrote: Hi, > It’s not in QKeySequence::StandardKey. There is a table in the QKeySequence > docs which shows the standard key assignments on each platform. > > Personally I don’t miss that on Linux… it’s just an extra key available for > some other purpose (I’ve used it as a compo

Re: [Interest] Finally about extends my app function ability

2017-01-17 Thread André Somers
I can´t found an explanation of the differences of /reinterpret_cast/ and /dynamic_cast/, because I can´t found information about /reinterpret_cast/ in Qt Documentation (5.5.0 Qt version). You will probably find that Qt doesn't have much to say about them because they are part

[Interest] Qt Wayland Compositor screen rotation

2017-01-17 Thread Johannes Pointner
Hello everyone, I just started to look into the new compositor api for wayland and was wondering if it should be possible to implement a mobile phone like screen/app rotation using this api? Thx in advance, Hannes ___ Interest mailing list Interest@qt-p

Re: [Interest] 5.8.0 QAbstractListModel

2017-01-17 Thread william.croc...@analog.com
On 01/16/2017 09:07 PM, mark diener wrote: Bill: I thought I would do a brain dump on what I learned. If your data is bound by the roleNames() mechanism, then the dataChanged( ) function works greatl If your data is retrieved by INVOKABLE functions, then you need to call the following: QModel

Re: [Interest] How to build qt3d editor?

2017-01-17 Thread Dmitry Volosnykh
Hello, Larry. Would you be so kind to elaborate more on what you have tried so far and what result were achieved? Regards. On Tue, Jan 17, 2017 at 11:36 AM Larry <754833...@qq.com> wrote: > Is there anyone knows, please! > os: ubuntu 16.04 > > Thanks!

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-17 Thread Prav
Hello, Thiago. >I want to see the command-line to the compiler Here is compile command and its output (till next compile file) cl -c -FIQtQuickDepends -YuQtQuickDepends -Fp.pch\release\Qt5Quick_pch.pch -nologo -Zc:wchar_t -FS -O2 -MD -Zc:strictStrings -D_HAS_EXCEPTIONS=0 -W3 -w34100 -w3

[Interest] How to build qt3d editor?

2017-01-17 Thread Larry
Is there anyone knows, please! os: ubuntu 16.04 Thanks!___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest