Hi I am trying to get QCompleter to behave as follows - complete folder names but only show files with a given extension So for example
C:\ - user sees all folders under C C:\my - user sees all folders that match C:\myFolder\a - user sees all folders that match + any files that match a*.myext I have played with the various options in QDirModel and QFileSystemModel but cannot find the correct combination. Is this possible with QCompleter as it is or do I need to derive from it to get some extra functionality? Thanks _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest