diff options
Diffstat (limited to 'kexi/doc/dev/TODO-Kexi-js')
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 9d0eb85be..bef697604 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -286,7 +286,7 @@ HINT: removing WStaticContents from KexiTableView ctor fixed repaint problem offer copy/cut/paste/copy-to-file/clear for such selections - tooltips: -- implement tooltip manager (this will allow to create custom tooltips) --- use if ( QApplication::isEffectEnabled( UI_AnimateTooltip ) == FALSE ||.... +-- use if ( QApplication::isEffectEnabled( UI_AnimateTooltip ) == false ||.... as in qtooltip.cpp:564 -- implement custom tooltip for large texts and BLOB, add "zoom" option at the bottom of the tooltip (zooming should not show a modal dialog but rather a widget inside the TV) |