Re: [Interest] QtQuick2 image rendering and custom shader overhead

2013-05-05 Thread Sletta Gunnar
On May 5, 2013, at 11:47 AM, Sean Harmer wrote: > On 04/05/2013 19:30, Preet wrote: >> Hi, ... >> >> 2. >> I'd like to use ShaderEffects to apply a somewhat trivial shader to most of >> the images in my application. The images are black and white icons, and I'd >> like to use shaders to cha

[Interest] Replacing QPlainTextEdit standard shortcuts

2013-05-05 Thread Wilhelm
Hi, what is the "right way" to replace a standard shortcuts (e.g. Shift+Delete) in QPlainTextEdit. I tried to define an action with this shortcut (see attached example), but this only works for non-standard shortcuts (like Ctrl+Delete). For Shift+Delete (shortcut for "cut") this doesn't trigg

Re: [Interest] OSG with Qt

2013-05-05 Thread Jonathan Greig
Forgot to cc mailing list On May 5, 2013 10:23 PM, "Jonathan Greig" wrote: Yes, see the osgviewerQt example : http://trac.openscenegraph.org/projects/osg/wiki/Support/UserGuides/Examples > > On May 5, 2013 8:51 PM, "Sujan Dasmahapatra" wrote: > > Can I con... __

[Interest] OSG with Qt

2013-05-05 Thread Sujan Dasmahapatra
Can I control OSG viewer by Qt events. Like mouse press, mouse move etc can be used with OSG viewer??..Any suggestions highly appreciated. -- Regards Sujan ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/in

Re: [Interest] Building qt-x11-free-3.3.8b

2013-05-05 Thread Thiago Macieira
On domingo, 5 de maio de 2013 18.29.40, Marc Seward wrote: > kernel/qt_x11_p.h:69:22: error: X11/Xlib.h: No such file or directory > kernel/qt_x11_p.h:74:23: error: X11/Xutil.h: No such file or directory > kernel/qt_x11_p.h:75:21: error: X11/Xos.h: No such file or directory > kernel/qt_x11_p.h:76:2

Re: [Interest] Building qt-x11-free-3.3.8b

2013-05-05 Thread Pau Garcia i Quiles
Hello, Is libX11-devel installed? On Mon, May 6, 2013 at 12:29 AM, Marc Seward wrote: > Hi all, > > I'm trying to build qt on RHEL 6.3 and it fails with this error.I'd > appreciate any pointers. > > root@ qt-x11-free-3.3.8b]# gmake > gmake[1]: Entering directory `/root/qt/qt-x11-free-3.3.8b' >

[Interest] Building qt-x11-free-3.3.8b

2013-05-05 Thread Marc Seward
Hi all, I'm trying to build qt on RHEL 6.3 and it fails with this error.I'd appreciate any pointers. root@ qt-x11-free-3.3.8b]# gmake gmake[1]: Entering directory `/root/qt/qt-x11-free-3.3.8b' cd qmake && gmake gmake[2]: Entering directory `/root/qt/qt-x11-free-3.3.8b/qmake' gmake[2]: `qmake' is

Re: [Interest] Visual Studio Add-in Header Files with QOBJECT

2013-05-05 Thread Francisco Ortega
Hi, Nevermind my previous message. Thanks, Francisco Francisco R. Ortega Ph.D. Candidate in Computer Science Florida International University http://www.FranciscoRaulOrtega.com On Sun, May 5, 2013 at 1:49 PM, Francisco Ortega < franciscoraulort...@gmail.com> wrote: > Hi > > > When using Visua

[Interest] Visual Studio Add-in Header Files with QOBJECT

2013-05-05 Thread Francisco Ortega
Hi When using Visual Studio add in, what is the correct way to create a header file that is going to use qobject. For example, the add-in created a header file that has custom built properties (q_object) ... if I want to create another header that will have qobject, it doesn't seem to be just ad

Re: [Interest] Qt State Machine Framework C++

2013-05-05 Thread Sean Harmer
On 05/05/2013 13:54, Antonio wrote: Thanks for replying. I Will work on it. Please, if someday it is Going to Be deprecated, would be nice to know that. There is no reason at all to think it will be deprecated. It is a nice self-contained framework that finds use in all sorts of places. H

Re: [Interest] Qt State Machine Framework C++

2013-05-05 Thread Antonio
Thanks for replying. I Will work on it. Please, if someday it is Going to Be deprecated, would be nice to know that. Best Regards! - Alkuperäinen viesti - Lähettäjä: "Mark" Lähetetty: ‎3.‎5.‎2013 15:25 Vastaanottaja: "antonio.cano.go...@ovi.com" Kopio: "interest@qt-project.org" Aihe

Re: [Interest] Qt State Machine Framework C++

2013-05-05 Thread Antonio
Thanks for Your reply I Will continue working on it. Best Regards. - Alkuperäinen viesti - Lähettäjä: "Joerg Bornemann" Lähetetty: ‎3.‎5.‎2013 14:50 Vastaanottaja: "antonio.cano.go...@ovi.com" Kopio: "interest@qt-project.org" Aihe: Re: [Interest] Qt State Machine Framework C++ On 03/0

Re: [Interest] QtQuick2 image rendering and custom shader overhead

2013-05-05 Thread Sean Harmer
On 04/05/2013 19:30, Preet wrote: Hi, I have a couple of questions regarding images in QtQuick2. 1. For a resolution independent application, I tried using several images (all 128x128px) that I scaled as appropriate for target devices. In QtQuick1 this didn't work out so well -- scaling the i