Re: [Interest] Globally Converting QTapAndHoldGesture to Mouse Double Click

2013-02-21 Thread Tony Rietwyk
Hi Josh, I think most widgets are expecting Press, Release, DoubleClick, Release sequences. In my own code, I've had to set a flag on the double-click, then action it on the following release. This was where the double-click was to open another dialog. Without this, the release would trigge

[Interest] Globally Converting QTapAndHoldGesture to Mouse Double Click

2013-02-21 Thread Joshua Grauman
Hello all, I'm trying to write a global proceedure to convert all QTapAndHoldGesture events to mouse double click events. I thought this should be trivial, but it's really stumping me. I setup an event filter globally for my QApplication and grab the gesture as follow: app.installEventFilter(&

Re: [Interest] Qt5 cross compilation issues on Tegra3

2013-02-21 Thread Donald Carr
Yuck, I suspect I might be somewhat to blame. There is so much wrong, I might be causing some of it. If you create a "device" (TM) mkspec as evident in the device subdir, it automatically includes a header and footer pri file, which try to do the right thing but in a braindead misguided fashion.

Re: [Interest] SslServer issues

2013-02-21 Thread Francesco Lamonica
I forgot to add that this happens on qt 4.8.4 on gentoo x86_64 On Thu, Feb 21, 2013 at 7:32 PM, Francesco Lamonica wrote: > Hi all, > i've implemented a simple SslServer inheriting from QTcpServer and > overriding the incomingConnection() as suggested from the documentation. > However i am stumb

[Interest] SslServer issues

2013-02-21 Thread Francesco Lamonica
Hi all, i've implemented a simple SslServer inheriting from QTcpServer and overriding the incomingConnection() as suggested from the documentation. However i am stumbling on a strange problem: QSslSocket fires correctly the sslErrors() signal for a "self-signed certificate" but even though i do not

Re: [Interest] Qt5 cross compilation issues on Tegra3

2013-02-21 Thread Thiago Macieira
On quinta-feira, 21 de fevereiro de 2013 10.28.37, Ramakanthreddy_Kesireddy wrote: > Please let me know how to resolve the same. One of the errors is clear: xcb.cpp:42:21: fatal error: xcb/xcb.h: No such file or directory You need to install the necessary development packages. The other error

Re: [Interest] Problem building Qt5 (Visual Studio 2005)

2013-02-21 Thread Thiago Macieira
On quinta-feira, 21 de fevereiro de 2013 08.57.58, BIRD Neil wrote: > With Qt5, however, I'm getting a link error when configure itself tries to > build qmake. Is this an issue with support for VS2005, or am I missing a > trick? This has been reported before. See http://comments.gmane.o

[Interest] WebView pressGrabTime

2013-02-21 Thread Bo Thorsen
Hi everyone, I have a problem with a WebView in Flickable. No matter what WebView.pressGrabTime is set to, the Flickable still gets the mouse events after this time. I can see that when trying to select text, I can select a single char or so, before the Flickable grabs the mouse and scrolls in

Re: [Interest] Qt5 cross compilation issues on Tegra3

2013-02-21 Thread Pritam Ghanghas
Do you have a mix of two toolchains in your mkspec. I see that g++ and ld are coming from different paths. From: interest-bounces+pritam_ghanghas=infosys@qt-project.org [interest-bounces+pritam_ghanghas=infosys@qt-project.org] on behalf of Ramakanthreddy_

[Interest] Qt5 cross compilation issues on Tegra3

2013-02-21 Thread Ramakanthreddy_Kesireddy
sorry missed the subject line.. From: Ramakanthreddy_Kesireddy Sent: Thursday, February 21, 2013 3:58 PM To: interest@qt-project.org Subject: Hi, Am trying to cross compile for tegra3 using cross compiler tool chain(tegra2 mkspecs) and targetfs provided.

[Interest] (no subject)

2013-02-21 Thread Ramakanthreddy_Kesireddy
Hi, Am trying to cross compile for tegra3 using cross compiler tool chain(tegra2 mkspecs) and targetfs provided. Attaching herewith configuration errors.. Please let me know how to resolve the same. Br, Ramakanth DISCLAIMER: This email (including any

[Interest] Problem building Qt5 (Visual Studio 2005)

2013-02-21 Thread BIRD Neil
I've fallen at the first hurdle trying to build Qt 5.0.1 (from the opensource ZIP). I've sucessfully built 4.6.2 and 4.8.3 recently with no issues, simply by running the standard configure -> nmake sequence. With Qt5, however, I'm getting a link error when configure itself tries to build q