Results 1 to 2 of 2

Thread: Missing "Go to slot..." option in the Eclipse plugin

  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question Missing "Go to slot..." option in the Eclipse plugin

    Hi all,

    we're working with QT on Linux on Ubuntu 9.04.

    We noticed that the "Go to slot..." option is missing in the Eclipse plugin, while it still exists on QT Creator.

    Since we are building a whole development environment to promote QT among customers, this feature would be particularly important...

    Does anybody know why this feature is missing and how it can be enabled ?

    Any comment and explanation will be very appreciated.

    Many thanks.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Missing "Go to slot..." option in the Eclipse plugin

    It's most likely because such functionality would require access to the appropriate class source code, and then add the members to the header and main code. Considering Qt Creator has a full C++ parser built in, this is likely much easier to do under that environment.

    As long as you know the slot name, you can work around it by using Eclipse features to add a member to a class. They will be automatically connected at runtime if they are named appropriately.

Similar Threads

  1. xlib: extension "XFree86-DRI" missing on display ":0.0".
    By kiransu123 in forum Qt Programming
    Replies: 5
    Last Post: 3rd August 2009, 14:43
  2. Error "QString::arg: Argument missing"
    By Lawand in forum Qt Programming
    Replies: 3
    Last Post: 18th February 2009, 20:26
  3. Replies: 0
    Last Post: 3rd December 2008, 11:58
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. Eclipse "File->New Class" function question
    By MarkoSan in forum General Programming
    Replies: 0
    Last Post: 20th January 2008, 18:22

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.