[Interest] Possible to track all executed Actions?

2013-10-28 Thread Philipp Kursawe
I would like to log all executed QActions in a global way without having a QActionManager or the like that every component in the app has to use. Is that possible in Qt? ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Run Console and windows screen

2013-10-28 Thread Daniel Mota
Hi Etienne, I have the application running, and I included the CONFIG tag in the .pro, with no success. I am using Windows 8, and Visual Studio. Does it make any difference? Thanks again! Daniel On Mon, Oct 28, 2013 at 5:08 AM, Etienne Sandré-Chardonnal etienne.san...@m4x.org wrote: Hi,

Re: [Interest] Proxy model prepending rows to model

2013-10-28 Thread Stephen Kelly
On Wednesday, October 23, 2013 11:07:23 Clément Geiger wrote: Am I missing something obvious here ? It's not really possible to add rows using a proxy model. Any attempt to do so will inevitably be buggy. Rows/columns can only be filtered out. Thanks, -- Join us in November at Qt Developer

Re: [Interest] Proxy model prepending rows to model

2013-10-28 Thread Stephen Kelly
On Monday, October 28, 2013 12:27:03 André Somers wrote: Am I missing something obvious here ? It's not really possible to add rows using a proxy model. Any attempt to do so will inevitably be buggy. Rows/columns can only be filtered out. Do you care to explain that a bit more? I don't

[Interest] Child widget drawing over parent?

2013-10-28 Thread Etienne Sandré-Chardonnal
Dear all, I have the following issue. A widget is defined as a QFrame subclass, and uses the frame style defined by setFrameStyle(QFrame::Box | QFrame::Sunken) in the constructor. This widget uses a QHBoxLayout, with one stretch, and one SpinDial child widget that I have defined elsewhere. As

[Interest] qss vs qstyle

2013-10-28 Thread Ing. Rayner Pupo Gomez
Flexible --- QProxyStyle Easier to implement and maintain --- Syle sheets Efficient --- Depends on Proxy Style implementation III Escuela Internacional de Invierno en la UCI del 17 al 28 de

Re: [Interest] Run Console and windows screen

2013-10-28 Thread Tony Rietwyk
Hi Daniel, Yes it does - you want Visual Studio to debug two separate projects at the same time? I don't think it can do that. To just run both exe's, you could modify the window project to run a batch or script file that runs both exe's, but I'm not sure debugging will work in that

Re: [Interest] qss vs qstyle

2013-10-28 Thread Thiago Macieira
On segunda-feira, 28 de outubro de 2013 11:04:14, Graham Labdon wrote: Hi I am looking into the possibilities offered by Qt to provide my applications with a custom style. There appears to be a choice of using style sheets or to implement the style by deriving from QProxyStyle. What are the

Re: [Interest] Run Console and windows screen

2013-10-28 Thread K. Frank
Hi Daniel! On Mon, Oct 28, 2013 at 9:31 AM, Daniel Mota wrote: Hi Frank, this is the small example suggested by you. I packed the complete project folder so that you have all files generated. I sent only to you for not uploading a 5 Mb file to the group, but if you think there's no

[Interest] issue deploying QtQuick2 app for iOS Simulator

2013-10-28 Thread VStevenP
I am able to build my QtQuick2 app for iOS Simulator. It even launches the Xcode iOS Simulator to host my app, but it seems like something went wrong with the deployment step: Starting remote process. file:///Users/vstevenp/Library/Application Support/iPhone

[Interest] C++11 support on Qt5 platforms

2013-10-28 Thread Joshua Grauman
Hello, I am wondering if there are any potential issues with using C++11 (I want to use lamba functions for connecting to signals) on all the major Qt5 platforms --without recompiling the source--. I know the default Linux/Mac/WindowsMSVC compilers should be fine, but I'm more wondering about

Re: [Interest] C++11 support on Qt5 platforms

2013-10-28 Thread Thiago Macieira
On segunda-feira, 28 de outubro de 2013 14:44:02, Joshua Grauman wrote: Hello, I am wondering if there are any potential issues with using C++11 (I want to use lamba functions for connecting to signals) on all the major Qt5 platforms --without recompiling the source--. I know the default