|
|
@ -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.
|
|
|
|
|
|
|
|
|
|
|
|