[osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Maxim Gammer
Hello, I've got a proposal to make changes in OSG for better compatibility with QT. Method's name emit needs to be replaced in namespace osgParticle. The thing is that emit is a name of the macros in QT. Of course, we can redefine emit like that: #ifdef emit #define MACRO1_SAVE emit #endif

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Alex Sierra
What about using osg widgets instead? -- A. Sent from my iPhone On Aug 28, 2009, at 6:01 AM, Maxim Gammer maxgam...@gmail.com wrote: Hello, I've got a proposal to make changes in OSG for better compatibility with QT. Method's name emit needs to be replaced in namespace osgParticle. The

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Maxim Gammer
Which one is better ? Adapter Widget + QT is more universal 2009/8/28 Sajjad dosto.wa...@gmail.com Hello Which one is better ? Adapter Widget or OSG Widget ? Sajjad On Fri, Aug 28, 2009 at 1:39 PM, Alex Sierra algsie...@gmail.com wrote: What about using osg widgets instead? -- A.

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Jolley, Thomas P
...@gmail.com] Sent: Friday, August 28, 2009 6:02 AM To: OpenSceneGraph Users Subject: [osg-users] Improvement of QT and OSG compatibility Hello, I've got a proposal to make changes in OSG for better compatibility with QT

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Maxim Gammer
/msg27183.html Tom Jolley -- *From:* Maxim Gammer [mailto:maxgam...@gmail.com] *Sent:* Friday, August 28, 2009 6:02 AM *To:* OpenSceneGraph Users *Subject:* [osg-users] Improvement of QT and OSG compatibility Hello, I've got a proposal to make changes

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread D.J. Caldwell
@lists.openscenegraph.org/msg27183.html Tom Jolley From: Maxim Gammer [mailto:maxgam...@gmail.com] Sent: Friday, August 28, 2009 6:02 AM To: OpenSceneGraph Users Subject: [osg-users] Improvement of QT and OSG compatibility Hello, I've got a proposal

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread D.J. Caldwell
-archive.com/osg-users@lists.openscenegraph.org/msg27183.html Tom Jolley From: Maxim Gammer [mailto:maxgam...@gmail.com] Sent: Friday, August 28, 2009 6:02 AM To: OpenSceneGraph Users Subject: [osg-users] Improvement of QT and OSG compatibility Hello

Re: [osg-users] Improvement of QT and OSG compatibility

2009-08-28 Thread Maxim Gammer
...@gmail.com] Sent: Friday, August 28, 2009 6:02 AM To: OpenSceneGraph Users Subject: [osg-users] Improvement of QT and OSG compatibility Hello, I've got a proposal to make changes in OSG for better compatibility with QT. Method's name emit needs to be replaced in namespace