summaryrefslogtreecommitdiffstats
path: root/kexi/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-17 18:37:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-17 18:37:54 -0600
commit9d5ea58a6c2b963ad68b06d0ad7e770810aa3557 (patch)
treee8a838d6f32e5ddb2cfe019dc4c41cc092456b41 /kexi/doc
parentcb2cf1cb3700cc40282254970d7e342e5c60d929 (diff)
downloadkoffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.tar.gz
koffice-9d5ea58a6c2b963ad68b06d0ad7e770810aa3557.zip
Fix disconnected signals and slots
Diffstat (limited to 'kexi/doc')
-rw-r--r--kexi/doc/dev/TODO-Kexi-js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js
index b5676bfab..f41d81112 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)