Results 1 to 2 of 2

Thread: WPF and QT

  1. #1
    Join Date
    Jan 2006
    Posts
    75
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8

    Default WPF and QT

    I've been watching videos about WPF (Windows Presentation Foundation) and XAML, which can be used to build WPF applications. I realized pretty immediately that the XAML files used to describe the WPF applications are basically the files generated by QT Designer.

    This made me wonder to what extent QT/OpenGL could be expanded upon to create an application that is rendered purely in OpenGL (with the same level of ease as WPF). All of the "hype" around WPF basically boils down to using DirectX wisely to render applications from what I can tell.

    Just thought I would share. I've never really used QT's OpenGL functionality so I can't really speak for it.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: WPF and QT

    You can use QGraphicsView with an OpenGL viewport and insert widget items into the scene to obtain a nice effect.

    See here: http://labs.trolltech.com/blogs/2008...s-with-opengl/

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
  •  
Qt is a trademark of The Qt Company.