I am currently using a QCompleter with a QLineEdit. The code seems to work fine. But I would like to make 1 minor customization. If the user presses the up-arrow, before typing any text (to match) I would like to pop-up the entire list (which works) and automatically select the last item. I thought I could do this by calling setCurrentRow(). But that doesn't seem to change the pop-up display. Is there some other method of manipulating the pop-up display? My code is based on the QCompleter example (http://doc.trolltech.com/4.2/tools-customcompleter.html).

Thank you
David Brennan