Results 1 to 3 of 3

Thread: which classes should we e looking at for 3d angled widgets?

  1. #1
    Join Date
    Dec 2010
    Posts
    2
    Qt products
    Qt4 Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows

    Lightbulb which classes should we e looking at for 3d angled widgets?

    We're just getting started with Qt and want to accomplish a 3D interactive interface.


    The image above is a quick mock up of what we're trying to achieve. Can anyone suggest the Qt classes I should be looking at and any pointers on how to go about it?
    We're fairly new to QT but now have the basics covered and are experienced C++ and Java devs.

  2. #2
    Join Date
    Aug 2009
    Location
    Belgium
    Posts
    310
    Thanks
    10
    Thanked 31 Times in 25 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: which classes should we e looking at for 3d angled widgets?

    Hi,

    See the following demo from Qt : Embedded dialogsl.

    Basically, it means you can design your UI using the normal widgets (buttons, lists, textboxes, ...). And then you put these widgets in a 'graphics view' which allows transformations to be applied on all things that are put in it.

    Best regards,
    Marc

  3. #3
    Join Date
    Dec 2010
    Posts
    2
    Qt products
    Qt4 Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: which classes should we e looking at for 3d angled widgets?

    Excellent, thank you. I saw that demo a few hours ago and have been playing with it.
    I'll do some reading on graphics view. Any links to docs on it?

    From what I've seen you can't add any depth to a widget. Is this correct or am I overlooking/missing something?
    If that's not clear as to what I mean, have a look at the image. Widget one for eg is at an angle and pointing into the z axis but the widget itself is flat. Is there a way to make it 3D? Could we extend the standard widgets and override anything to turn them 3D?

Similar Threads

  1. Replies: 2
    Last Post: 16th December 2010, 11:52
  2. Replies: 2
    Last Post: 20th August 2010, 13:20
  3. Replies: 5
    Last Post: 18th April 2010, 23:31
  4. Replies: 0
    Last Post: 15th May 2009, 15:38
  5. Additional classes and widgets for Qt.
    By ufo-vl in forum Qt Programming
    Replies: 4
    Last Post: 22nd July 2007, 13:51

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.