Re: [Interest] Run Console and windows screen

2013-10-25 Thread Tony Rietwyk
Hi Daniel, I'm still confused... you haven't said how you want to get the results into the window app: - Is the console application already written, and you want to read the output and update your window? - Or you want the console application to send the data and results to the wind

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 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 the console. In my ex

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 sel

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 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 don't have a clear picture

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 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 program will open up a c

[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 u

[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] 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 / NCA&T Management Science - Operational Research "The best way to predict the future is to invent it" Alan

Re: [Interest] Style plugin

2013-10-25 Thread Bache-Wiig Jens
On 25 Oct 2013, at 15:27, Graham Labdon mailto: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, the native style will prevent th

[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 style

Re: [Interest] use custom fragment shader for Quick2 Image item

2013-10-25 Thread Ola Røer Thorsen
Hi Gunnar, thanks a lot for the explanation. With this solution the performance is good enough, and easy to implement. The images I'm using for this are 1280x960 so I recon they won't be put in an atlas anyway even in 5.2. Still I guess the hints would be helpful when you get time to implement th

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

2013-10-25 Thread Tomasz Olszak
2013/10/25 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 suppo

[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.