[Interest] Qt3D filtering for different renderviews

2017-03-29 Thread Juan José Casafranca
Hi, Im building a simple default viewer using Qt3D for a design tool. I'm trying to add a typical gradient background and for that I'm using the following approach. I have create a custom framegraph with 2 renderviews. The first renderview clears the buffers, select an ortographic camera and ha

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-29 Thread Thiago Macieira
On quarta-feira, 29 de março de 2017 08:57:06 PDT Jan 'Koviš' Struhár wrote: > The pain in the back is, that the server admin is a not cooperating > fellow, otherwise I do not need to solve this kind of issues... > > Many thanks for detailed analysis. Stop using their service then. And advise you

[Interest] RFC: menu sections (QMenu::addSection), what would you expect from them?

2017-03-29 Thread René J . V . Bertin
Hi, I'm curious to know what Qt users would expect from menu sections provided by QMenu::addSection() if they didn't know that those use "texted separators" which aren't supported on all platforms and by all styles. I myself have a different idea of a "section" than I have of something created

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-29 Thread Jan 'Koviš' Struhár
On 03/29/2017 05:53 PM, Thiago Macieira wrote: On quarta-feira, 29 de março de 2017 02:32:45 PDT Richard Moore wrote: Your ciphers are too good for the server - it wants terrible ones. eg. RC4-MD5: openssl s_client -connect www.webnotes.cz:443 -cipher RC4-MD5 Ah. I see. Well, the OP can then

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-29 Thread Thiago Macieira
On quarta-feira, 29 de março de 2017 02:32:45 PDT Richard Moore wrote: > Your ciphers are too good for the server - it wants terrible ones. > eg. RC4-MD5: > > openssl s_client -connect www.webnotes.cz:443 -cipher RC4-MD5 Ah. I see. Well, the OP can then connect to the server by using setCiphers.

Re: [Interest] Interest Digest, Vol 66, Issue 19

2017-03-29 Thread Roland Hughes
On 03/29/2017 02:18 AM, interest-requ...@qt-project.org wrote: Hi, On Tuesday 28 March 2017 13:23:01 Roland Hughes wrote: I have to ask, why is it such a sin to have a stand alone program with a null modem cable and mini-tester as a testing tool. I have been working with serial ports off and on

Re: [Interest] Is there a way to simulate serial port data?

2017-03-29 Thread Murphy, Sean
> I have to ask, why is it such a sin to have a stand alone program with a > null modem cable and mini-tester as a testing tool. I have been working > with serial ports off and on since the days of DOS 3.x and have always > tested in this manner. The first piece of code one writes on a project > wh

Re: [Interest] QMenu

2017-03-29 Thread Igor Mironchik
Hi, It's a fade effect... And I found only one solution: void MainWindow::x5() { QEventLooploop; QTimer::singleShot(1000,&loop,&QEventLoop::quit); loop.exec(); 29.03.2017 13:38, Konstantin Shegunov пишет: Hi, On Wed, Mar 29, 2017 at 1:22 PM, Igor Mironchik wrote: I run Kubuntu in Vir

Re: [Interest] QMenu

2017-03-29 Thread Konstantin Shegunov
Hi, On Wed, Mar 29, 2017 at 1:22 PM, Igor Mironchik wrote: > I run Kubuntu in VirtualBox under Win 10. And my VM a little slow. Maybe > it's a problem of VM? Or it will be so on every Linux distribution? I believe this is due to the differences between how messages are processed on windows and w

[Interest] QMenu

2017-03-29 Thread Igor Mironchik
Hello, I've implemented small magnifier tool. It's transparent window with border. User can invoke menu and call magnify slot from that menu. In the magnify slot I have QApplication::processEvents() to allow menu be hidden before making screen capture. Such approach works on my Win 10, but in

Re: [Interest] Ignore SSL errors on Android 6.0+

2017-03-29 Thread Richard Moore
Your ciphers are too good for the server - it wants terrible ones. eg. RC4-MD5: openssl s_client -connect www.webnotes.cz:443 -cipher RC4-MD5 Cheers Rich. On 28 March 2017 at 17:41, Thiago Macieira wrote: > On terça-feira, 28 de março de 2017 09:39:41 PDT Thiago Macieira wrote: > > On terça-f

Re: [Interest] Is there a way to simulate serial port data?

2017-03-29 Thread Stéphane Fabry
You can also simulate via external software like https://docklight.de/ or create serial port pairs (search for virtual serial port) Le 28-03-17 à 13:42, Murphy, Sean a écrit : First of all your parsing class should only do the parsing, so it shouldn't derive from QSerialPort. instead it should