Page 1 of 5 123 ... LastLast
Results 1 to 20 of 166

Thread: QDevelop, a new IDE for Qt4

Hybrid View

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

    Default QDevelop, a new IDE for Qt4

    Not, it is not yet a new IDE for Qt4. As I recovered the domain name, QIde becomes QDevelop. New name, new site: accessible here: http://qdevelop.org.

    Please do not use any more old the thread QIde.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  2. #2
    Join Date
    Jan 2006
    Posts
    24
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: QDevelop, a new IDE for Qt4

    well.... the next step is open a berlios/sourceforge project and USE the svn

    cheers

  3. #3
    Join Date
    Jul 2006
    Posts
    126
    Thanks
    17
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QDevelop, a new IDE for Qt4

    I'm using your IDE at work and at home, in linux and windows xp.

    Do you want a translator to spanish language?

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

    Default Re: QDevelop, a new IDE for Qt4

    Yes with joy. Download the lasted version 0.20 unstable on http://qdevelop.org. Add a QDevelop_Spanish.ts then send me the (.ts) translated.

    PS : If you prefer, I send it to you the (.ts).

    Thank you
    Last edited by jlbrd; 5th October 2006 at 17:03.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  5. #5
    Join Date
    Apr 2006
    Location
    Rheinland-Pfalz (Germany)
    Posts
    18
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Thumbs up Re: QDevelop, a new IDE for Qt4

    hi jlbrd,

    i already said into another post, that you great work carry out. thanks again.

    you have a subclass generator in your ide but i have little question.
    can i create cusotm signals/slots with this widget/dialog? if not then add it, PLEASE PLEASE

    i need this, then i had autoconnection slots .... *brrrrr*
    Best regeards/kinds

    ChMaster

    Projects:
    DBoxFE
    DMS
    First4 (Plugin developer)

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

    Default Re: QDevelop, a new IDE for Qt4

    Actually the subclassing dialog only permit the creation of autoconnect slots. With "normal" slots it's most complex because a signal can be in a class and the slot in other. But it was present in Designer 3, it is true.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  7. #7
    Join Date
    Apr 2006
    Location
    Rheinland-Pfalz (Germany)
    Posts
    18
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: QDevelop, a new IDE for Qt4

    yes is right, this was in qt3 designer included.

    you do not have determine anything against it if i extend it?
    this include many time for me .... (i try it and i give you a answer for this)

    note: sorry for my bad english ....
    Best regeards/kinds

    ChMaster

    Projects:
    DBoxFE
    DMS
    First4 (Plugin developer)

  8. #8
    Join Date
    Feb 2006
    Location
    Boulder, Colorado, USA
    Posts
    63
    Thanked 8 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QDevelop, a new IDE for Qt4

    jlbrd, I just sent you a patch to move the tabs around (via email). Are you going to put QDevelop in a source control repository? I'd love to help out, but I am not a fan of patches.

    The Qt code completion of known members is awsome!

    Feature request: convert tabs to spaces like KDevelop can do.

    Thanks for the great program!

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

    Default Re: QDevelop, a new IDE for Qt4

    Thank for your patch. I modified your code a little to allow the swap between tab in real time. My ftp server is down. I quickly puts the modified version.

    For the svn, it's opened on http://code.google.com/p/qdevelop/ but it is necessary that I learn the svn to use it . Especially to authorize the modification by the other users.

    QDevelop normally allow to replace tab by space. It's available on options dialog. It not do work?

    ChMaster: Can you rewrite your last post because I don't understand. My English is bad too.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  10. #10
    Join Date
    Apr 2006
    Location
    Rheinland-Pfalz (Germany)
    Posts
    18
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: QDevelop, a new IDE for Qt4

    Quote Originally Posted by jlbrd
    ChMaster: Can you rewrite your last post because I don't understand. My English is bad too.
    i mean. i can change your subclassdialog in order to create costum signals/slots or so

    you have say
    Quote Originally Posted by jlbrd
    With "normal" slots it's most complex because a signal can be in a class and the slot in other.
    thats true, but nearly easy to realize . i must study your code of subclass and then try it.
    Best regeards/kinds

    ChMaster

    Projects:
    DBoxFE
    DMS
    First4 (Plugin developer)

  11. #11
    Join Date
    Jul 2006
    Posts
    126
    Thanks
    17
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QDevelop, a new IDE for Qt4

    Translated to Spanish

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

    Default Re: QDevelop, a new IDE for Qt4

    ChMaster: Yes modify my code to implement custom signal/slot .
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  13. #13
    Join Date
    Apr 2006
    Location
    Rheinland-Pfalz (Germany)
    Posts
    18
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: QDevelop, a new IDE for Qt4

    hehe, i try it and i must spend time for that ..... i let you know ...
    Best regeards/kinds

    ChMaster

    Projects:
    DBoxFE
    DMS
    First4 (Plugin developer)

  14. #14
    Join Date
    Apr 2006
    Posts
    29
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: QDevelop, a new IDE for Qt4

    It seems QDevelop does not handle include() in project files. This can make it unusable for some projects ...

    Very good work anyway :-)

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

    Default Re: QDevelop, a new IDE for Qt4

    Yes the project loader not understand all features of qmake project. Variables $$ and all functions as include() are not understand. But I will work on this.

    Qdevelop project have now a svn always up to date and a users list used for general discussion about the using of QDevelop and to announce new versions.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  16. #16
    Join Date
    Apr 2006
    Location
    Rheinland-Pfalz (Germany)
    Posts
    18
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Cool Re: QDevelop, a new IDE for Qt4

    Quote Originally Posted by jlbrd View Post
    Qdevelop project have now a svn
    the svn modul not works, why use you google ..... *brrr*
    why not use sourceforge or berlios?

    note:
    i have implemented to create custom signal/slot for subclass in subclass.ui and
    subclassimpl.h/cpp (not complete). i test it this week and i give you a answer.
    (write mail to you with patches or files)

    note:
    sorry for my very very bad english
    Best regeards/kinds

    ChMaster

    Projects:
    DBoxFE
    DMS
    First4 (Plugin developer)

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

    Default Re: QDevelop, a new IDE for Qt4

    the svn modul not works, why use you google ..... *brrr*
    I have just tried and it's work fine. Try with :
    The two formats if it's possible. It's better. Thanks
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  18. #18
    Join Date
    Feb 2006
    Location
    Jarrell, Texas, USA
    Posts
    70
    Thanks
    7
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Question Re: QDevelop, a new IDE for Qt4

    I started using QDevelop just yesterday, so forgive me if this is a simple question.
    In the documentation it states that you can enter gdb commands in the "gdb lineedit". I cannot seem to find this line edit anywhere. Could you tell me where it is?

    Thanks

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

    Default Re: QDevelop, a new IDE for Qt4

    In new versions, the lineedit disappeared. Now, the content of variables are automatically showed by qdevelop. The lineedit, useless, was removed. I must modify the documentation.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  20. #20
    Join Date
    Feb 2006
    Location
    Jarrell, Texas, USA
    Posts
    70
    Thanks
    7
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Red face Re: QDevelop, a new IDE for Qt4

    Thanks for the reply.
    I must be a real rookie because all I can see are the variables that are local to the current method. I cannot see the contents of any pointers or members of a class that are instantiated within the current method. Not sure if I missing a setting or option.

    I do appreciate the fact that I can see the content of QStrings. This was a major problem for me in KDevelop.

Similar Threads

  1. QDevelop SQLite Driver Issue
    By Phan Sin Tian in forum Qt-based Software
    Replies: 4
    Last Post: 1st August 2010, 11:47
  2. QDevelop 0.22
    By jlbrd in forum Qt-based Software
    Replies: 5
    Last Post: 5th May 2007, 13:03
  3. QDevelop - current development
    By ghorwin in forum Qt-based Software
    Replies: 2
    Last Post: 30th March 2007, 14:54
  4. Getting QDevelop to work
    By db in forum Newbie
    Replies: 3
    Last Post: 20th March 2007, 02:25
  5. g++ with qdevelop
    By spx2 in forum Qt Programming
    Replies: 2
    Last Post: 19th December 2006, 09:55

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.