#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Convenience plain text edit with support for width and height limits.
Definition: bpstextedit.h:18
void setLimits(int aMaxLines, int aMaxPerLine)
Set max number of lines and characters per line.
void setEditText(const QString &aText)
Set the current text applying the limits if necessary.
void editTextChanged(const QString &aText)
Signal emitted whenever the text is changed, after applying the limits.
BpsTextEdit(QWidget *aParent=nullptr)
void applyValidator(BpsDatastore *aDatastore, const QString &aTable, const QString &aColumn)
Get constraints from the central BPS settings as:
BpsTextEdit(const QString &aText, QWidget *aParent=nullptr)