50 QTableWidget *tablewidget =
new QTableWidget();
Abstract base class providing common serialization and visualization interface.
QString XAxis_Label
Label for the X-axis in plots and table headers.
options Options
Configuration options for serialization and display.
Interface()
Default constructor.
Interface & operator=(const Interface &intf)
Assignment operator.
virtual bool ReadFromJsonObject(const QJsonObject &jsonobject)
Deserialize object from JSON format.
virtual string ToString() const
Convert object to string representation.
virtual QTableWidget * ToTable()
Create a Qt table widget representation of the data.
virtual bool writetofile(QFile *file)
Write object data to a file.
virtual QJsonObject toJsonObject() const
Serialize object to JSON format.
QString YAxis_Label
Label for the Y-axis in plots and table headers.
virtual bool Read(const QStringList &strlist)
Parse object data from a string list.