Table field to be handled by a line edit, with support for BPS masks. More...
#include <bpstablefield.h>
Inheritance diagram for BpsLineEditField:Public Member Functions | |
| BpsLineEditField (const QString &aHeader, const QString &aColumn, QVariant::Type aType=QVariant::String) | |
Table field to be handled by a line edit, with support for BPS masks.
| BpsLineEditField::BpsLineEditField | ( | const QString & | aHeader, |
| const QString & | aColumn, | ||
| QVariant::Type | aType = QVariant::String |
||
| ) |
| [in] | aHeader | The column header. |
| [in] | aColumn | The whole column expression. This may also be something like "func(c_key) as c_fcol" where the whole expression will be returned as wholeColumn(), and column() will return the alias part "c_fcol" only. |
| [in] | aType | The value type. |