Results 1 to 14 of 14

Thread: KDE ECLIPSE best QT IDE

  1. #1
    Join Date
    Jul 2006
    Posts
    36
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default KDE ECLIPSE best QT IDE

    hi

    I tried KDE-ECLIPSE plugins for ECLIPSE IDE , they are working very nice. And I can create and modify my UI using the Qt Designer directly from eclipse.

    I invite all of Qt fun to try those plugins.

    http://kde-eclipse.pwsp.net/

    bye
    Last edited by QiT; 19th July 2006 at 19:09.

  2. #2
    Join Date
    Jul 2006
    Posts
    18
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: KDE ECLIPSE best QT IDE

    Quote Originally Posted by QiT
    hi

    I tried KDE-ECLIPSE plugins for ECLIPSE IDE , they are working very nice. And I can create and modify my UI using the Qt Designer directly from eclipse.

    I invite all of Qt fun to try those plugins.

    http://kde-eclipse.pwsp.net/

    bye
    Can you list some advantages in comparison with kdevelop 3.4 (3.3.91), if we say about QT4-applications?

  3. #3
    Join Date
    Jul 2006
    Posts
    36
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    hi anli
    the advantages of KDE plugins for Eclipse IDE are :

    1- It is running in all platforms (linux,windows,MacOs,...)
    2- Very powrful debugger
    3- Eclipse is the best IDE ever build (eclipse.org)

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    Quote Originally Posted by QiT
    the advantages of KDE plugins for Eclipse IDE are : [...]
    Does this mean that it doesn't support Qt4?

  5. #5
    Join Date
    Jul 2006
    Posts
    18
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: KDE ECLIPSE best QT IDE

    Quote Originally Posted by QiT
    hi anli
    the advantages of KDE plugins for Eclipse IDE are :

    1- It is running in all platforms (linux,windows,MacOs,...)
    2- Very powrful debugger
    3- Eclipse is the best IDE ever build (eclipse.org)
    I know Eclipse's charms very well as it is my every day IDE for java development. I'm interested in advantages for *QT4* development. like:

    - *.pro files managing
    - QT "C++extensions" support,
    - different help/api/html files access/search,
    - codecompletion,
    - and so on.

  6. #6
    Join Date
    Jul 2006
    Posts
    36
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    Quote Originally Posted by jacek
    Does this mean that it doesn't support Qt4?
    no it supports QT4

  7. #7
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    20
    Thanks
    2
    Thanked 4 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: KDE ECLIPSE best QT IDE

    Hello,
    this looks really interesting. I have tried to install it but it didn't run.
    I have copied all files from the first table at http://kde-eclipse.pwsp.net/index.ph...downloads.html into eclipse/plugins.
    If i look at Help->About Eclipse SDK->Plugin Details i see only two kde plugins:
    - org.kde.antlr2
    - org.kde.designer

    But where are the other plugins?

    Also if i try File->New->Project there is nothing for C++ or Qt.

    Does i have to do anything else beside copying the plugins into eclipse/plugins?

    Thanks!

  8. #8
    Join Date
    Jul 2006
    Posts
    36
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    yes you need the CDT plugin for c++ integration in eclipse.

    just choose the correct version described in the site.
    power of mind > mind of power

  9. #9
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: KDE ECLIPSE best QT IDE

    hi,
    could anyone tell me other examples of good KDE IDEs? Thanks
    Regards

  10. #10
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    Good I don't know! but you can try QIde
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  11. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: KDE ECLIPSE best QT IDE

    The best IDE with full support for KDE3 is KDevelop. It (among other things) has a variety of KDE project templates like kio_slaves, kicker applets, KDevelop plugins, DCOP servers, regular KDE applications, etc.

  12. #12
    Join Date
    Jul 2006
    Posts
    79
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    Maybe a stupid question, but where can i build a project?
    When I change a file and click run it just runs the old binary..

    Regards..
    aMan..

  13. #13
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    How did you build it in the first place
    We can't solve problems by using the same kind of thinking we used when we created them

  14. #14
    Join Date
    Jul 2006
    Posts
    79
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: KDE ECLIPSE best QT IDE

    I've made a new project and clicked run..
    Then I've changed the QMainWindow into a QPushButton and after clicking run it still opens the QMainWindow..

    It doesn't compile anything because I haven't included QPushButton yet and it doensn't throw any errors..

    Regards..
    aMan..

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.