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. Startup time of desktop application (ensureStaticOpenGLContext?)
Forum Updated to NodeBB v4.3 + New Features

Startup time of desktop application (ensureStaticOpenGLContext?)

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 387 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.
  • T Offline
    T Offline
    tgru
    wrote on last edited by
    #1

    We have a desktop application on Windows 7.
    Qt 4.8.: double click on icon --> application starts immediately (customers noticed with some kind of wow!)
    Qt 5.4.: double click on icon --> ... application starts a little later (less than half a second but not immediately)

    So it is ok, but not really wow! Profiling around there is a call to

    QWindowsIntegrationPrivate::ensureStaticOpenGLContext()

    At this time we do not have an OpenGL window. This will start only after user input. Then half a second is ok.

    1. Is it true that there is a OpenGL create command even if no OpenGL is used at start time
    2. How do I get back the quick start wow! ?

    Thanks!
    Thomas

    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