[Interest] Open GL ES 2.0 needed on target board ?

2013-10-25 Thread Ramesh Nelakuditi
Hi, We are developing Qt widgets application using Qt 5.1.1 SDK. We plan to use CUPID i.MX35 board (http://www.garz-fricke.com/cupid-57-boxed_en.html) which has only Linux frame buffer support. To support Qt Widgets, does it needs to support OPEN GL ES2.0 on target board ? Thanks, Ramesh.

Re: [Interest] Open GL ES 2.0 needed on target board ?

2013-10-25 Thread Tomasz Olszak
2013/10/25 Ramesh Nelakuditi ramesh.nelakud...@techmahindra.com Hi, We are developing Qt widgets application using Qt 5.1.1 SDK. We plan to use CUPID i.MX35 board ( http://www.garz-fricke.com/cupid-57-boxed_en.html) which has only Linux frame buffer support. To support Qt Widgets,

[Interest] Style plugin

2013-10-25 Thread Graham Labdon
Hi I am trying to follow the style plugin example given here - http://qt-project.org/doc/qt-5.0/qtwidgets/tools-styleplugin.html The docs state that Note: On some platforms, the native style will prevent the button from having a red background. In this case, try to run the example in another

Re: [Interest] Style plugin

2013-10-25 Thread Bache-Wiig Jens
On 25 Oct 2013, at 15:27, Graham Labdon graham.lab...@avalonsciences.commailto:graham.lab...@avalonsciences.com wrote: Hi I am trying to follow the style plugin example given here - http://qt-project.org/doc/qt-5.0/qtwidgets/tools-styleplugin.html The docs state that Note: On some platforms,

[Interest] Run Console and windows screen

2013-10-25 Thread Daniel Mota
Hi all, just a small question: Is it possible to run a form and a console screen simultaneously? Thanks Daniel -- ___ M. Sc. Daniel de Oliveira Mota UFJF / NCAT Management Science - Operational Research The best way to predict the future is to invent it Alan

[Interest] Dragging non-selectable item moves selected items (QGraphicsScene)

2013-10-25 Thread Dmitrii Volosnykh
Hi, all! Discovered such behaviour and found it odd. Wanted to know whether this has been done by intent or should be considered as a bug. PS. clearSelection() on mousePressEvent() for non-selectable item allows to move it alone. PS2. Windows 7 x64, Qt 5.1. Regards, Dmitrii.

[Interest] How to use QtMacExtras in Qt 5.2 beta

2013-10-25 Thread Yuƫ Liu
Hello, I found QtMacExtras API changed in Qt 5.2, for the use of unified toobar, from commit https://qt.gitorious.org/qt/qtmacextras/commit/24d45304aa363c9a08f7157d549cb37c07212108 it says we should use QMainWindow:: setUnifiedTitleAndToolBarOnMac() again, I compiled the appication example which

Re: [Interest] Run Console and windows screen

2013-10-25 Thread K. Frank
Hi Daniel! On Fri, Oct 25, 2013 at 12:24 PM, Daniel Mota danielmota.produ...@gmail.com wrote: Hi all, just a small question: Is it possible to run a form and a console screen simultaneously? Yes, it is -- at least on windows. If you add CONFIG += console to a regular gui Qt .pro file, your

Re: [Interest] Run Console and windows screen

2013-10-25 Thread K. Frank
Hello Daniel! On Fri, Oct 25, 2013 at 5:42 PM, Daniel Mota danielmota.produ...@gmail.com wrote: Hi Frank, thanks for your attention, I tried this already, but with no success... I have the impression that when the form opens, all my code stops, and just keep going when I close the form. I

Re: [Interest] Run Console and windows screen

2013-10-25 Thread Daniel Mota
Thanks again Frank I think a picture worth a thousand words... That's what I am trying to do... http://www.youtube.com/watch?v=siW7koL086E Just remarking some points: 1) I am running under windows, not Linux 2) My focus is on the screen, I have the algorithm 3) It is not a homework... is a

Re: [Interest] Run Console and windows screen

2013-10-25 Thread K. Frank
Hi Daniel! On Fri, Oct 25, 2013 at 7:07 PM, Daniel Mota danielmota.produ...@gmail.com wrote: Thanks again Frank I think a picture worth a thousand words... That's what I am trying to do... http://www.youtube.com/watch?v=siW7koL086E From this video it appears that you want just to write to