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. FullScreen QGraphicsView not closing properly Qt5.3.1/Qt5.3.2, Windows 7, nvidia gfx card
Qt 6.11 is out! See what's new in the release blog

FullScreen QGraphicsView not closing properly Qt5.3.1/Qt5.3.2, Windows 7, nvidia gfx card

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.2k 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.
  • H Offline
    H Offline
    HolgerLindner
    wrote on last edited by
    #1

    I encountered a problem with QGraphicsView with an OpenGL Viewport. I run a FullScreen Application, that starts a FullScreen SlideShow that uses OpenGL. My SlideShow extends QGraphicsView, creates an QGLWidget as viewort and displays some moving pictures.

    The problem is when i call close() or hide() on the SlideShow window it is not closed or hidden. it just stays on top of everything and becomes unresponsive. If I then press Alt+Tab to switch windows it is properly closed. This also only accurs if my main window is in focus, when the slide show is started. if it starts while im in a browser or some thing it closes fine.

    The same class works without any problems, when not displayed in full screen mode.

    Can any one help me with this. Is this known? I read about a similar problem some one had with a nokia cell phone, but no solution there.

    Also it seems to work properly with Qt5.0.2.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Can you reproduce this behavior with a minimal compilable example ?

      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
      • H Offline
        H Offline
        HolgerLindner
        wrote on last edited by
        #3

        Hi,
        I'll try to do that

        Edit: I tried to reproduce it with a minimum example, but it seems to work fine there. I will see if I can get it to not work somehow :P

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What you can do is to "rebuild" your application one piece at a time until you can trigger the bug

          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
          • H Offline
            H Offline
            HolgerLindner
            wrote on last edited by
            #5

            The Problem is, that it is quite a big piece of software. It might take me some time to investigate the problem some more

            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