Results 1 to 2 of 2

Thread: QDateEdit emiting signal problem

  1. #1
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default QDateEdit emiting signal problem

    Hi All
    I have a problem now? I have a QDateEdit on my form, and i promoted it to tarifEdit class which i made it, by promoting from QDateEdit. I have signal here but i can't emitting it!!!!

    Why I can't ?

    Qt Code:
    1. moc/tarihedit.o: In function `tarihedit::cikis()':
    2. tarihedit.cpp:(.text+0x485): undefined reference to `tarihedit::kapat_s()'
    3. collect2: ld returned 1 exit status
    4. make[1]: *** [gkdpr] Error 1
    5. make: *** [x86] Error 2
    6. make[1]: Leaving directory `/home/can2/finalize/workspace/gkdpr'
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QDateEdit emiting signal problem

    Probably you forgot required Q_OBJECT macro from the class declaration.
    J-P Nurmi

Similar Threads

  1. QLineEdit - lostFocus signal problem
    By Enygma in forum Qt Programming
    Replies: 6
    Last Post: 17th June 2010, 21:52
  2. Possible signal mapper problem
    By MarkoSan in forum Qt Programming
    Replies: 13
    Last Post: 25th January 2008, 14:11
  3. Replies: 0
    Last Post: 2nd May 2007, 11:53
  4. Replies: 3
    Last Post: 15th April 2007, 20:16
  5. Problem with receiving events from QDateEdit
    By gunhelstr in forum Qt Programming
    Replies: 4
    Last Post: 20th April 2006, 12:21

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.