17 bool Read(
const QStringList &strlist)
override;
18 QTableWidget *
ToTable()
override;
Abstract base class providing common serialization and visualization interface.
bool ReadFromJsonObject(const QJsonObject &jsonobject) override
Deserialize object from JSON format.
bool writetofile(QFile *) override
Write object data to a file.
RangeSet & operator=(const RangeSet &rhs)
QTableWidget * ToTable() override
Create a Qt table widget representation of the data.
QJsonObject toJsonObject() const override
Serialize object to JSON format.
bool Read(const QStringList &strlist) override
Parse object data from a string list.
string ToString() const override
Convert object to string representation.