C++ (Qt)class TSringList : public QObject {public: TSringList (const QString& str) { } ~TSringList () {} private: QMap <QString, QString> data_;}