Create a QT Text box widget (QLabel) where the values are posted as a message.
More...
#include <display_text_msg.h>
|
| 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.
|
Create a QT Text box widget (QLabel) where the values are posted as a message.
This block creates a QT Text box widget that manages data through message passing interfaces. It is derived from the gnuradio Message Edit Box
Message Ports:
- text (input): Accepts text messages to be displayed
◆ sptr
◆ exec_()
| virtual void gr::display::text_msg::exec_ |
( |
| ) |
|
|
pure virtual |
◆ make()
| sptr gr::display::text_msg::make |
( |
const std::string & | label, |
|
|
const std::string & | message_key, |
|
|
int | splitlength = 80, |
|
|
int | maxlines = 100, |
|
|
QWidget * | parent = nullptr ) |
|
static |
Constructs the Edit box block.
- Parameters
-
| label | Header text of the window usefull if using several windows |
| message_key | name of the message key or empty |
| splitlength | enter newline after splitlength characters without newline |
| maxlines | maximum number of lines that can be displayed in the scrollarea |
| parent | a QWidget parent in the QT app. |
◆ qwidget()
| virtual QWidget * gr::display::text_msg::qwidget |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: