Results 1 to 9 of 9

Thread: QDevelop auto-complete function and Qt4

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Posts
    371
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    14
    Thanked 18 Times in 17 Posts

    Default Re: QDevelop auto-complete function and Qt4

    About completion:
    Do you have ctags installed? If not, please do install it.

    About the dignals/Qt-Designer:
    In Qt3 the slots/implementation was saved in the XML file. In Qt4, the implementation is much different (look at the Qt4 documentation about this issue). Basically, the connectino between slots and signals is done in the class implementation, a Cpp/H set of files, which Qt designer does not read.

    Read this document to understand how QDevelop creates the code for your GUI:
    http://doc.trolltech.com/4.3/designe...ic-connections

  2. The following user says thank you to elcuco for this useful post:

    degs2k4 (29th January 2008)

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
  •  
Qt is a trademark of The Qt Company.