Results 1 to 4 of 4

Thread: Designer form creation very slow

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2007
    Posts
    74
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Designer form creation very slow

    Hi,

    I'm looking for suggestions to improve performance. This is a windows app.
    This is for one dialog in particular, created by the Designer and
    shown in the attachment.
    It contains, among other things a 4 X 32 grid of dragabble LED objects whose
    base class is QLabel.

    When my app starts and a entry is clicked in the tree to the left this dialog
    is created and added to the displayable workspace. Base on what is clicked I need
    to hide or show some of the 4 X 32 dragabble LED objects.

    It is very slow under the debugger and still unacceptably slow when built as a release version.

    Under the debugger Some of the more costly functions:

    ****** Calling setupUi()
    ****** Back from setupUi() Time elapsed: ms 1372

    ****** Calling DPMConfigDevices() - Hide/Show the supported devices
    ****** Back from DPMConfigDevices() - Hide/Show the supported devices Time elapsed: ms 1432

    ****** Calling thisWidget->layout()->addWidget(m_DpmConfigTabSheet);
    ****** Back from addWidget(m_DpmConfigTabSheet) Time elapsed: ms 822

    Any suggestions?

    Thank you!

    Mark Foley
    Attached Images Attached Images

Similar Threads

  1. Form resizes ok in Designer, not in my test app.
    By MrGarbage in forum Qt Tools
    Replies: 2
    Last Post: 30th August 2007, 14:30
  2. Replies: 6
    Last Post: 5th July 2007, 02:00
  3. Replies: 5
    Last Post: 10th May 2006, 00:20
  4. [QT4 & XP] QTreeView issue with Designer form
    By incapacitant in forum Newbie
    Replies: 3
    Last Post: 2nd March 2006, 17:42
  5. Replies: 4
    Last Post: 6th February 2006, 14:30

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.