diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:16:45 +0900 |
commit | 7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch) | |
tree | c812fa6c9a336fac31583724535fbcf8fd0e5ae0 /kexi/doc/dev/TODO-Kexi-js | |
parent | ea7a0b4d73337e0e30678300466e668179241348 (diff) | |
download | koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/doc/dev/TODO-Kexi-js')
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 8baabd7b..9d0eb85b 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -246,7 +246,7 @@ I am using update_kexi_po to recreate kexi.po file. THis will run cd koffice/ && - add action "restore original column order" - add possibility of renaming column by 1) dbl-clicking header 2) "rename column" action - more actions (as in Format and Insert menus of MSA2k3) -- add own impl. (based on Qt) for date/time editor because: +- add own impl. (based on TQt) for date/time editor because: -- no focusSection(), etc. is available in current impl. -- frames cannot be easily removed -store last sorting column (and type) and load it on KexiTableView::setData() @@ -341,7 +341,7 @@ HINT: removing WStaticContents from KexiTableView ctor fixed repaint problem - fix repainting form's surface boundaries repainting when its size is changed by entering value in the propeditor - fix spring behaviour: it cannot be shrinked if its inside a layout -- KTextEdit doesn't allow to set custom cursor (also in Qt Designer) +- KTextEdit doesn't allow to set custom cursor (also in TQt Designer) - support for multiple widgets selection in the property editor (requires changes to kexiproperty) - handle older and newer formats in FormIO::loadFormFromDom() - TDEAcceleratorManager::setNoAccel(TQWidget*) - use it in data mode, |