Hi, I am using the QTextExit class with QCompleter.
I have a domain specific languages whose keywords begins with @. I can't get QCompleter to work with such keywords. More precisely, if I use the following code: this->c = new QCompleter(QStringList() << "test" << "@Test",&t); I get completion for 'test' but not for '@Test'. Is this a limitation of QCompleter ? Is there a workaround ? Thank for your attention, Regards, Helfer Thomas _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest