Custom QFilterType::ListFilter
Thu, 05/12/2011 - 09:27
Hi :) I need a little help. I have a QDataGrid with Filters, one of them are a ListFilter,once I added items to it, the problem are that the first option of List is '-any-' in English, I want to know the way to change this word for the traduction to spanish, I don't know if I have to use QApplication::Translate or somethig similar to custom this ListFilter. I'm greatful if someone can help me! thanks a lot!

Have a look at yhis example. Might be useful for you in other cases as well:
http://examples.qcu.be/assets/_core/php/examples/communication/advanced_...
The word 'any' is QTranslated.
Cheers
Helge