Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-11 Thread Mark
On Wed, Jun 12, 2013 at 8:29 AM, Sletta Gunnar wrote: >> > This graph concept might be a good usecase for a more complex example down >> > the line though.. I'll keep it in mind and maybe it will be included in Qt >> > in the future :) >> >> Oh... that sucks. > > I think so too, so I spent some

[Interest] Set shader on QSGFlatColorMaterial?

2013-06-11 Thread Mark
Hi, Yet another scene graph related question :) I have to say, the documentation in the scene graph department could really use some more docs and advanced examples! The code leaves a lot of guess work and there isn't much to find since this tech is quite new. Anyhow, I want to apply a shader to

[Interest] Avoid swallowing of keystokes with createWindowContainer?

2013-06-11 Thread Gav Wood
Hi, I'm working with QtQuick in Qt 5.1 and using a hybrid QtWidgets/QtGui approach with the new QWidget::createWindowContainer to create a QQuickView-powered QWidget. My QWidgets application uses QActions with global shortcuts to access various functionality. Unfortunately, the new widget returne

Re: [Interest] QSqlDatabase and threads

2013-06-11 Thread Jaime Fernandez
Hello, Be careful of mixing thread and mysql : https://bugreports.qt-project.org/browse/QTBUG-31468 You should protect the calls to addDatabase with a mutex. Le 30/05/2013 18:31, Karl Ruetz a écrit : Both the documentation and my own experience say what you are after is not possible: htt

Re: [Interest] Apply shader effect from QtGraphicalEffects to QSGGeometryNode?

2013-06-11 Thread Sletta Gunnar
> > This graph concept might be a good usecase for a more complex example down > > the line though.. I'll keep it in mind and maybe it will be included in Qt > > in the future :) > > Oh... that sucks. I think so too, so I spent some time yesterday evening to put it together: https://codereview

Re: [Interest] How to set tooltip for close button in title bar

2013-06-11 Thread Ing. Rayner Pupo Gomez
You must create your own title bar and set it to a QDockWidget subclass, by using QStyleOption... you can build a title bar that looks like a real one plus custom tooltips for each button http://www.uci.cu___ Interest mailing list Interest@qt-project.

Re: [Interest] QML blocking popup menu

2013-06-11 Thread Alan Alpert
A declarative language doesn't really mesh well with "blocking", and you should find that once you migrate entirely to QML that you no longer need that behavior of controlling imperative code flow. A responsive C++ API, such as a well-written back-end for a QML UI, should have waiting done through

Re: [Interest] QtCreator c++11 integration

2013-06-11 Thread André Pönitz
On Mon, Jun 10, 2013 at 04:48:51PM -0700, Thiago Macieira wrote: > On segunda-feira, 10 de junho de 2013 23.47.04, André Pönitz wrote: > > > Same problem with with "auto"-typed variables. For example when > > > auto-typing a function: Auto class::dostuff() -> vector*; > > > >struct Foo { vecto

[Interest] No help in assistant

2013-06-11 Thread Graham Labdon
Hi I have just built Qt 5.0.2 and when I run assistant there are no help topics. I executed the following to build the docs 1. mingw32-make docs But nothing appears. Any help in this matter is appreciated Thanks ___ Interest mailing list Interest@qt