Results 1 to 10 of 10

Thread: Can a QCompleter emit a signal of index of position of its inside list, by clicking?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Can a QCompleter emit a signal of index of position of its inside list, by clicki

    No, but the modified QCompleter is more general than that (need not be a string list, any table model will do) and does not require the receiver to have access to the original data.

    An editable QComboBox may be a better option than either.
    Last edited by ChrisW67; 24th January 2016 at 05:08.

  2. The following user says thank you to ChrisW67 for this useful post:

    Alex22 (25th January 2016)

Similar Threads

  1. Seems that my emit doesn't emit the signal
    By roseicollis in forum Newbie
    Replies: 2
    Last Post: 19th January 2015, 16:05
  2. Replies: 1
    Last Post: 12th January 2011, 22:40
  3. Replies: 0
    Last Post: 4th April 2010, 17:42
  4. emit a signal from inside a callback routine
    By franco.amato in forum Qt Programming
    Replies: 20
    Last Post: 21st January 2010, 18:05
  5. eventFilter and clicking inside QSpinBox
    By T4ng10r in forum Qt Programming
    Replies: 2
    Last Post: 6th March 2007, 21:02

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.