Hello all,
as Stefan seems to be not available since a few weeks: could somebody test this patch with newer qt
versions (4.3, 4.4)? I have no capacities to upgrade my version atm.
thanks
Bernhard
Bernhard Roider schrieb:
Hello Stefan,
today i finally found some time to investigate the problem we discussed
at the beginning of march concerning the completion list: rtl text does
not work and icons are not displayed for math symbols.
Here is a patch that solves that issue for me using qt 4.2.3. There are
two things that caused the problem:
1. QCompleter::setModel() changed the item delegates internally, so the
specialized ones vanished
2. item delegates for columns are not used --> qt bug?
The attached patch solves both issues so that it works with my qt
version. It should be tested for newer versions of qt.
Another issue: Here the destructor ~CompleterItemDelegate is never
called. Do we have to delete it manually?
bernhard