diff options
author | Timothy Pearson <[email protected]> | 2012-11-17 18:37:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-17 18:37:54 -0600 |
commit | 9d5ea58a6c2b963ad68b06d0ad7e770810aa3557 (patch) | |
tree | e8a838d6f32e5ddb2cfe019dc4c41cc092456b41 /kexi/doc/dev/TODO-Kexi-js | |
parent | cb2cf1cb3700cc40282254970d7e342e5c60d929 (diff) | |
download | koffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.tar.gz koffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.zip |
Fix disconnected signals and slots
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 b5676bfa..f41d8111 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -374,7 +374,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem -- add such fancy frame: http://www.themaninblue.com/writing/perspective/2004/08/05/ - 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 Q_PROPERTY, eg. RESET unsetPalette for paletteBackgroundColor. +- 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. - 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) |