Update TQt3 property/enum macros

pull/1/head
Timothy Pearson 12 years ago
parent 4b78cab44f
commit eea8d7afa3

@ -19,7 +19,7 @@ sqltable4.py:
a TQComboBox based custom field editor (StatusPicker), gathering its a TQComboBox based custom field editor (StatusPicker), gathering its
items from a different table (status) and a calculated column (monsalary). items from a different table (status) and a calculated column (monsalary).
Note, that TQSqlEditorFactory based field editors are somewhat restricted, 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 this limitation by choosing the status table ids corresponding to the
index in the TQComboBox. index in the TQComboBox.

Loading…
Cancel
Save