Results 1 to 9 of 9

Thread: QComboBox does not update

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QComboBox does not update

    I guess if it works in the designer and in your application not, you must do something - what ever - in your application which is blocking the normal update of the combobox...

  2. #2
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    387
    Thanks
    101
    Thanked 15 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QComboBox does not update

    How could that possibly be? There is nothing related to this combo, other than its signal being connected to the slot of an object. Nothing is accessing or changing the combo in any way. Other inputs in the same widget, like a QTextEdit and some QLineEdits update perfectly fine.

    I use the Eclipse Integration of Designer and closed the Property Editor by accident. How do I get it back?

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QComboBox does not update

    Quote Originally Posted by Cruz View Post
    How could that possibly be? There is nothing related to this combo, other than its signal being connected to the slot of an object. Nothing is accessing or changing the combo in any way. Other inputs in the same widget, like a QTextEdit and some QLineEdits update perfectly fine.
    Don't ask me

    Quote Originally Posted by Cruz View Post
    I use the Eclipse Integration of Designer and closed the Property Editor by accident. How do I get it back?
    Window -> Show View -> Others :: Qt -> Qt C++ Property Editor

Similar Threads

  1. Qcombobox isModified method
    By tgreaves in forum Qt Programming
    Replies: 3
    Last Post: 7th January 2009, 23:12
  2. Qt Update project - Opinions wanted
    By pvdk in forum Qt Programming
    Replies: 0
    Last Post: 8th November 2008, 08:41
  3. QPainter update()
    By csvivek in forum Qt Programming
    Replies: 5
    Last Post: 24th March 2008, 09:42
  4. QComboBox drop list button events
    By maird in forum Qt Programming
    Replies: 5
    Last Post: 20th October 2007, 19:25
  5. using QComboBox as an ItemView
    By EricTheFruitbat in forum Qt Programming
    Replies: 3
    Last Post: 24th January 2007, 16:14

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.