On Wed, 24 Jun 2009 13:44:30 -0500, "Greg Smith" <[email protected]> wrote: > Here is a very simple test. > Just run it in a command shell, and be sure the .ui file lives in the same > directory as the .py file.
You don't say what version you are using. As Pete said it's probably because you aren't keeping a reference to the QCompleter. The current version of PyQt will do this for you. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
