Results 1 to 2 of 2

Thread: QtDesigner Suggestions

  1. #1
    Join Date
    Apr 2010
    Posts
    152
    Thanks
    5
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Post QtDesigner Suggestions

    Is it possible to add the ability to VS plugin so that assigning events to controls can be achieved by double clicking the control and it takes you to the code where even handler code should be added? Something similar to VS C# designer or other RAD IDEs.

    Another request is to add popup/context menu editing to the designer so that it's a control a developer can add to a form and edit with the designer instead of coding it.

    I think the QtDesigner is great but still needs these features to be a full RAD tool.

    Thanks.

  2. #2
    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: QtDesigner Suggestions

    Designer is not meant to be a full RAD tool. It used to be a quasi-IDE in times of Qt3 but the code editing support was dropped completely in favour of embedding Designer in regular IDE solutions like VS, KDevelop or Eclipse. The form you design with Designer is completely independent from any code you write. Association of a form and a widget class can only be made in the IDE layer by manually choosing that this particular widget class will use this particular form. As far as I know this is what the VS add-in does.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Suggestions to qmake
    By lni in forum Qt Programming
    Replies: 3
    Last Post: 1st May 2009, 16:42
  2. Suggestions for validation XML with XSD
    By estanisgeyer in forum Qt Programming
    Replies: 1
    Last Post: 12th June 2008, 19:00
  3. Design suggestions
    By vermarajeev in forum Qt Programming
    Replies: 1
    Last Post: 15th December 2006, 09:22
  4. Log browser suggestions?
    By NRGizeR in forum Qt Programming
    Replies: 3
    Last Post: 14th July 2006, 09:20
  5. Skinnable GUI.. suggestions?
    By strandtc in forum Qt Programming
    Replies: 0
    Last Post: 1st March 2006, 05:57

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.