[Digikam-devel] [Bug 147362] tool-tip for zoom indicator is below the screen if window is maximised

Gilles Caulier caulier.gilles at gmail.com
Mon Jul 2 14:00:11 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147362         




------- Additional Comments From caulier.gilles gmail com  2007-07-02 15:00 -------
Fabien, (:=)))

Try to play with this line :

bool DCursorTracker::eventFilter(QObject *object, QEvent *e)
{
...
    move(event->globalPos().x() + 15, event->globalPos().y() + 15);

...and especially the "+15" offset used to move tooltip on X,Y...

You just need to adapt these values.

Gilles

Gilles



More information about the Digikam-devel mailing list