Version: (using KDE 4.3.3) Compiler: cmake 2.6 OS: Linux Installed from: Archlinux Packages We were using setZoomFactor in KDE3 to set the size of the content in the KHTMLPart we display on start in KMyMoney. Now in KDE4, the mouse wheel works to zoom in or out (up to a normal level) but it doesn't work programmatically. setZoomFactor seems to do nothing at all. I tried to use values between 80 and 140 and nothing happened. As I said, it does work if I change the zoom factor with the mouse wheel. Related to bug 216499 in kmymoney4
Weird. values < 100 are not supported; but for other values, the method is what handles ctrl-+, which does work.
The documentation says it supports values between 40 and 180. Anyway, we worked around this to solve our own bug. You can close this one.