Hi, if I try to use the code-completion for the signal entered(), e.g. QObject::connect(off, SIGNAL(entered()), a, SLOT(foo())); the qtcreator doesn't list the entered() signal for completion. Other signals (e.g. finished()) are listed. What's wrong here? -- Wilhelm