Results 1 to 6 of 6

Thread: Possible QtCreator bug

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2017
    Posts
    55
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Possible QtCreator bug

    The only way to simplify it would be to do away with the tabs and display individual forms. I would still have all the widgets. There is lots of data coming from various sensors, temperature monitors etc etc, so there are groups of leds turning red and green and data being displayed awaiting operator response/interraction. Actually it's not 1000, I counted them, it closer to 810. Still a lot of widgets.

    I removed QtCreator and reinstalled it. That fixed the problem. Something occurred that corrupted the original QtCreator installation

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,321
    Thanks
    316
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Possible QtCreator bug

    Still a lot of widgets.
    Hope you aren't writing nuclear reactor control software. I'd hate to be the operator who has to spot one red LED widget in a sea of 809 green ones.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. #3
    Join Date
    Jul 2012
    Posts
    248
    Thanks
    29
    Thanked 15 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Possible QtCreator bug

    It might be better to create a custom widget and do the rendering yourself...

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Possible QtCreator bug

    Quote Originally Posted by emp1953 View Post
    The only way to simplify it would be to do away with the tabs and display individual forms.
    Not necessarily.

    You can easily make each tab page as a separate widget in designer and then create the tab widget in code.

    Usually a far better approach as you can test each page individually.

    Cheers,
    _

  5. The following user says thank you to anda_skoa for this useful post:

    emp1953 (30th April 2019)

Similar Threads

  1. QTCreator 3.1.1 for QT 4.2.1
    By enricong in forum Newbie
    Replies: 1
    Last Post: 24th May 2014, 21:44
  2. QtCreator and RPM
    By bob2oneil in forum Qt Tools
    Replies: 2
    Last Post: 20th December 2011, 14:52
  3. QtCreator 2.0 crashes application working in QtCreator 1.3
    By been_1990 in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2010, 12:58
  4. QtCreator x64
    By Dato0011 in forum Qt Tools
    Replies: 6
    Last Post: 15th February 2010, 12:59
  5. Replies: 1
    Last Post: 10th February 2010, 07:28

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
  •  
Qt is a trademark of The Qt Company.