Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Rutledge Shawn
On 6 Mar 2013, at 6:19 PM, Casimiro, Daniel C CIV NUWC NWPT wrote: >> I think we don't support multi-pointer X, but if you have a big touch table >> and multiple users, it's a similar scenario. > > > I don't think that multi-pointer X is the right solution. Did you mean the > multi-touch supp

Re: [Interest] SslServer issues

2013-03-06 Thread Francesco Lamonica
Hi Richard, thanks for your example, i'll try it soon. However, the error message i get happens when the client presents the certificate and server report it as "untrusted". Still i do not understand, if ignoreSslError is never called, why the connection is not dropped? On Sat, Mar 2, 2013 at 4:4

Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Rick Stockton
Shawn is correct, that Qt5 DOES NOT Support multiple pointers in concurrent use. Qt 5.x (and earlier) have made a very fundamental choice at design time (of Qt itself): A GUI Application cannot be working (concurrently) with more than one Pointer Device. There is a "Pointer Focus", which is concep

Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Casimiro, Daniel C CIV NUWC NWPT
For clarification, I am working with a 27" version of this: http://www.perceptivepixel.com/products/55-lcd-multi-touch-display > I think we don't support multi-pointer X, but if you have a big touch table > and multiple users, it's a similar scenario. I don't think that multi-pointer X is the

Re: [Interest] Multiple windows app modal?

2013-03-06 Thread John Weeks
On 05-Mar-2013, at 5:02 PM, Alex Malyushytskyy wrote: > I believe your case is outside of the normal usage pattern of modal > windows/dialogs. Our application does many things outside the normal usage pattern. > Remember you can always disable any window at any time and leave only > desired win

Re: [Interest] Styling a single QTreeWidgetItem

2013-03-06 Thread André Somers
Op 6-3-2013 16:19, Sensei schreef: > Hi all, > > I don't know if this is possible, but how can I style a single > QTreeWidgetItem? > > In particular, I'd like to make it look like Xcode's root project node, > which is "taller" and with borders. (see http://i.stack.imgur.com/gc7ku.png) > > I've trie

[Interest] Styling a single QTreeWidgetItem

2013-03-06 Thread Sensei
Hi all, I don't know if this is possible, but how can I style a single QTreeWidgetItem? In particular, I'd like to make it look like Xcode's root project node, which is "taller" and with borders. (see http://i.stack.imgur.com/gc7ku.png) I've tried to use a custom CSS, but I'm evidently using i

Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Rutledge Shawn
On 6 Mar 2013, at 2:38 PM, Casimiro, Daniel C CIV NUWC NWPT wrote: > Hi, > > I wrote a input plugin for Qt 5 that parses TUIO. I think that it is pretty > useful. The code is available on github at: > > https://github.com/dancasimiro/qtuiotouch > > Documentation: > The documentation is sparse

Re: [Interest] Qt into Windows 8

2013-03-06 Thread Kalinowski Maurice
Hi, Not sure what exactly you are referring to. Running Qt applications in the classic desktop mode are supported. In case you want to use VS 2012 you will need to recompile Qt, the packages are currently provided for an older version. If you are asking about a Windows Store App support, resear

[Interest] Qt into Windows 8

2013-03-06 Thread Daniel Mota
Does anybody already used Qt libraries into Windows 8 (using VS2012)? Thanks -- ___ M. Sc. Daniel de Oliveira Mota UFJF / NCA&T Management Science - Operational Research "The best way to predict the future is to invent it" Alan Key __

[Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Casimiro, Daniel C CIV NUWC NWPT
Hi, I wrote a input plugin for Qt 5 that parses TUIO. I think that it is pretty useful. The code is available on github at: https://github.com/dancasimiro/qtuiotouch Documentation: The documentation is sparse, but the code is based on the multi-touch input plugin that is shipped with Qt. Test

Re: [Interest] mouse gestures

2013-03-06 Thread Rutledge Shawn
On 5 Mar 2013, at 2:01 PM, Matthias Fuchs wrote: > Hi, > > im am playing around with the imagegestures example and noticed that > I do not get any gesture events from a traditional mouse device. > Is this how it should behave? Do gestures only work with touch or even > multitouch input devices?

Re: [Interest] Is QMetaMethod::tag() functional?

2013-03-06 Thread Immanuel Weber
Ahhh, thank you! It works now. That enclosing #infdef should definitely be stated in the documentation. If I have some spare time, I will have a look at the documentation contribution process. 2013/3/5 Thiago Macieira > On terça-feira, 5 de março de 2013 21.14.32, Immanuel Weber wrote: > > Mhh