Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem during using OPenGL in QGraphicsView
Forum Updated to NodeBB v4.3 + New Features

Problem during using OPenGL in QGraphicsView

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    oiniya
    wrote on 6 Nov 2013, 04:52 last edited by
    #1

    in the QGaphicsViews object:
    @ setViewport(new QGLWidget(QGLFormat(QGL::SampleBuffers)));
    setViewportUpdateMode(QGraphicsView::FullViewportUpdate);@

    but when I ran the program I got the warning message:

    @QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
    QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'@

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 6 Nov 2013, 08:55 last edited by
      #2

      Hi,

      You need to add more information, which Qt version are you using, what OS are you running etc...

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • O Offline
        O Offline
        oiniya
        wrote on 6 Nov 2013, 09:43 last edited by
        #3

        [quote author="SGaist" date="1383728102"]Hi,

        You need to add more information, which Qt version are you using, what OS are you running etc...[/quote]

        Mmmm, I'm sorry for missing these information....
        I'm using the "Qt 5.1.1 for Windows 32-bit (VS 2010, OpenGL, 504 MB) " in the Win7 64bit operating system.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lygstate
          wrote on 15 Dec 2013, 08:53 last edited by
          #4

          I got the same problem, seems there is no opengl driver on my computer, suppose you using windows xp without proper graphics drivers installed, then that's will show.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved