Re: [Interest] keyboard auto-repeat rate?

2012-06-11 Thread Andre Haupt
Hi John, On Fri, Jun 08, 2012 at 05:17:16PM -0700, John Weeks wrote: On 08-Jun-2012, at 4:58 PM, Nikos Chantziaras wrote: And having read-only access to this value doesn't serve any useful purpose. Our purpose is to match a custom feature in our application to the keyboard repeat

[Interest] Best way to reuse forms(or ui design) in a project

2012-06-11 Thread Lijo Antony
Hi, I am creating 10 different forms. All of them have a common header and footer. Header will have the same background image but different titles for different forms. Footer is also similar in concept. I would like to make the header and footer design only once and reuse them in all the

Re: [Interest] Best way to reuse forms(or ui design) in a project

2012-06-11 Thread Mehmet İpek
For your first solution, you can use designer for child forms too. Just add designer form class with widget template and insert widget to the center of your common form design. On Mon, Jun 11, 2012 at 10:12 AM, Lijo Antony l...@one.com wrote: Hi, I am creating 10 different forms. All of them

Re: [Interest] Drawing artifacts when scrolling QGraphicsView on OS X

2012-06-11 Thread Daniël de Kok
On Jun 10, 2012, at 3:34 PM, Jelmer van der Linde jel...@ikhoefgeen.nl wrote: On Sunday 10 June 2012 at 15:14, Till Oliver Knoll wrote: A further attempt to narrow down the issue could be to try different paint engines (raster or native): AFAIK up to Qt 4.7 the native painter was used, but it

[Interest] wmf multimedia plugin

2012-06-11 Thread qtnext
Hi, I need to play video in my windows Seven qml application. On qt4, it was working with directshow (but It don't works with windows H264 decoder ... I need to distribute my apps with a commercial decoder). I have tryed with wmf plugin : It works with windows H264 decoder, but when I delete

[Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Paul Miller
Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything like this? ___ Interest mailing list Interest@qt-project.org

Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread jason.mcdonald
Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything like this? Hi Paul, It's hard to say for sure without more information, but here are a few things you can check that might help to

Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Guenther Boelter
On 06/12/2012 12:18 AM, Paul Miller wrote: Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything like this? Hi Paul, are we talking about Windows, Linux or OS X? Sounds like a problem

Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Paul Miller
On 6/11/2012 12:24 PM, Guenther Boelter wrote: On 06/12/2012 12:18 AM, Paul Miller wrote: Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything like this? Hi Paul, are we talking about

Re: [Interest] windows Qt application crashes when not run with admin rights

2012-06-11 Thread Guenther Boelter
On 06/12/2012 01:27 AM, Paul Miller wrote: On 6/11/2012 12:24 PM, Guenther Boelter wrote: On 06/12/2012 12:18 AM, Paul Miller wrote: Well this is an odd one. We recently moved from Qt 4.5.3 to 4.7.4. Our application crashes during startup when NOT run with admin rights. Anyone seen anything

[Interest] C++11 in Qt5

2012-06-11 Thread Scott Aron Bloom
http://woboq.com/blog/cpp11-in-qt5.html Can someone part of the Qt project, explain the reasoning for this... While in general I love the idea... In specific, I have had customers that are 5-10 years behind in their compiler choice.. Usually in the embedded world, where the processor

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Michael Jackson
On Jun 11, 2012, at 4:35 PM, Scott Aron Bloom wrote: http://woboq.com/blog/cpp11-in-qt5.html Can someone part of the Qt project, explain the reasoning for this… While in general I love the idea… In specific, I have had customers that are 5-10 years behind in their compiler choice..

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Giuseppe D'Angelo
On 11 June 2012 21:35, Scott Aron Bloom scott.bl...@onshorecs.com wrote: Can someone part of the Qt project, explain the reasoning for this… While in general I love the idea… In specific, I have had customers that are 5-10 years behind in their compiler choice.. Usually in the embedded

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Rui Maciel
On 06/11/2012 09:52 PM, Giuseppe D'Angelo wrote: I think there's a misunderstanding: C++11 support IS NOT required to use or build Qt 5. If you have a recent compiler and enable C++11 support in Qt, then you get those nice extra features. Otherwise you don't. But you can still use Qt 5 without

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Nikos Chantziaras
You cannot build Qt with GCC 2.4. On 12/06/12 00:19, Scott Aron Bloom wrote: I would say almost all NEW embedded systems.. However, I can tell you, I had a client last year stuck on gcc 2.4, because the CPU vendor who put out the gcc tool chain, never updated them, and those with hardware

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Andreas Pakulat
Hi, On Mon, Jun 11, 2012 at 11:09 PM, Rui Maciel rui.mac...@gmail.com wrote: On 06/11/2012 09:52 PM, Giuseppe D'Angelo wrote: I think there's a misunderstanding: C++11 support IS NOT required to use or build Qt 5. If you have a recent compiler and enable C++11 support in Qt, then you get

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Konstantin Tokarev
12.06.2012, 01:49, Nikos Chantziaras rea...@gmail.com: You cannot build Qt with GCC 2.4. Well, with 2.95 it's possible (after some patching) -- Regards, Konstantin ___ Interest mailing list Interest@qt-project.org

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Thiago Macieira
On terça-feira, 12 de junho de 2012 02.06.35, Konstantin Tokarev wrote: 12.06.2012, 01:49, Nikos Chantziaras rea...@gmail.com: You cannot build Qt with GCC 2.4. Well, with 2.95 it's possible (after some patching) Completely unsupported. Qt 4.0 was released with minimum support of 3.2 and

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Scott Aron Bloom
Yes you can... Not Qt 4... But you can build Qt :) -Original Message- From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of Nikos Chantziaras Sent: Monday, June 11, 2012 2:49 PM To:

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Rohan McGovern
Stephen Chu said: I just pulled Qt 5 from git and don't see the new C++11 option. They are in the master branch of qtbase but Qt 5 doesn't pull that in yet. Right, that's actually because it appears to have caused a few regressions. The new qtbase will only arrive in qt5's git once all known