Results 1 to 6 of 6

Thread: Slow Graphics since Qt 5.6.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2015
    Posts
    14
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Slow Graphics since Qt 5.6.0

    Hi there,

    the problem:
    The graphic animations of the same Qt application are running on Qt 5.4.2, Qt 5.5.0 and Qt 5.5.1 just fine. But on Qt 5.6.0, Qt 5.6.1 and Qt 5.7.0 at minimum 100% slower. No matter if MinGW 32 bit or Microsoft 32 or 64 bit compiler is used.

    Setup:
    Processor: Intel Core 2 Duo E8400 @ 3.00GHz
    RAM: 8GB
    Graphicscard: ATI Radeon HD 3600 - Directx 10.1 (non gamer card)
    Operating System: Windows 10 64 bit (no enviroment variable set for Qt)
    IDE: Qt Creator
    Qt Windows Desktop Application 32 and 64bit.
    Graphic Animations run on QWidget with QPainter and 100x drawText() and 400x drawLine() functions.
    Animations are started with mouse click and hold on QPushbutton with autorepeat=true and "autorepeatinterval"=0

    I tried to isolate the problem to a specific part of the application without success. If QPainter::drawText() is disabled in the full application, then it seams the speed is there again. But if I program a small test application with massiv use of QPainter::drawText() only, there is no slow down between the different Qt versions.

    It's hard for me to understand on what graphics driver my Qt application is running on Windows 10 (ANGLE or OpenGL?). So eventually there might be the problem. Because I did not change anything in my Qt application when testing the obove mentioned Qt versions. Should I have done that? For example set an Windows enviroment variable oder an entry in project file (*.pro)?

    Does anybody know what the problem might be, or provide tips how to find the issue?
    Last edited by mireiner; 16th June 2016 at 21:41.

Similar Threads

  1. graphics
    By nabeel in forum Qt Programming
    Replies: 0
    Last Post: 5th September 2013, 13:08
  2. Qt-Graphics
    By grsandeep85 in forum Qt Programming
    Replies: 3
    Last Post: 30th October 2009, 09:33
  3. Qt Graphics
    By soumya in forum Qt Programming
    Replies: 1
    Last Post: 27th October 2009, 09:41
  4. 3D graphics
    By impeteperry in forum Qt Programming
    Replies: 3
    Last Post: 19th July 2009, 08:00
  5. graphics view slow
    By dognzhe in forum Qt Programming
    Replies: 16
    Last Post: 11th May 2009, 17:36

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.