Hi,
I am programming using OpenSG and I want to use Qt for having a better
interface for user interaction. I found a tutorial how to combine Qt and
OpenSG, this one:
http://www.opensg.org/doc-1.4.0/QT.html
However, I do not manage to make it work. I have Qt Version 4.1.4 installed,
and OpenSG Version 1.6.0, and Visual Studio .NET 2003. The tutorial seems to
be for an older version of Qt.
I can not find OSGQGLManagedDesignerWidget and i cannot create it, because
there is no dialog that allows me to create my own classes. Can anybody tell
me how to place my own custom Widget in the form, so that OpenSG can handle
the content? Would be great to have a tutorial of how to do it with the
actual version of Qt.
If I am in the wrong newgroup for this problem, please let me know.
Thanks
|
|
0
|
|
|
|
Reply
|
Katrin
|
8/22/2006 7:53:34 AM |
|
Katrin Michels wrote:
> Hi,
>
> I am programming using OpenSG and I want to use Qt for having a better
> interface for user interaction. I found a tutorial how to combine Qt and
> OpenSG, this one:
>
> http://www.opensg.org/doc-1.4.0/QT.html
>
> However, I do not manage to make it work. I have Qt Version 4.1.4 installed,
> and OpenSG Version 1.6.0, and Visual Studio .NET 2003. The tutorial seems to
> be for an older version of Qt.
>
> I can not find OSGQGLManagedDesignerWidget and i cannot create it, because
> there is no dialog that allows me to create my own classes. Can anybody tell
> me how to place my own custom Widget in the form, so that OpenSG can handle
> the content? Would be great to have a tutorial of how to do it with the
> actual version of Qt.
>
> If I am in the wrong newgroup for this problem, please let me know.
You probably want to post to the Qt mailing list - look at
http://lists.trolltech.com/.
At a guess, I'd say you're OpenSG installation was done before
installing Qt, or maybe you got the Qt path wrong. The reason
you don't see the widget you're expecting is that there is
no such widget in the Qt plugins/designer directory.
- Keith
|
|
0
|
|
|
|
Reply
|
Keith
|
8/22/2006 9:12:39 AM
|
|
Hi,
In article <ecedbt$lro$1@cache.uni-koblenz.de>, "Katrin Michels" <kmichels@uni-koblenz.de> writes:
> I am programming using OpenSG and I want to use Qt for having a better
> interface for user interaction. I found a tutorial how to combine Qt and
> OpenSG, this one:
>
> http://www.opensg.org/doc-1.4.0/QT.html
That's a bit old, I'm not sure if they actually updated it but the
(theoretically:) most current version is at:
http://www.opensg.org/doc-1.6.0/QT.html
> However, I do not manage to make it work. I have Qt Version 4.1.4 installed,
> and OpenSG Version 1.6.0, and Visual Studio .NET 2003. The tutorial seems to
> be for an older version of Qt.
I think at least the current CVS version works with Qt 4, dunno about
the 1.6 release.
> I can not find OSGQGLManagedDesignerWidget and i cannot create it, because
> there is no dialog that allows me to create my own classes. Can anybody tell
> me how to place my own custom Widget in the form, so that OpenSG can handle
> the content? Would be great to have a tutorial of how to do it with the
> actual version of Qt.
I've never actually used it, but it is included in my version in the
WindowQtLib. Perhaps you didn't install/build that one.
I know it's not much help, but you could try asking on the user list,
it's usually very responsive and you should get an answer directly from
the core developers within a very short timeframe.
The user list is at:
https://lists.sourceforge.net/lists/listinfo/opensg-users
A good (as in actually working as opposed to the one at SF) archive is at:
http://www.mail-archive.com/opensg-users%40lists.sourceforge.net/
(If you want to do any development with OpenSG I highly recommend that
you subscribe to the list.)
HTH,
Akos
|
|
0
|
|
|
|
Reply
|
edhellon
|
8/22/2006 12:46:50 PM
|
|
|
2 Replies
291 Views
(page loaded in 0.032 seconds)
Similiar Articles: Qt - comp.graphics.api.openglHi, I am programming using OpenSG and I want to use Qt for having a better interface for user interaction. I found a tutorial how to combine Qt and ... Quicktime and qt_ended - comp.lang.javascriptOn Apple's site at it talks about DOM events. I'm interested in is the "qt_ended" event. You need to add to the page and this IE-specif... combining GLEW, OpenInventor, SoQt, Qt and OpenGL - comp.graphics ...Hi to all, I'm currently trying to use GLEW in a project instead of having to deal manually with all OpenGL-extensions. After some time I finally g... Problem with QTAda 3.0 and QTCore4.dll on Windows - comp.lang.ada ...I have installed the QT 4.6.0 software package for VS2008, I have set the c:\Qt\4.6.0\bin path as the first path, but it doesn't work with QTAda programs, though all ... Resizable, movable and draggable rectangle widget? - comp.lang ...Qt - comp.graphics.api.opengl Resizable, movable and draggable rectangle widget? - comp.lang ... Hi, Can anybody tell me where I can find an easy-to-integrate Java2D ... googleearth's small info window - comp.graphics.api.opengl ...It can be proven with "xwininfo" and it can cross the borders of QGLWidget and Qt's MainWindow. The question is - is it possible to achieve create such thing with Qt ... CS2-Bridge PICT file thumbnails not showing - comp.graphics.apps ...PS-CS2 will open them with out a problem, just not show them >in Bridge. > >I changed the file association (XP-Media Edition) from Apple QT (latest viewer >installed ... Calling DLL subroutine from C++ - comp.lang.fortranI am able to invoke a subroutine in my DLL successfully, and all seems OK until the execution is complete. On return from the DLL subroutine my C++/Qt application ... WANTED: OpenGL 2D plotting library - comp.graphics.api.opengl ...Besides that my user > unterface is MFC-based (though Linux port is planned, so OpenGL is > needed), so I can't use Qt-based controls at all Hm, you see: If you had ... How do I redirect server's standard output to socket? - comp.unix ...Socket server includes a big library and will be run in the background, and client program has GUI with Qt library. I want server standard output to redirect to client ... Qt - Cross-platform application and UI framework — Qt - A cross ...Qt SDK, libraries and Qt Creator IDE available under LGPL and GPL licenses, or get a 30 day evaluation of Qt under a commercial license. QuikTrip > HomeThink Quik, QuikTrip. A Convenience Store that is home to QT Kitchens, fresh sandwiches, donuts, coffee, fountain drinks, Guaranteed Gasoline 7/24/2012 3:57:52 AM
|