Create a QT Text box widget (QLabel) where the values are posted as a message.
Definition display_text_msg.h:45
std::shared_ptr< text_msg > sptr
Definition display_text_msg.h:47
virtual QWidget * qwidget()=0
static sptr make(const std::string &label, const std::string &message_key, int splitlength=80, int maxlines=100, QWidget *parent=nullptr)
Constructs the Edit box block.