PDA

View Full Version : QCompleter once again (setting a font)



Lykurg
15th March 2007, 10:47
Hi,

I use a QCompleter for a QLineEdit with QCompleter::PopupCompletion. How can I access the popup to set a custom font?

Thanks,
Lykurg

high_flyer
15th March 2007, 11:23
QCompleter::popup () ?

Lykurg
15th March 2007, 12:42
QCompleter::popup () ?
Damn! You are right, havn't seen it. Thanks.