diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 11:50:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-28 11:41:17 +0900 |
commit | 7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch) | |
tree | d7058008da5066e2b9c232c7d5b7e7e33294df35 /kexi/doc/dev/TODO-Kexi-js | |
parent | c5457738148661c46793712f2b3bfdf86654e298 (diff) | |
download | koffice-7cec1c0edd5e9103470f05af4e8403c3ace08780.tar.gz koffice-7cec1c0edd5e9103470f05af4e8403c3ace08780.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
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 90b7d5f6..378e6b36 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -344,7 +344,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem - KTextEdit doesn't allow to set custom cursor (also in Qt Designer) - support for multiple widgets selection in the property editor (requires changes to kexiproperty) - handle older and newer formats in FormIO::loadFormFromDom() -- TDEAcceleratorManager::setNoAccel(QWidget*) - use it in data mode, +- TDEAcceleratorManager::setNoAccel(TQWidget*) - use it in data mode, define "auto accels" form's property and if it's false - find a way to create more meaningfull default names for widgets than button1, button2. Maybe convert widget text (if available) using string2Identifier()? @@ -375,7 +375,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem - tab widget: add color property for setting particular tab - add a Scratchpad as in QtDesigner4, allows to drag&drop widgets between forms... - Use RESET clause for TQ_PROPERTY, eg. RESET unsetPalette for paletteBackgroundColor. - Then, use bool QMetaProperty::reset ( QObject * o ) const to reset property value in the propeditor. + Then, use bool QMetaProperty::reset ( TQObject * o ) const to reset property value in the propeditor. - Autoforms: allow to define groups of fields so the fileds can be displayed with nice groupo boxes. (e.g. http://www.glom.org/screenshots/glom_data_details.png) This definition shgould be made during table design, so we can reuse groupping information also in |