Results 1 to 7 of 7

Thread: QComboBox Signals doesn't invoke the called function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Aug 2010
    Location
    Chennai
    Posts
    21
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QComboBox Signals doesn't invoke the called function

    usually , i didn't give SLOT() parameter in python ( in c++ , i did give )

    I've implemented a push button previously , connected it to a function processimg as:

    Qt Code:
    1. self.connect(self.process,QtCore.SIGNAL('clicked()'),self.processimg)
    To copy to clipboard, switch view to plain text mode 

    It worked superb ....

    but this function doesn't get invoked .

    proper function for event changing of a combobox ?
    Last edited by ladiesfinger; 28th December 2010 at 15:01.

Similar Threads

  1. Slot doesn't get called
    By waynew in forum Qt Programming
    Replies: 7
    Last Post: 18th April 2010, 13:34
  2. How come this slot doesn't get called every second?
    By ShaChris23 in forum Qt Programming
    Replies: 2
    Last Post: 5th November 2009, 23:41
  3. Replies: 0
    Last Post: 17th September 2009, 10:40
  4. QThread::start() doesn't invoke run() method
    By seim in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2009, 17:09
  5. commitData doesn't seem to be called...
    By tone in forum Qt Programming
    Replies: 7
    Last Post: 10th September 2008, 14:42

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.