diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:28:52 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:28:52 -0500 |
commit | eea8d7afa3f40ab3304023f6ffb813934c27d7b8 (patch) | |
tree | a44ecb3435b7e3e5888ac15cdc0357e3f039d73b | |
parent | 4b78cab44f7a8a1c8e74ddf6ae386e3629731177 (diff) | |
download | pytqt-eea8d7afa3f40ab3304023f6ffb813934c27d7b8.tar.gz pytqt-eea8d7afa3f40ab3304023f6ffb813934c27d7b8.zip |
Update TQt3 property/enum macros
-rw-r--r-- | examples3/SQL/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/SQL/README b/examples3/SQL/README index 1109b84..3272c19 100644 --- a/examples3/SQL/README +++ b/examples3/SQL/README @@ -19,7 +19,7 @@ sqltable4.py: a TQComboBox based custom field editor (StatusPicker), gathering its items from a different table (status) and a calculated column (monsalary). Note, that TQSqlEditorFactory based field editors are somewhat restricted, - because TQt's Q_PROPERTY feature isn't supported, yet. I've circumvented + because TQt's TQ_PROPERTY feature isn't supported, yet. I've circumvented this limitation by choosing the status table ids corresponding to the index in the TQComboBox. |