Table field as combo box filled with options referring to keys of t_labelers. More...
#include <bpstablefield.h>
Inheritance diagram for BpsLabelerInputField:Public Member Functions | |
| BpsLabelerInputField (const QString &aHeader, const QString &aColumn) | |
Table field as combo box filled with options referring to keys of t_labelers.
myFields
<< new BpsLabelerInputField(tr("Labeler"), bStr("c_labeler"));
| BpsLabelerInputField::BpsLabelerInputField | ( | const QString & | aHeader, |
| const QString & | aColumn | ||
| ) |
| [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. |