Results 1 to 4 of 4

Thread: Designer form creation very slow

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Designer form creation very slow

    I'd turn those 128 separate LED widgets into a single custom widget that draws the LEDs to avoid relayouting everything every time you change something. QTableView with a custom delegate might be a simple replacement for your LED widgets.

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

    Default Re: Designer form creation very slow

    Thank you for both replies, which essentially tell me what I already feared was true. The
    design is not practical. This was my first QT complex form and I now understand quite a bit
    more.

    Thankfully it is not too late to change the design, and that is what I will do.

    Mark

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.