[Development] QGView and deprecated indirect painting

2015-03-31 Thread Christian Gagneraud
Hi Trolls! Note: I'm sending this email to qt-dev not to qt-interest because it deals with deprecated features and API changes of the Qt Graphics View framework. QGraphicsView has an optimisation flag called "IndirectPainting", which when set "restore the old painting algorithm that calls QGr

Re: [Development] share opengl resource

2015-03-31 Thread Alessio Mochi
Hello Matthew, thanks for reply. Actually I have two or three different rendering context (create multiple QGLWidget). Your solution for qt 4.7 is right for share resource (I would like share vbo between different rendering context)? Can you link a qt example or documentation? Thanks in a

Re: [Development] share opengl resource

2015-03-31 Thread Matthew Woehlke
On 2015-03-31 10:12, Alessio Mochi wrote: > Hello,I am reading that share opengl resource is possible with > wglShareList. My software run on windows and mac and I would like > know if exist some qt support to share opengl resource. I use qt > 4.7.4. Qt 4.7 is *really* old. If you use Qt5 and QOp

Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Oswald Buddenhagen
On Tue, Mar 31, 2015 at 12:22:00PM +0200, Sergio Ahumada wrote: > On 03/31/2015 12:18 PM, Gunnar Roth wrote: > > Now wiki says > > > > git clone git://code.qt.io/qt/qt5.git > > [sahumada@sahumada ~]$ git clone git://code.qt.io/qt/qt5.git > Cloning into 'qt5'... > Checking connectivity... done. >

[Development] share opengl resource

2015-03-31 Thread Alessio Mochi
Hello,I am reading that share opengl resource is possible with wglShareList.My software run on windows and mac and I would like know ifexist some qt support to share opengl resource. I use qt 4.7.4. ___ Development mailing list Development@qt-project.or

Re: [Development] [Interest] Et tu, Designer! Fwd: qt creator 3.3.x OS X with the xcb plugin

2015-03-31 Thread René J . V . Bertin
On Monday March 30 2015 14:26:36 Thiago Macieira wrote: > > You probably want to ask qt-crea...@qt-project.org, the list for discussing > Qt > Creator's source code. I just noticed I was a bit mistaken: the Designer application has the same issue. I think it is caused by creating a QMenuBar

Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Sergio Ahumada
On 03/31/2015 12:18 PM, Gunnar Roth wrote: > Now wiki says > > git clone git://code.qt.io/qt/qt5.git [sahumada@sahumada ~]$ git clone git://code.qt.io/qt/qt5.git Cloning into 'qt5'... remote: Counting objects: 3021, done. remote: Compressing objects: 100% (1518/1518), done. remote: Total 3021 (d

Re: [Development] Switching remote url for qt5 git clone

2015-03-31 Thread Gunnar Roth
Now wiki says  git clone git://code.qt.io/qt/qt5.git But i am quite sure it must be  git clone git://code.qt.io/cgit/qt/qt5.git Because otherwise i got an error: fatal: repository 'https://code.qt.io/qt/qt5.git/' not found Regards, Gunnar Roth Gesendet: Dienstag, 31. März 2015 um 07:21 Uhr

Re: [Development] Add widgets into qt3d window

2015-03-31 Thread Sean Harmer
On Monday 30 Mar 2015 17:38:37 Arjun Das wrote: > Hi , > > I have created a simple qt3d application in c++, which has a rotating cube. > I would like to add buttons to the windows to stop/start rotating the cube. > I am not able to see such an example anywhere in the qt3d examples which > has supp