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




Reply With Quote
Bookmarks